aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 447ac7fbe992b64726bc690984a21119899318c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# zwzn-freefit-android

Android companion app for zwzn-freefit watches.  
Replaces the following apps: FereFit, HomieFit, WIRCASS, zwsvibe, Lyne_Wearables  
Implements the reverse-engineered protocol at [zwzn-freefit-re.git](https://git.arslaancodes.com/zwzn-freefit-re.git)

## Setup

Simply build and deploy to your phone:
```
./gradlew assembleDebug
adb install app/build/outputs/apk/debug/app-debug.apk
```