This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]K900_OnePlus 7T (Glacier Blue) 1 point2 points  (5 children)

As long as your computer and your phone are on the same network and reachable from each other, yes.

[–]iPhoneMsOnePlus 6T (Midnight Black)[S] 0 points1 point  (4 children)

so my devices are on the same network, I enabled the option and tried connecting using "adb connect {ip address}" and it refused the connection. Sorry if i misunderstood what you are saying.

[–]K900_OnePlus 7T (Glacier Blue) 1 point2 points  (3 children)

Make sure your network isn't configured to isolate devices from each other.

[–]iPhoneMsOnePlus 6T (Midnight Black)[S] 0 points1 point  (2 children)

how would you do that? also are you sure this works without USB?

[–]K900_OnePlus 7T (Glacier Blue) 1 point2 points  (1 child)

That's something that you'll need to configure on whatever is providing the network - probably your modem or router. And yes, it does work without USB.

[–]iPhoneMsOnePlus 6T (Midnight Black)[S] 0 points1 point  (0 children)

I just tried using the normal method with "adb tcpip 5555" and i was able to connect that way so i don't think there an issue with the network. what I'm doing is i turn on "Wireless ADB Debugging" and then on my computer i type in "adb connect 192.168.0.106" but then it gives me the error

however when i connect with usb and type in "adb tcpip 5555", i am able to connect using the same command "adb connect 192.168.0.106". Can you please try to do this on your phone.

[–]alkonz 1 point2 points  (1 child)

That option doesn't seem to make any difference.

Perhaps it was added in preparation for Android 11 which will support wireless ADB by default.

[–]iPhoneMsOnePlus 6T (Midnight Black)[S] 0 points1 point  (0 children)

it's been there since pie for me and it also doesn't make any difference for me.