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
Related
Hey guy's I have searched everywhere I can't get adb to work on CM9 do I need special drivers becuase when I try to connect it says error: Device offline please help thx
You must install Samsung Driver to get ADB Interface or use Wireless ADB. Settings -> Developer Options -> ADB Over Network -> check this
On computer type this:
adb connect <your_sgs2_ip>
adb devices
You see your SGS2 now connect and online
I have smasung Kies installed but still nothing
http://drivers.softpedia.com/get/MOBILES/Samsung/SAMSUNG-USB-Driver-1480.shtml
Try this or connect via Wireless
Can I extract the systemui.apk using adb wireless??
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.
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?
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.
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.