In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article introduces Rayeager PX2 adb device driver under linux. The content is very detailed. Interested friends can use it for reference. I hope it will be helpful to you.
Refer to the method provided by google: http://developer.android.com/tools/device.html, but find that by doing this, some android devices are not connected, and of course some will find it possible, so it is necessary to do this step.
Create a configuration file under / etc/udev/rules.d/ that will be queried when the device is connected, and the file name is 51-android.rules.
The editing content is as follows: SUBSYSTEM== "usb", ATTR (idVendor) = = "1782", MODE= "0666", GROUP= "plugdev"
For devices that cannot be found, the above can be added to the configuration file, as long as the ID is changed to the ID of the current device.
After saving, enter sudo chmod a+rx / etc/udev/rules.d/51-android.rules to modify the permissions of the file, and then restart the udev service sudo/etc/init.d/udev restart. This step is very important. The reason why you have failed several times before is that the device has not been found because the service is configured without restart.
Then ask adb server to restart sudo adb kill-server, sudo adb start-server, and look for the device adb devices again. In most cases, the device is already recognized. If you still can't find the device, in the file ~ / .android/adb_usb.ini, add 0x before the ID number, for example, 0 × 2109 above, and add a device number on one line. Of course, after setting up here, adb server also needs to be rebooted. Look for the device adb devices again.
The device finds that adb shell joyfully commands into android shell.
The default Android system of PS:PX2 is 4.4, and ADB needs to use the ADB that matches this version. If you use the old version of adb, you will also have the same problem.
About Rayeager PX2 in linux adb device driver to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.
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.