Android Debugging Bridge (ADB)
Turn from: http://emck.avaw.com/?p=116
The Android Debugging Bridge (ADB) is a versatile tool that can help you manage the status of your device or emulator.
There are several ways to join the ADB: Run the shell command on the device to manage the simulator or device copy from the emulator or device or copy the file out of the port
For mobile Android testing, the ADB command is a very important point, you must memorize the usual ADB commands in the heart, will be a great convenience for Android testing, many of the commands will be used in automated test scripts.Android Debug BridgeADB is actually Android Debug Bridge , the abbreviation of Android Debug Bridge, ADB is a c/S Architecture com
Label:Install software: adb install apk (file name. apk)Reinstall the SOFTWARE: adb install-r apk (file name. apk)Uninstall APK software: adb uninstall APK (package name. apk)Check the run log on your phone, which can be used to check for errors: adb logcatSee if your phone is connected, and how many phones are connect
Heaven Zhuhai Branch Rudder note : Originally this series is to prepare a book, details please see the earlier blog "to seek partners to write the deep understanding of Monkeyrunner" books. But for many reasons, there is no wish. So the draft is shared here, so mistakes are unavoidable. If necessary, please refer to the following, the forwarding of the word also keep the end of each article source and other information.
The purpose of this documentation is to document a client requesting th
The Android Debug Bridge (ADB) is a versatile tool that can help you manage the state of your device or emulator.You can join ADB in the following ways:
Run the shell command on the device
To manage the emulator or device via port forwarding
Copy or copy files from a simulator or device
The following is an introduction to ADB and describes c
.3. Release Port:You can set any port number as the request port for the host to the emulator or device. Such as:ADB forward tcp:5555 tcp:80004. Copy files:Files can be copied to a device or from a device,To copy a file or directory to a device or emulator:ADB pushsuch as: adb push test.txt/tmp/test.txtTo copy a file or directory from a device or emulator:ADB pullsuch as: ADB pull/addroid/lib/libwebcore.so.
When using wired routing + wireless routing to access the Internet and share wireless functions in an existing wired network, you can use a wireless router as a Wireless AP (Wireless switch). The configuration steps are as follows:
1. connect to and log on to the
Transferred from: http://my.oschina.net/xuwa/blog/1574 The Android Debug Bridge (ADB) is a versatile tool that can help you manage the state of your device or emulator. You can join ADB in the following ways:
Run the shell command on the device
To manage the emulator or device via port forwarding
Copy or copy files from a simulator or device
The following is an introduction to
does not indicate that it has started to complete. --------------Real-Computer connectivity2. Specify an emulator/device instance to perform some action : Adb-s Install the application: Adb-s Success after viewing the device Desktop Discovery installation succeeded ^_^According to the above information, and then use the ES file browser (phone to the software to open root) view: Data/local/tmp found this so
Label:First, view the help command, parameter--help D:\>adbshellscreenrecord--help Usage:screenrecord[options]
Start recording command:
ADB Shell Screenrecord/sdcard/demo.mp4 Note: Recorded phone screen, video format mp4, stored in the phone SD card, the default recording time is 180s. Screenrecord is a shell command that supports Android4.4 (API level 19) and supports video formats: MP4 2. Specify the video resolution size, paramete
ADB server is an out of date. Killing ... ADB server didn ' t ack* failed to start DaeRecently, during the development of Android project, this problem appeared inexplicably:ADB server didn ' t ACK ... ADB server is an out of date. Killing ... ADB server didn ' t ack* failed to start DaeSearch from the Internet a lot o
Wireless network card is the equipment of the terminal wireless networks, wireless LAN wireless coverage under the wireless network for Internet access to the use of radio terminals. Specifically, the wireless card is a device tha
We all know this running "adb shell" from the command line was pretty crap, and when using a latter BusyBox version whi CH have coloring support it s ultimately crap. One workaround is usually to start a Telnet server on the phone, and use putty to connect to that Telnet server. Actually there is a more easier-to-do-which also works for non- rooted phones.actually the Android Debug Bridge has a terminal connection feature (roughly speaking), which'll
emulator:ADB push such as: adb push test.txt/tmp/test.txtTo copy a file or directory from a device or emulator:ADB pull such as: ADB pull/tmp/test.txt test.txt3.25 Examples of search simulators/devices:Gets a list of instances of the currently running emulator/device and the status of each instance:ADB devices3.26 Viewing bug reports:ADB bugreport3.27 record the wirele
When implementing wireless functionality in an existing wired network, you can use the wireless router as a wireless AP (wireless switch) and set the steps as follows:
1, a single connection and login to the wireless router, the wireles
Tags: monitor example sage XML LAN Difference Task Manager Lis HelpFor mobile Android testing, the ADB command is a very important point, you must memorize the usual ADB commands in the heart, will be a great convenience for Android testing, many of the commands will be used in automated test scripts.Android Debug BridgeADB is actually Android Debug Bridge , the abbreviation of Android Debug Bridge,
emulator:ADB push such as: adb push test.txt/tmp/test.txtTo copy a file or directory from a device or emulator:ADB pull such as: ADB pull/addroid/lib/libwebcore.so.25, the Search simulator/device instance:Gets a list of instances of the currently running emulator/device and the status of each instance:ADB devices26. Check the bug report:ADB bugreport27. Record the wire
output Format: ADB logcat-v Thread Note You -v can only specify a format in the options. viewing alternative Log buffers the Android log system keeps multiple loop buffers for log messages, and not all messages are sent to the default buffers, and to view these additional buffers, you can use the -b options The following are the buffers that can be specified: Radio - View the messages contained in the wirel
have done so long development and management, in the command is always self-seeing, often ignoring the sharing process on its command, so now a little bit of time on its command of the relevant operation to a simple literacy, but also the system through this way to the fishing and not fish, well, I show in a graphic way, Of course, my habit is anything to look at the Help document or command, today we have to explain the ADB command in the command lin
This article was reproduced from: http://blog.csdn.net/happylifer/article/details/7682563Recently because of the need, looked at the source code of the ADB, feel the author is very cow, design is very good, so a little notes, convenient to change the ADB once again can be quickly recalled.ADB Structure and Code analysisI. OverviewAndroid's entire ADB consists of
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.