ANDROID: adb shell commands

For the times you want to log onto the unix command prompt of the device itself, you want to use the following command:

adb shell

this will convert the prompt into:

#

now you can start using unix commands as usual:

ps = list all processes
kill = kill specific process

No comments: