11-09-2023 11:38 AM
i updated my gw4 bt today to android wear 4.0 and now i can't connect adb over wifi.
developer mode is on, adb debugging is activated, wifi debugging is active but i can't connect to the ip address.
there is a "pair new device" at wireless debugging but i don't know how to use that, can anyone help?
Solved! Go to Solution.
13-09-2023 09:20 AM
so i found the solution myself. you need to send an adb pair command, where you have to add the port number and behind that the code, in my case:
adb pair 192.168.0.106:41861 891240
after that you can connect to your watch, but also you need to add the port:
adb connect 192.168.0.106:46785
11-09-2023 07:42 PM
Yes choose pair new device and put in the code plus the port number which is the last few numbers on the ip address. It does work as I've uploaded all of the pixel faces onto my 6 Classic.
12-09-2023 11:23 PM
how did you do it? where can I put in the port number and the code? I only know adb connect in cmd on windows but this only works with the ip address...
13-09-2023 12:58 AM
13-09-2023 09:20 AM
so i found the solution myself. you need to send an adb pair command, where you have to add the port number and behind that the code, in my case:
adb pair 192.168.0.106:41861 891240
after that you can connect to your watch, but also you need to add the port:
adb connect 192.168.0.106:46785