ก่อนใช้จะต้องเปิด USB Debug Mode ก่อน
fastboot flash recovery recovery.imgfastboot flash boot boot.imgfastboot flash cache cache.imgfastboot flash userdata userdata.imgfastboot flash system system.imgfastboot rebootfastboot oem unlock (for all Google-branded Nexus devices)
adb reboot bootloader
adb reboot recovery
fastboot devices
fastboot flash recovery your_recovery_image.img
$ adb backup -apk -shared -all
$ adb shell grep ro.product.name system/build.prop
