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?
Related
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.
Hi:
I was having problems with my watch this morning that required me to reset it. After that I became a developer and turned on ADB debugging. I have some settings that I need abd to set, and so I tried to connect it. When I first connected it to my linux computer I got:
[[email protected] Gwatch]# adb devices
List of devices attached
04f7f0fe01a27d20 offline
Click to expand...
Click to collapse
I turn off and on adb, rebooted the watch, and moved it to another USB port. Now the watch open a card that says "Allow debugging? Open your companion device to allow debugging". I have no idea what to do with this. The computer still says that it is offline.
What do I do now?
The watch is running 5.0.2 and is rooted. The computer CentOS 7. This was working before I did the reset.
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 all,
I purchased this phone a month back and would like to install custom roms/root it etc.
I am unable to get my phone to enable USB debugging and allow access for my PC. (I have a unlocked bootloader). The notification (prompt) for USB Debugging which shows up the phone (asking if one wants to grant access or not) doesn't show up. Hence I am unable to use adb or fastboot to install TWRP.
I have tried using the cable provided by the company on both USB 3.0 & 2.0 ports to no avail.
I am aware that there is a "How to Guide" under the News/Discussions section. However, it hasn't helped me much.
Any possible solutions?
Thank you
PS- When I connect to pc using USB cable I get the prompt asking me if I want to use it for file transfer,PTP or no data transfer.
Are the drivers properly installed?
What does the device manager show, when your phone is connected via USB and USB debugging is switched on?
What happen if you type "adb shell" when your phone is connected?
Enable it in developer option
Allow USB debugging and USB debugging Security Settings) in Developer Options
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