Here is the first Calendar Events Widget for our Amazfits!
- This is a Pace/Stratos/Verge Widget
- Shows your phone calendar
- Shows only future events and from the last 10 minutes
In order to work, Amazmod (both phone and service/watch) must be installed, and calendar data forwarding should be enabled.
- Amazmod has no on/off option (events are just pushed along battery/alarm data)
- No interaction with the events items (data not used: account, description)
- Time should constantly be updated
Get a ready to use binary
- From our Github Releases
Or if you are hardcore, compile the source code with Android Studio.
To install this widget, you will need a PC with the ADB installed. Connect your Amazfit on your PC and fire up a terminal.
adb install -r TimelineWidget.X.X.X.apk
adb shell am force-stop com.huami.watch.launcher
To uninstall:
adb uninstall com.dinodevs.timelinewidget
This project was made possible by:
- GreatApo - Widget Creator - [ Github | XDA ]
- Quinny899 - Widget Example Creator / Springboard Settings Creator - [ Github | XDA ]
- Community (testers, developers)
Some more links:
- GreatApo's Amazfit Calendar Widget - XDA topic
- Amazmod Amazmod Project
- Quinny's Springboard Settings - XDA topic
- Quinny's Widget Creation guide - XDA topic.