Original URL: http://blog.csdn.net/zhenwenxian/article/details/5901350Linux under the Android ADB driver installation detailed overviewRecently due to the number of built-in partners, I use the Ubuntu system a lot of manufacturers of Android phones can not be correctly identified, after a toss, and consult the SDK, now Linux under the
Recently, due to the large number of built-in partners, many Android mobile phones of many manufacturers in my Ubuntu system cannot be correctly identified. After some hard work, I checked the SDK, now we have sorted out the ADB driver configuration methods in Linux and solutions to the problems encountered in them and contributed them to you.
In
ArticleDirectory
Overview
Procedure
Supplement
References
[Excerpted from] http://blog.csdn.net/zhenwenxian/archive/2010/09/23/5901350.aspx
How to install the android ADB driver in Linux
Overview
Recently, due to the large number of built-in partners, many Android mobile phones of many manufacturers in my Ubuntu system cannot be correct
Document directory
Overview
Procedure
Supplement
Android ADB Driver Installation in Linux
Recently, due to the large number of built-in partners, many Android mobile phones of many manufacturers in my Ubuntu system cannot be correctly identified. After some hard work, I checked the SDK, now we have sorted out the ADB
This article is your own study notes, welcome reprint, but please specify the source:http://blog.csdn.net/jesson20121020
In Linux under the development of Android, you need to use the real machine for debugging, testing, so first to ensure that Linux can drive your phone, the driver installation steps are as follows:
Installation step
ADB self-made universal driver method, exclusive secret
This article from: http://kraft.iteye.com/blog/1275276
Android often encounters a mobile phone that cannot find the ADB driver, or to adapt to multiple drivers, there is actually a very simple solution.Use the Official Google Android
Linux under the ADB drive problemLinux under the use of mobile phone USB debugging mode to connect ADB to the Android program debugging, configuration driver without windows to intuitive.The first step is to confirm that the phone is connected to the computer, LSUSB check the device record.[Email protected]:~$ LsusbBus
Label:In the morning in cmd input adb devices want to query how many VMs are executing, but the execution results appearC:\USERS\ADMINISTRATOR>ADB devicesErrorC:\USERS\ADMINISTRATOR>ADB ShellErrorC:\USERS\ADMINISTRATOR>ADB devicesErrorThe analysis is due to the lack of the ADB
Device 003:id 17ef:6025 LenovoBus 002 Device 003:id 04f2:b2ea chicony Electronics Co., Ltd.Here I have two Android devices, one mobile phone, one tablet, and ZTE's my phone, Google Inc. It's my tablet.With the above information we can go to the following information:19D2 is id_vendor_id.1282 is idproduct.Now we can finish that file.2 "There's a command we can find. Set up this file (all files on Linux)Bus 003 Device 003--------------/dev/bus/usb/003/
Tags: android http using ar file SP art problem CIn the Android platform to do development, ADB always need to use, and, because Linux does not have windows such as a fool, some things still need to set their own, otherwise it will not be connected.Google also has a description of these content, can refer to http://developer.android.com/tools/device.htmlThis problem has not been paid attention to, my Samsun
: sudo:Adb:command not found.Workaround:command line input [email protected]:~$Sudo-SVia sudo-s switch to root,Re-enter [email protected]:~$TypeadbUse the TypeADB to see the next adb with that command, at which point the command line showsADB is/home/wangwei/soft_dev/android-sdk-linux_86/platform-tools/adbThen enter the command line: [Email protected]:~$ exitcommand line input [email protected]:~$ CD/usr/binEnter the/usr/bin directorycommand line inpu
Label:Recently used Mac, to be honest, the environment of the Mac to configure the ADB is not so complicated, but still will make some heart is not fine or ability is not strong students deterred. So is there a one-click Software or script to complete the ADB and fastboot environments on your Mac?You don't say, really found, but this script has not been updated for many years, after viewing the script, foun
The ADB driver android-usb-driver.zip is downloaded from the Internet. G7 obviously cannot install this driver. The Device Manager displays a yellow exclamation mark, and the driver update cannot find hardware information. That is to say, I didn't install the ADB
Linux driver development focuses on content-from "embedded Linux driver template overview and project practices", embedded driver development
This article is excerpted from my lecture on Embedded Linux
[Video] Secrets of Embedded Linux/Android driver development (1) Touch Screen driver development and android driver development
Secrets of Embedded Linux/Android driver development (1) Touch Screen
Linux Device Driver category, character device driver, how to add cdev to the kernel ?, Driver category cdev
1. Linux Device Driver category
By hardware of Managed Devices
Character Device
Access by byte streams, which can be acc
A. Use the adb LAN function to connect the device
1. Run the adb command with a usb connection and change the connection mode to tcpip.Adb tcpip {port} port is the port number2. Unplug the USB cable and run the adb command to connect to the device.Adb connect xxx. xxx (device ip): port (the port number just set)3. Run the adb
Android system transplantation and driver development-Chapter 6-use instances to understand Linux driver development and experiences, and android driver development
The operating method of the Linux driver is interaction. For exa
Linux Device Driver Article 3: How to Write a simple character device driver ?, Linux Article 3
In the first article on linux Device Drivers: the device drivers briefly introduce character drivers. This article briefly introduces how to write a simple character device
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.