Releases: FredApps/WatchDevTools
Releases · FredApps/WatchDevTools
WatchDevTools 1.0
WatchDevTools 1.0
Quick-access Wear OS tile for Developer options, Bluetooth settings, and Wi-Fi settings.
Device Tested
- Samsung Galaxy Watch6 Classic LTE SM-R965F
APK
- Package:
com.fredapp.watchdevtools - Version:
1.0.0(versionCode1) - Minimum SDK: 30
- SHA-256:
76BD2022CEFC82BB2664C921FD14E851B54AD49245E7BECE773A0E1BC8DAC6E2
The attached APK is debug-signed for direct GitHub sideloading. If you previously installed an earlier build under com.fredapps.watchdevtools, uninstall that old package first; the 1.0 release uses com.fredapp.watchdevtools.
Install On A Wear OS Watch
-
Download
WatchDevTools-1.0.apkfrom this release. -
On the watch, enable Developer options, then enable Wireless debugging.
-
Pair from your computer:
adb pair WATCH_IP:PAIRING_PORT
-
Connect to the watch:
adb connect WATCH_IP:DEBUG_PORT
-
Install the APK:
adb install -r WatchDevTools-1.0.apk
-
Add the tile on the watch: long-press the tile carousel, tap Add, then choose DevTools.
Optional Cleanup For Older Test Builds
If an older package is installed, remove it with:
adb uninstall com.fredapps.watchdevtools