abd connect cli
Install adb
linux adb latest Downloads.
debian install
sudo apt intall adb
Direct usb connect to wifi
- plugin devices must
adb kill-server
adb devices
adb tcpip 5555
adb connect <device_ip_address>:5555
wifi via connect devices
adb kill-server
adb pair <device_ip_address>:<device_port>
adb connect <device_ip_address>:<device_port>
adb devices
Reply by EmailRelated Video