bash-scripts/flash moto g7 power stock image.sh
2023-12-31 10:55:53 -07:00

35 lines
1.4 KiB
Bash

fastboot flash partition ocean/gpt.bin
fastboot flash bootloader ocean/bootloader.img
fastboot flash logo ocean/logo.bin
fastboot flash boot ocean/boot.img
fastboot flash recovery ocean/recovery.img
fastboot flash dsp ocean/adspso.bin
fastboot oem fb_mode_set
fastboot flash oem ocean/oem.img
fastboot flash system ocean/system.img_sparsechunk.0
fastboot flash system ocean/system.img_sparsechunk.1
fastboot flash system ocean/system.img_sparsechunk.2
fastboot flash system ocean/system.img_sparsechunk.3
fastboot flash system ocean/system.img_sparsechunk.4
fastboot flash system ocean/system.img_sparsechunk.5
fastboot flash system ocean/system.img_sparsechunk.6
fastboot flash system ocean/system.img_sparsechunk.7
fastboot flash system ocean/system.img_sparsechunk.8
fastboot flash system ocean/system.img_sparsechunk.9
fastboot flash system ocean/system.img_sparsechunk.10
fastboot flash system_b ocean/system_b.img_sparsechunk.0
fastboot flash system_b ocean/system_b.img_sparsechunk.1
fastboot flash system_b ocean/system_b.img_sparsechunk.2
fastboot flash vendor ocean/vendor.img_sparsechunk.0
fastboot flash vendor ocean/vendor.img_sparsechunk.1
fastboot flash modem ocean/NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg ocean/fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot