fastbootDL.bat 228 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 adb wait-for-device reboot bootloader fastboot oem unlock fastboot format userdata fastboot -w fastboot flash bootloader %1\bootloader.img fastboot flash boot %1\boot.img fastboot flash system %1\system.img fastboot reboot pause