Installing with ADB
- Setup your watch according to the following 2-minute video:
Download the APK (link)
Sideload the APK to your watch:
- Enable developer mode on your watch:
- Go to Settings > About watch > Software info
- Tap "Software version" 5 times – until a toast notification pops up informing that developer mode is on.
- Connect the watch to a Wi-Fi network from Settings > Connections > Wi-Fi
- Go to Settings > Developer options, and enable "ADB debugging" and "Debug over Wi-Fi"
- Get the IP address of you watch in. Two ways:
- Take note of the IP address under the "Debug over Wi-Fi" toggle
- Go to Wi-Fi settings, tap on the connected SSID and scroll down to get the IP address
- Setup adb on a computer which is connected to the same Wi-Fi network as the watch
- Open Powershell or Terminal and run
adb connect [ip from previous step]
- Allow debugging on the watch
- Run
adb install -t "path to apk"
- You should now find the Controller app from the watch app menu.
duplicate appIf you have previously installed a version of the same app from Play Store or from another source, uninstall in your app overview (via press and hold) or
adb uninstall [package name]
e.g.adb uninstall io.port6.watchbridge
- Enable developer mode on your watch:
After installing, continue to Test the Tap.