This app is an interval/reps/workout timer for amazfit devices to do trainings with HR monitoring and TCX exports, default values are tabata training's but you can use any times and sets you want
This app is in continuous development and I don't have every device to test, so you may find bugs, if you find any please create an issue with logcat and I'll try to fix it as fast as I can. Don't report bugs that are already reported or listed in release's description If you have any suggestions open an issue or answer the XDA thread
Any amazfit device running android 5.1 MIPS (Pace, stratos 1/2/3, verge)
- Everything that needs more CPU time doesn't run in UI Thread, so if there are lags I can't fix them. This lags are more common on S3.
- TCX files are saved in "Internal Storage/AmazTimer", for some reason windows sometimes can't read it, so you can get them using
adb pull /sdcard/AmazTimer
or through AmazMod
- Pace/Verge/S2 with new layout: Single click to end set, long click to start/stop timer. Center button on S2
- Stratos with old key layout: lower button to start, center button for settings and upper button to end sets
- Stratos 3: Upper button to start activity, middle upper button to end sets and middle lower button to open settings
- You can invert start/finish set keys by enabling invert keys preference
Install using adb install AmazTimer-X.X.apk
and update using adb install -r AmazTimer-X.X.apk
You can also use installer or install/update it through AmazMod.
adb uninstall me.micrusa.amaztimer
You can also use installer or uninstall it through AmazMod
- @GreatApo for Amazfit Calendar Widget
- AmazMod team
- @1immortal for creating app installer
- All contributors