The Controller App
⌚️ Install the Watch App
🛒 Required Devices
- Android Wear OS Smartwatch
- Most tested device: Samsung Galaxy Watch 4
- Works on all 4 variations: Classic, non-classic, 44mm and 40mm
- If you are not sure, we recommend the non-classic (a bit sleaker) 40mm (strap works on smaller hands) version.
- We don’t have Apple Watch support at the moment, because watchOS doesn’t allow Bluetooth connections without an iPhone in the middle.
- Android Smartphone (optional)
📱 Installation with an Android phone
- Make sure your phone and watch are all set up with the same Google account. On the watch, this is usually done when setting up the watch for the first time out of the box in general.
- Find our Controller app in Play Store (link). If it doesn’t show up on your phone, you can try searching for ”Touch SDK by Port 6” on your watch directly.
- If you set up step 1 and 2 correctly, you should see the watch as a device that this app can be installed on. Press install.
If you have any trouble, please see Google’s help page (link).
After installing, jump to 👌 Test the Tap.
📵 Installation without an Android phone or if you can’t use Play Store
- 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:
👌 Test the Tap
- Wear the watch on either of your hands.
- Open the Controller app.
- Set which hand you are wearing the watch on – otherwise the gesture prediction doesn’t work.
- To change the hand, tap the watch screen with two fingers to go to the settings.
- Press the back button (on the right side of the watch, the one closer to you) to get back to the main view.