Water's Home

Just another Life Style

0%

Android ADB Shell Commands Notes

Prints a list of all attached emulator/device

>adb devices
List of devices attached
xxxxxxxxxx device

Forward socket connections

>adb forward tcp:10172 tcp:9999

Restarts the adbd daemon with Root permissions

>adb root

Put /system partition in Writable mode

>adb remount remount succeeded

Upload a specified file from your computer to an emulator/device

>adb -s xxxxxxxxxx push term_emv_clc2 /system/tmp

Shell command mode

>adb shell