Android ADB Cheat Sheet
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