https://github.com/micrusa/amaztimer
Interval/Workout timer app with heart rate, kcal monitoring, tcx exports, reps detection and previous workouts viewer for Amazfit devices running android [Discontinued]
https://github.com/micrusa/amaztimer
amazfit amazfit-devices android huami interval-timer java reps-detection tcx-exports widget workout-tracking
Last synced: 2 months ago
JSON representation
Interval/Workout timer app with heart rate, kcal monitoring, tcx exports, reps detection and previous workouts viewer for Amazfit devices running android [Discontinued]
- Host: GitHub
- URL: https://github.com/micrusa/amaztimer
- Owner: micrusa
- License: mit
- Created: 2020-04-09T13:28:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T13:48:45.000Z (over 2 years ago)
- Last Synced: 2023-03-07T15:38:16.335Z (over 2 years ago)
- Topics: amazfit, amazfit-devices, android, huami, interval-timer, java, reps-detection, tcx-exports, widget, workout-tracking
- Language: Java
- Homepage:
- Size: 4.5 MB
- Stars: 28
- Watchers: 2
- Forks: 8
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AmazTimer
[](https://codeclimate.com/github/micrusa/AmazTimer/maintainability) [](https://github.com/micrusa/amaztimer/actions) [](https://www.paypal.me/migueelcs) [](https://github.com/micrusa/AmazTimer/releases/latest) [](https://github.com/micrusa/AmazTimer/commits/master)## Description
This app is an interval/reps/workout timer for amazfit devices to do trainings with HR/kcal monitoring and TCX exports, default values are tabata training's but you can use any times and sets you want## Bugs and suggestions
This app is in continuous development and I don't have every device to test, so you might 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.
If you have any suggestions open an issue or answer the XDA thread## Compatible devices
Any amazfit device running android 5.1 MIPS (Pace, stratos 1/2/3, verge)## Notes
- 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## HW Buttons
- Single button devices and Stratos with new key 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: Same as stratos old key layout. Upper button = Upper button, Middle upper button = Middle button, Middle down button = Down buttonYou can invert top/lower buttons by enabling invert keys preference
## Installation
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.
## Uninstallation
`adb uninstall me.micrusa.amaztimer`
You can also use installer or uninstall it through AmazMod## Screenshots
![]()
## Thanks to
- [@GreatApo](https://github.com/GreatApo) for [Amazfit Calendar Widget](https://github.com/GreatApo/AmazfitPaceCalendarWidget)
- [AmazMod](https://github.com/AmazMod/AmazMod) team
- [@1immortal](https://github.com/1immortal) for creating app installer
- All contributors