Skip to content

Releases: FredApps/WatchDevTools

WatchDevTools 1.0

20 May 11:02

Choose a tag to compare

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 (versionCode 1)
  • 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

  1. Download WatchDevTools-1.0.apk from this release.

  2. On the watch, enable Developer options, then enable Wireless debugging.

  3. Pair from your computer:

    adb pair WATCH_IP:PAIRING_PORT
  4. Connect to the watch:

    adb connect WATCH_IP:DEBUG_PORT
  5. Install the APK:

    adb install -r WatchDevTools-1.0.apk
  6. 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