Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
micrusa committed Jul 1, 2020
1 parent db615c3 commit bbfea17
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AmazTimer

## Description
This app is an interval timer made from scratch for amazfit devices to do interval 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 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

## Bugs and suggestions
This app is in development so you may find bugs, if you have 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
Expand All @@ -11,16 +11,19 @@ If you have any suggestions open an issue and explain it
Any amazfit device running android (Pace, stratos 1/2/3, verge)

## Notes
- It may work on Nexo devices, but I won't give support to them.
- Stratos 3 changed a lot of things so there might be lags which I can't fix, blame huami
- TCX files are saved in "Internal Storage/AmazTimer", for some weird reason windows sometimes can't read it, so you can get them using `adb pull /sdcard/AmazTimer` or through AmazMod
- 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
- If you liked my work, consider buying me a coffee [here](https://www.paypal.me/migueelcs)

##HW Buttons
- Pace/Verge: Single click to end set, long click to start/stop timer
- Stratos: Not supported yet, will be supported soon
- Stratos 3: Not supported

## Installation
Install using
`adb install AmazTimer-X.X.apk && adb shell am force-stop com.huami.watch.launcher`
Update using
`adb install -r AmazTimer-X.X.apk && adb shell am force-stop com.huami.watch.launcher`
You can also use installer or install it through AmazMod.
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`
Expand All @@ -30,7 +33,6 @@ You can also use installer or uninstall it through AmazMod
<img src="https://github.com/micrusa/AmazTimer/raw/master/screen1.png"/><img src="https://github.com/micrusa/AmazTimer/raw/master/screen2.png"/><img src="https://github.com/micrusa/AmazTimer/raw/master/screen3.png"/><img src="https://github.com/micrusa/AmazTimer/raw/master/screen4.png"/>

## Thanks to
- [@KieronQuinn](https://github.com/KieronQuinn) for [Springboard Plugin Example](https://github.com/KieronQuinn/AmazfitSpringboardPluginExample)
- [@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
Expand Down

0 comments on commit bbfea17

Please sign in to comment.