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
Start the server/service
./adb kill-server ./adb start-server
Show connected devices
./adb devices
Enter the O/S shell (ls,...)
./adb shell