ThisIsNull / TicFitApp

TicFit - run fitness tracking app for the Ticwatch2
5 stars 2 forks source link

README

What is this repository for?

TicFit is a run tracking app for the Mobvoi Ticwatch2

How do I get set up?

  1. Install Android Studio

  2. Clone Repository

    • HTTPS

      git clone https://github.com/ThisIsNull/TicFitApp.git
    • SSH

      git clone git@github.com:ThisIsNull/TicFitApp.git
  3. Import project to Android Studio

  4. Ensure you can build the project

Using The App

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"

GPX files

  1. Retrieve GPX files from watch

    adb pull /sdcard/GPX <path/to/local/directory>
  2. Remove GPX folder and fiels from watch

    adb shell rm -r /sdcard/GPX

Contribution guidelines

  1. Create or select an issue
  2. Do some awesome coding
  3. Comment the code
  4. Pull latest code from repo
  5. Test and log results
  6. Commit code and update the issue
  7. Code must be reviewed and approved by peer

Other Links

Who do I talk to?