An open API service indexing awesome lists of open source software.

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]

Awesome Lists containing this project

README

        

# AmazTimer
[![Maintainability](https://api.codeclimate.com/v1/badges/9389ce1c8136678546c2/maintainability)](https://codeclimate.com/github/micrusa/AmazTimer/maintainability) [![Actions Status](https://github.com/micrusa/amaztimer/workflows/CI/badge.svg)](https://github.com/micrusa/amaztimer/actions) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/migueelcs) [![latest release](https://img.shields.io/github/release/micrusa/AmazTimer.svg?label=latest%20release&style=flat)](https://github.com/micrusa/AmazTimer/releases/latest) [![commit activity](https://img.shields.io/github/commit-activity/m/micrusa/AmazTimer)](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 button

You 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