adb backup // Create a full backup of your phone and save to the computer. adb restore // Restore a backup to your phone. adb sideload // Push and flash custom ROMs and zips from your computer. fastboot devices
adb shell // Open or run commands in a terminal on the host Android device. == Devices adb usb adb devices //show devices attached adb devices -l //devices (product/model) adb connect ip_address_of_device == Get device android version adb shell getprop ro.build.version.release == Log...
This is a complete directory of ADB commands list for Android. This cheat sheet contains the most common ADB commands with examples.