Android ADB Cheat Sheet

From myWiki
Revision as of 19:34, 10 March 2020 by Stevet (talk | contribs)

Start the server/service

./adb kill-server
./adb start-server

Show connected devices

./adb devices

Enter the O/S shell (ls,...)

./adb shell

On a un-rooted device you'll need to run-as within the shell

run-as me.stevet.android.gpsapplication