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.

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.

Related

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

Is it possible to use adb wirelessly on my phone without rooting without connecting via USB cable for once?....my laptop USB port has broken....and need to connect via adb....please help
daemonindia said:
Is it possible to use adb wirelessly on my phone without rooting without connecting via USB cable for once?....my laptop USB port has broken....and need to connect via adb....please help
Click to expand...
Click to collapse
You can only connect adb wirelessly after rooting your android.
Clarification required
Ashwinrg said:
You can only connect adb wirelessly after rooting your android.
Click to expand...
Click to collapse
"Connect device via USB and make sure debugging is working, then run:
adb tcpip 5555
adb connect <DEVICE_IP_ADDRESS>:5555
Disconnect USB and proceed with wireless debugging.
When you're done and want to switch back to USB debugging, run:
adb -s <DEVICE_IP_ADDRESS>:5555
To find the IP address of your device, go to Settings > Wi-Fi > Advanced > IP Address on your device or run adb shell netcfg.
No root required. Only one device can be debugged at a time"
Is this process not possible after marshmallow update?

USB Debug not working

Hi community, i have my new Redmi Note 4 with Android 7 and MUI 9.0.5.0 Stable. I activate USB Debug in order to eliminate some system apps that i never use. My OS is Ubuntu 14.04, when i start adb server and connect my phone to my PC the server says "No Device Attached". I try differents usb ports, but nothing happens ?. This seems strange to me, the phone connects on mtp mode. And my previous phone have a Lineage Room, Android 8 and i always make connections using adb. ¿Any ideas why this happened?
PD: My computer and my phone doesn't have an internet connection. I live in Cuba ?
same problem here, when i connect my device to the laptop, it doesnt recognize it even though it does recognize it when i boot into fastboot
I finally managed to connect my phone installing the latest ADB directly from Google

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

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

Categories

Resources