# 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 ```