Answer the question
In order to leave comments, you need to log in
Am I the only one having trouble debugging over wifi?
I'm trying to set up debugging over Wifi, I'm writing
adb connect 192.168.1.33flies out
unable to connect to 192.168.1.33:5555: cannot connect to 192.168.1.33:5555: Connection failed because the destination computer denied the connection request. (10061)
Answer the question
In order to leave comments, you need to log in
In new versions of android, you must explicitly allow the connection of a specific device to your device. Usually the dialog pops up after the adb connect command. Sometimes the dialogue does not pop up. I solved it by resetting all permissions. To do this, in the settings, there is a special item "Revoke USB debugging authorizations". And look at the topic for your device on XDA and w3bsit3-dns.com.
For new versions of android, in the developer settings, enable Debugging over Wi-Fi (enable wireless debugging), you must enable it and use the IP and port from there, there will be a standard IP4 and a 5-digit port on which the device is waiting for a debugging request.
The connection request will look like adb connect 192.168.10.211:34013
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question