Skip to content

Instantly share code, notes, and snippets.

@DartPower
Created October 2, 2020 21:13
Show Gist options
  • Select an option

  • Save DartPower/23a19c461cbf52eb468ed896c2ebdb6a to your computer and use it in GitHub Desktop.

Select an option

Save DartPower/23a19c461cbf52eb468ed896c2ebdb6a to your computer and use it in GitHub Desktop.
@echo off
fastboot flash gpt deploy-gpt.img
pause
fastboot flash bootloader bootloader-sd.img
pause
fastboot flash uboot-env env.img
pause
fastboot reboot
pause
fastboot oem format
pause
fastboot flash bootloader bootloader-sd.img
pause
fastboot flash uboot-env env.img
pause
fastboot flash recovery_boot boot.img
pause
fastboot erase misc
pause
fastboot reboot-fastboot
pause
fastboot flash boot_a boot.img
pause
fastboot flash dtbo_a boot_dtbo.img
pause
fastboot flash super super.img
pause
fastboot format:ext4 metadata
pause
fastboot format:ext4 userdata
pause
fastboot reboot
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment