start adb server over tcp
adb tcpip 5555
in custom rom via developer options enable wireless debugging
Get android ip addr
adb shell ifconfig
adb shell ip addr show wlan0
note ip_addr of android
adb connect ip_addr
blog about linux tricks
adb tcpip 5555
in custom rom via developer options enable wireless debugging
adb shell ifconfig
adb shell ip addr show wlan0
note ip_addr of android
adb connect ip_addr
Comments
Post a Comment