ADB, short for Android debug bridge, is a tool in the android SDK. It can be used to directly manage Android simulators or real Android mobile phones.
Its main functions include:
* Run the shell (command line) of the device)
* Manage port ing between simulators and devices
* Upload/download files between computers and devices
* Install the local APK software on the simulator or Android device.
I found that using ADB to upload/download files between the computer and the device, the APK software installed on the computer is very fast to Android devices. Now we will share with you the following commands:
1. Download an object
Syntax: ADB pull [file name]/Source Path/
For example:
ADB pull blade_keypad.kl/system/usr/keylayout/
ADB pull/sdcard/MP3/1.mp3
2. upload files
Syntax: ADB push [file name]/target path/
For example:
ADB push Qwerty. Kl/system/usr/keylayout/
ADB push 1.mp3/sdcard/MP3/
3. Installer
Syntax: ADB install-R [/path/software name .apk]
Example: ADB install-r com.android.vending.apk
ADB install-r com.android.vending.apk
Install: ADB install-r com.android.vending.apk
Turn: http://bbs.hiapk.com/thread-644256-1-1.html