aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-03-30 22:18:39 +1300
committerArslaan Pathan <[email protected]>2026-03-30 22:18:39 +1300
commit28ab19226710f78c8d54cb227ba00cd882fa1cda (patch)
tree011302a76620fca3194174bc4daa0b377d9058db
parent7df64509ed45a1b771ded4aacceafabc7651f046 (diff)
downloadzwzn-freefit-android-main.tar.xz
zwzn-freefit-android-main.zip
feat: update READMEHEADmain
-rw-r--r--README.md15
1 files changed, 4 insertions, 11 deletions
diff --git a/README.md b/README.md
index 48c7483..447ac7f 100644
--- a/README.md
+++ b/README.md
@@ -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