Small question about WFS 1.3.13 and Galaxy Watch 6

Hi @enkei_design, What worked for me:

  1. create hotspot from your mobile (I have poor wifi signal :smiley: ) and connect both computer / watch to it.
  2. developer options → wireless debugging → enable → pair new device
  3. command line (maybe works from WFS, don’t know, not using it )

adb pair IPADDRESS:PORT
adb pair 192.168.1.102:35495

when prompted type Wi-Fi pairing code
screenshot_12-26-10

After connection is successful, you should see your computer listed here

screenshot_12-29-35

now CMD once again , this time, use IP address from top main section, notice that the port is different and we are using adb connect now (not pair)

screenshot_12-30-41

adb connect IPADDRESS:PORT
adb connect 192.168.1.102:40903

Now you should see connection successful, you can check this with

adb devices

After computer is paired, it is only needed to connect to the main IP:Port (Not the one from the pairing screen), it will also work on any Wi-fi network but you need to confirm this on the watch.

What’s unfortunate for me, maybe not for others is that Wi-fi debugging is turned off every time there is a drop in Wi-fi connection (maybe because of battery saving purposes). This means that for example every morning you need to go to dev options, enable wireless debugging, check port because port is always different random number, and connect to it.

2 Likes