Push sends a file from your desktop computer to your Android device: adb push test.txt /sdcard/test.txt
Pull pulls a file from your Android device to your desktop computer: adb pull /sdcard/test.txt test.txt
Shell lets you run an interactive shell (command prompt) on the Android device: adb shell
Install lets you install an android APK file to your Android device: adb install myapp.apk
Remount remounts the /system partition as writable (or readonly if it is already writeable): adb remount
Logcat lets you view the devices debug logs in real time (must press control+c to exit): adb logcat
ADB Wiki
This post has been edited by mrsburnout: 08 May 2011 - 09:44 PM
Reason for edit: Format fixes

Help












