Skip to content

Instantly share code, notes, and snippets.

@c9n
Created May 31, 2020 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c9n/22c3d03dc5234504cd578afcb324c3db to your computer and use it in GitHub Desktop.
Save c9n/22c3d03dc5234504cd578afcb324c3db to your computer and use it in GitHub Desktop.
Moto G6
fastboot oem fb_mode_set
fastboot erase userdata
fastboot erase carrier
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash dsp adspso.bin
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash vendor vendor.img_sparsechunk.0
fastboot flash vendor vendor.img_sparsechunk.1
fastboot flash oem oem.img
fastboot erase DDR
fastboot oem fb_mode_clear
fastboot reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment