diff options
| author | Arslaan Pathan <[email protected]> | 2026-03-30 22:18:39 +1300 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-03-30 22:18:39 +1300 |
| commit | 28ab19226710f78c8d54cb227ba00cd882fa1cda (patch) | |
| tree | 011302a76620fca3194174bc4daa0b377d9058db | |
| parent | 7df64509ed45a1b771ded4aacceafabc7651f046 (diff) | |
| download | zwzn-freefit-android-main.tar.xz zwzn-freefit-android-main.zip | |
| -rw-r--r-- | README.md | 15 |
1 files changed, 4 insertions, 11 deletions
@@ -1,19 +1,12 @@ # zwzn-freefit-android -Android companion app for zwzn/freefit watches. +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 -You need the Gradle wrapper JAR to build. Run once: -``` -gradle wrapper --gradle-version 8.4 -``` -Or if you installed gradle8 from AUR: -``` -gradle8 wrapper --gradle-version 8.4 -``` - -Then build and deploy to your phone: +Simply build and deploy to your phone: ``` ./gradlew assembleDebug adb install app/build/outputs/apk/debug/app-debug.apk |
