EasyManua.ls Logo

Orange Pi PC Plus - Connect ADB via Network

Orange Pi PC Plus
150 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn 112 www.xunlong.tv
3) Install adb tool on Ubuntu PC
test@test:~$ sudo apt update
test@test:~$ sudo apt install adb
4) Then check if the adb device can be recognized
test@test:~$ adb devices
List of devices attached
20080411 device
5) Then you can log in to the android system through the adb shell on the Ubuntu PC
test@test:~$ adb shell
root@dolphin-fvd-p1:/ #
4.5.4.
Use network connection adb debugging
1) The use of network adb does not require a USB to microphones USB cable to connect
the computer and the development board, but communicates through the network, so first
make sure that the network of the development board is connected
2) Then turn on the USB debugging option
3) Make sure that the service.adb.tcp.port of the Android system is set to port number
5555
root@dolphin-fvd-p1:/ # getprop | grep "adb.tcp"
[service.adb.tcp.port]: [5555]
3) If service.adb.tcp.port is not set, you can use the following command to set the port
number of the network adb
root@dolphin-fvd-p1:/ # setprop service.adb.tcp.port 5555
root@dolphin-fvd-p1:/ # stop adbd

Table of Contents

Related product manuals