Close

What are you looking for?

cancel
Showing results for 
Search instead for 
Did you mean: 
Go to solution Solved

adb over wifi on gw4 bt with wear 4.0 no longer possible

(Topic created on: 11-09-2023 07:42 PM)
2141 Views
veitk
Student
Options

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?

0 Likes
4 REPLIES 4
lisafox16
Voyager
Options

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. 

0 Likes
domsi97
First Poster
Options

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...

0 Likes
lisafox16
Voyager
Options
All through adb debugging directly in the watch settings. You have to have developer mode enabled though.
0 Likes
Solution
veitk
Student
Options

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