Posts

Showing posts from November, 2016

android wifi debugging without root android studio

step 1:-   goto terminal step 2:-  goto your sdk path and open platform-tools step 3:- like this E:\android setup\sdk\platform-tools step 4:-    adb tcpip 5555 step 5:- find the IP address with  adb shell netcfg step 6:- adb connect <DEVICE_IP_ADDRESS>:5555 now ready for connect and u want to disconnect adb -s <DEVICE_IP_ADDRESS>:5555 usb   to switch back when done.