connect by adb
usb
- Enable
usb debugging
- Select
PTP (Picture Transfer Protocol)
adb kill-server
adb start-server
adb devices
adb usb
Doidcam cli
adb forward tcp:4747 tcp:4747
droidcam-cli 127.0.0.1 4747
adb online only
- get the serial using the usb cable for the first time
\$ adb devices
connect using the ip
of my phone
- active
adb
without root
\$ adb -s XXXXX
- connect
adb connect 192.168.82.207:5555
adb devices
adb tcpip 5555
adb connect $(resolveip):5555
adb usb
adb disconnect