Followed instructions at link
https://stackoverflow.com/questions/31327839/adb-over-wireless-without-usb-cable-at-all-for-not-rooted-phones
On device, enable Developer Options with USB debugging
First, connect device to computer with USB cable
Open command line in C:\Users\salfe\AppData\Local\Android\Sdk\platform-tools
adb devices
adb tcpip 5555
Disconnect USB cable
Get device IP address from Settings | About phone | Status
adb connect 192.168.0.13:555
adb logcat
No comments:
Post a Comment