How to debug / connect to Android mobile using adb on non-rooted - TopicsExpress



          

How to debug / connect to Android mobile using adb on non-rooted devices (will work for rooted devices also) Follow the steps exactly as below and it will work for non-rooted devices also. I tested it with several non-rooted devices including Moto G, Nexus 1, Videocon etc. 1. Attach mobile via USB and type: adb tcpip 5555 2. Remove USB cable and type: adb connect mobile-ip:5555 Thats it! Note: To find mobile ip type: adb shell ip -f inet addr show wlan0 The ip address will be shown in second line like this: inet 192.168.1.233/24 brd 192.168.1.255 scope global wlan0 where 192.168.1.233 is the ip address of your mobile. Share to spread the knowledge. It took me some time to get the combination exactly right. The procedure most talked about doesnt work in most mobiles, but this does.
Posted on: Wed, 25 Jun 2014 03:59:57 +0000

Trending Topics



Recently Viewed Topics




© 2015