ADB Via WiFi doesn't work. - Honor 10 Questions & Answers

Hello, I have a problem. I'd to debug my phone via WiFi so I have done this few steps:
adb tcpip 5555
adb connect <hereMyIp>:5555
unplug phone
And device disconnect from wifi adb. It's works when phone is connected via usb, but not when unplug it.
I tried this same to second phone and it's works fine so problem is with EMUI or Honor specific, anyone solve it ?
Thanks for your help.

I'm very late to this thread, but luckily, as of non-rooted Android 11 and up, adb works over wi-fi (without USB) on non-rooted Android phones via Developer options Wireless debugging switches.

Related

ADB over wifi

Hi,
I have my samsung device connected via USB cable to the computer and i can run ADB shell commands on it perfectly. Now i need to do the same over wifi. My phone is on VPN and i am using that VPN ip to connect from ADB to the device.
trying to execute:
>adb tcpip 5555
>adb connect 10.112.xxx.xxx
But each time it says unable to connect.
Any help would be great!
The phone is NOT ROOTED..
As of about Android 11 and up, adb works over wi-fi (without USB) on non-rooted Android phones via Developer options Wireless debugging switches.

ADB won't connect on 23.xx firmware

I'm now trying to connect via ADB on non-rooted 4.4.4 and it shows the Debugging icon on the phone, but I do not see the device on my PC. Really strange.
Also it doesn't charge via PC.
Update: all workd after restarting the computer

ADB Via WiFi doesn't work.

Hello, I have a problem. I'd to debug my phone via WiFi so I have done this few steps:
adb tcpip 5555
adb connect <hereMyIp>:5555
unplug phone
And device disconnect from wifi adb. It's works when phone is connected via usb, but not when unplug it.
I tried this same to second phone and it's works fine so problem is with EMUI or Honor specific, anyone solve it ?
Thanks for your help.
Same problem for me, Honor 10 EMUI 8.1
Does it support adb over wifi? Thank you
talhazengin said:
Hello, I have a problem. I'd to debug my phone via WiFi so I have done this few steps:
adb tcpip 5555
adb connect <hereMyIp>:5555
unplug phone
And device disconnect from wifi adb. It's works when phone is connected via usb, but not when unplug it.
I tried this same to second phone and it's works fine so problem is with EMUI or Honor specific, anyone solve it ?
Thanks for your help.
Click to expand...
Click to collapse
I'm very late to this thread, but luckily, as of Android 11 and up, adb works over wi-fi (without USB) on non-rooted Android phones via Developer options Wireless debugging switches.

Help with rooting through wifi adb

So I wanted to root my MXQ 4K tv box, however for some reason the only way to connect it directly to a pc is with a male to male usb cable that I don't have.
I managed to connect through wifi adb, making the device show in it, however when i try the "adb reboot bootloader" command the device disconnects from wi-fi and I can't access it anymore!
So, thats my question, is there a way to root/install custom recovery WITHOUT an usb cable, and only through internet adb?
bump
bump

ADB wireless

Hello,
The USB port of my Samsung Galaxy S10 is not working correctly. That means, I cannot connect with adb via usb. So, I would like to use adb wireless. However, in order to do that I have to connect via USB first and that is the problem.
So, any ideas how to enable adb wireless without USB and without root?
cheers
sashs
@sashs82
ADB wirelessly ( with regards to phone's Android isn't rooted ) only works if ADB before got set to use port 5555
Code:
adb devices
adb tcpip 5555
If ADB didn't get configured accordingly you've no chance to run ADB wirelessly
Thank you. I know the commands and how to enable it via USB. I hoped there is any chance to enable it without any USB connection.
cheers
sashs

Categories

Resources