You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> adb devices
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached
# Connect via USB
>>> adb usb
restarting in USB mode
>>> adb tcpip 5555
restarting in TCP mode port: 5555
# Disconnect USB
>>> adb devices
List of devices attached
RZ8N60JN0EE device
>>> adb shell "ip addr show wlan0 | grep -e wlan0$ | cut -d\"\" -f 6 | cut -d/ -f 1"
192.168.0.103
>>> adb connect 192.168.0.103:5555
connected to 192.168.0.103:5555
>>> adb pair 192.168.0.103:40535
Enter pairing code: 230630
Successfully paired to 192.168.0.103:40535 [guid=adb-RZ8N60JN0EE-DzkZ1Q]