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 ADB Drive configuration method and the related problems encountered in th
Mount the/system/app/directory as read-write:>adb ShellShell @android:/$suSU Shell @android:/#mount-o rw,remount yassf2/system/Shell @android:/#chmod 777/system/app/ Files that are usually push into the phone's memory also need to be set to read R write W to perform the X attribute:chmod 644 xxxxxx Commonly used ADB command: ADB default does not support Chinese c
After the PID vid of the USB driver is modified in the Linux Kernel of the Android device, the ADB tool may not be able to identify the device, and the prompt "device not found" will be printed, especially for windows, the ADB driver cannot be used.
What should I do at this time?
1. First, find out the current PID and vid, for example, AAAA and BBBB (hexadecimal)
For linux such as Ubuntu, insert a device an
Android ADB command
1. View Devices
ADB Devices
This command is used to view the currently connected devices. The Android devices or simulators connected to the computer are listed and displayed.2. Install software
ADB install
This command installs the specified APK file on the device.
3. uninstall software
ADB
Scene:1. As a bridge between PC-side and mobile-phone communication, ADB plays an important role in debugging mobile app and viewing mobile phone information.2. Some of the more useful commands are listed here to facilitate quick check.To view a list of devices on which USB debugging is turned on: ADB devices install APK: adb-s xxxxx (device serial number, usi
Tags: technology stop pull Wireless appear img permissions get common commands
Display all devices in the system:ADB devicesThis command is to view the currently connected device, the Android device connected to the computer, or the emulator will list the display 2. Open the ADB service:ADB start-server 3. Close the ADB service:ADB kill-serverStop ADB S
Tags: os using ar for file Art SP log CIf you want to use ADB directly in the DOS interface, you need to add tools and Platform-tools in the ANROIDSDK installation directory and add it to the environment variable path.View current devices (including real machines and emulators): ADB devicesStart/close adb service: adb
"Heaven's answer to Heaven's question"Question one: What is ADB?Question two: What is the use of ADB?Question three: How does the ADB tool work as the most critical issue?answer one : ADB's all called Android Debug Bridge, is to play the role of the Debug bridge. With ADB we can debug the Android program via DDMS in Ec
Label:AM (Activity Manager) is a tool for managing activity, initiating activity, services, sending broadcasts, and closing windows. start activity:adb shell am start [options] [Options]:-n class name,-a action,-d data,-m mime-type,-c category,-e Extended data, etc.)See Http://developer.android.com/tools/help/adb.html#am for details. Open the activity that sent the message# adb shell am start-a Android.intent.action.SEND_MULTIPLE #
This article focuses on the method of using ADB in Windows programs, and does not introduce the ADB commands.1) Start the ADB process and get the output from the pipeline.The drawbacks of this way, I do not know, anyway is a variety of problems it. But I've asked a lot of friends at the moment, and they all do it because it's the easiest way. Cons I list1) Each t
Issues related to the use of Windows under ADBApplicable environment:Under the Windows xp,win7 can be done under this article, WIN8 did not experiment, but the operation settings are approximately the same, in addition to the 4th step, the location of Adb_usb.ini may be different, the other parts can be described in the article to operate.The following issues should be noted for normal use of ADB under Windows:1. Mobile phone to open debug modeIn Sett
Use the Python script and ADB command to uninstall the App, pythonadb
Preface
This article implements a Python script to uninstall the apps on the simulator or physical machine in batches and clear the LogCat cache.
Android Developers, simulators, or mobile phones often have a large number of debugging demos, which are good for mobile phones. However, simulators may cause a reduction in debugging speed and startup speed. In addition, it is difficult t
Preface: Just started to learn Android (adhere to 1 notes a day ^_^), more practical command is the ADB, so the first to learn these, mainly with the real machine debugging, simulator is genymotion, so emulator temporarily not need ha, can follow up1. View simulator/Connection device:By default, all ADB clients communicate with the ADB service using a 5037 port n
Song ZhihuiAndroid Debug brideg (ADB) is a multi-purpose command-line tool. You can communicate with an Android virtual machine or connect to a real machine. It also provides access to advanced command-line operations on the device shell. It is a client-server program that contains the following three parts:
A client that runs on your development device. You can invoke a client from the shell with the ADB
Some ADB commands are often used in my work. Today I have summarized some common commands of Android ADB, hoping to help you a bit:
1. Install the APK package: Tools> ADB install xxx.apk enter
2. Uninstall the APK package: Tools> ADB uninstall com.cn. Android [package name]
3. 1. View logcat information: Tools>
Reprinted please indicate the source: http://blog.csdn.net/xiaanming/article/details/9401981
ADB server didn't ack can be annoying to many new friends. I used to have this problem when I first started Android, but I am Baidu or Google, I don't know how to solve this problem. Many new friends in the group will ask this question. To be honest, I don't have the ultimate solution to this problem (the best way to solve this problem, haha ), I did not take
I have summarized some ADB commands. If any omission exists, I hope the people passing by will make up the information. Thank you ~
1.Android SDK deployment and Configuration
Put the androidsdk folder directly in a drive letter
2.Add ADB environment variable
Add path values to the path where the worker is located, such as D: \ androidsdk \ platform-tools, D: \ androidsdk \ tools (or directly put the two E
ADB outputs the following status information for each device:
L serial number (serialnumber)-a string created by ADB that uniquely identifies a simulator or mobile phone device using the Console port number. The format isEmulator-5554
L state-connection status. The value is:
N offline-not connected or not responding
N device-already connected to the service provider. Note that this status does not indicate
After debugging multiple mobile phones in the company, two mobile phones are connected to the computer through USB at the same time for comparison. Suddenly I found that the serial numbers of the two mobile phones were identical when I used the ADB devices command. Because this is the same machine in the company .... This makes it impossible to connect at the same time.
Apuser @ yaochuanliubt :~ /Mywork/4.1-3.4/kernel/ARCH/ARM/configs $
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.