Tuesday, January 17, 2017

adb, fastboot command สำหรับจัดการ android device

ก่อนใช้จะต้องเปิด USB Debug Mode ก่อน 
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash userdata userdata.img
fastboot flash system system.img
fastboot reboot
fastboot 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

No comments: