TicFit is a run tracking app for the Mobvoi Ticwatch2
Install Android Studio
Clone Repository
HTTPS
git clone https://github.com/ThisIsNull/TicFitApp.git
SSH
git clone git@github.com:ThisIsNull/TicFitApp.git
Import project to Android Studio
Ensure you can build the project
1. Click "Run (Outside)" | 2. This is the loading screen, wait until ready | 3. GPS and HR services are ready, click "Start" | 4. View information about activity | 5. Swipe right --> and click "Stop" |
---|---|---|---|---|
Retrieve GPX files from watch
adb pull /sdcard/GPX <path/to/local/directory>
Remove GPX folder and fiels from watch
adb shell rm -r /sdcard/GPX