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
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
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 manufa
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 steps:
1. Check if your Linux can
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
1. Open the management-Device Manager of the computer and connect the Android device with USB (for Android devices to Enable USB debugging). You can see the USB device with a yellow question mark.2. Right-click the device to view properties-details, and select hardware ID in properties. You can see the hardware ID, for example:
USB \ vid_2207 pid_0010 rev_0222 mi_01usb \ vid_2207 pid_0010 mi_01
3. Op
in multiple devices (simulators), you need to specify a device number when you want to view the status of one of them directly with Logcat, or when you install the app directly on the target device. ADB devicesThis command can get the serial number of the current device (serialnumber). like a simulator, usually a emulator-5554 .After the ADB directive, add the parameter-s You can specify the target of the
PortImport or copy files from Simulators/devicesAdb command listStart shell commandsConnect to the database by running sqllite3 on a remote shell ClientUI/Software Test Procedure MonkeyOther shell commandsEnable logcat logsUse the logcat commandFilter log outputControl log output formatView available log BuffersView stdout and stderrLogcat command listStop adb ServiceSummaryThe Android debugging system is
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 Linux, you can c
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
Android adb and Android adb
Reference: http://blog.csdn.net/veryitman/article/details/6437090
1.Go to shell
Enter DeviceShellAdb shell
2. Install apk
Adb install
3. Copy files from the device to the Local Computer
Adb pull
For
The DB is the SDK comes with the tool, can realize the bridge function;ADB shell can interact with the mobile phone system, based on the operation of the Andoid Linux systemadb common commands:1. View the deviceADB devicesThis command is to view the currently connected device, the Android device connected to the computer, or the emulator will list the display2. Installing the SoftwareADB install This comman
I. Definition and function:ADB full name Android Debug Bridge, is to play the role of the Debug bridge. is a tool in the Android SDK that allows you to manipulate the Android emulator or the real andriod device directly, by default the ADB process will run automatically when we run eclipse. Of course, we can also use s
Android advanced adb command, android advanced adb
Use the command line to execute the android adb command. The steps are as follows:
1. Find adb in the ADT sdk, as shown below:
2.
, depending on your settings.5. How to change back to previous status (via USB connection)SetProp service.adb.tcp.port-1 Stop adbd start adbd3. Directly via the ADB after USB connection is set upThis is the simplest method, but the success rate is not high. Let's take a look at how to achieve:ADB tcpip 5555 #让adbd重新启动, and listen port 5555 ADB connect 192.168.0.101:5555Change back to the original state:ADB
Issue background: Install apk is reported error:protocol faultThe following problems occur:Solution One,Windows:Task Manager, see the ADB process, shut down, and then restart ADB start-server.Linux (my machine is Ubuntu system)Execute commandGnome-system-monitorOpen the Task Manager and turn off the ADB.Solution Two:1, after starting the simulator,2. Enter the cmd command and enter the CD D:\
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
The difference between the use of ADB push and adb install in Android is reproducedThis article is submitted by Yingchun Shi (@ three vulgar little Women). Reprint please specify the original address.In the actual development of Android, the ADB command is often used, and th
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 prob
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.