D
D
DivelNick2016-09-25 00:18:31
Android
DivelNick, 2016-09-25 00:18:31

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.33
flies 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)

The same thing works fine on a computer, but it sometimes drizzles there, sometimes it connects on a laptop, but basically it crashes. With what it is connected you can prompt?
PS adb connect 192.168.1.33:55555 tried does not help

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Podabed, 2016-09-25
@debian2

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.

Q
qweqweqweqweqwewwq, 2022-02-24
@qweqweqweqweqwewwq

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 question

Ask a Question

731 491 924 answers to any question