In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
What is the use of RK3399 / RK3288 ADB? aiming at this problem, this article introduces the corresponding analysis and solution in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible way.
RK3399 / RK3288 ADB use
Linux install adb
1. Install adb
You can install adb through apt-get install android-tools-adb.
two。 Connect the android device to the computer and view the usb device through lsusb. The red part below corresponds to the android device.
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0bda:0821 Realtek Semiconductor Corp
Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 003: ID 5986:06b2 Acer, Inc
Bus 020 Device 002: ID 2207:0006 Fuzhou Rockchip Electronics Co., Ltd.
Bus 001 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
3. If the device does not appear, you can try to create an adb_usb.ini file and write to the VID of the android device
Echo 0x2207 > ~ / .android/adb_usb.ini
4. Restart the adb service and execute the adb devices command. If there is a device, the adb configuration is successful.
Adb kill-server
Adb start-server
Adb devices
List of devices attached
69T7N15823003216 device
ADB installation under Windows
1. Download adb.zip from http://www.sunychip.com/content-125.html
2. Decompress to C:\ adb
3. Set environment variables
4. Open a command line window and enter: adb shell
If everything is all right, you can go to adb shell and run commands on the device.
Connection management
Connect directly through the type c line
1. List all connected devices and their serial numbers adb devices
List of devices attach
G1XXI2YZXK device
G2XXI2YZXK device
2. Connect one of the devices
Adb-s G1XXI2YZXK shell (direct adb shell if only one device is connected)
Connect through the network
1. Enter on the serial port of the device:
Setprop service.adb.tcp.port 5555
Stop adbd
Start adbd
2. Enter ip an on the serial port of the device to obtain the device address (172.16.9.76)
3. Enter adb connect 172.16.9.76 on the host
4. Enter adb shell on the host
Install / uninstall apk
1. Adb install [options] * .apk
You can take the following parameters:
-l: forward lock application
-r: replace existing application
-t: allow test packages
-s: install application on sdcard
-d: allow version code downgrade
2. Adb uninstall * .apk
Other adb commands
Please use adb-help to get corresponding help
This is the answer to the question about the use of RK3399 / RK3288 ADB. I hope the above content can be of some help to you. If you still have a lot of doubts to be solved, you can follow the industry information channel to learn more about it.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.