Skip to content

Instantly share code, notes, and snippets.

@nosrednawall
Created September 15, 2019 13:59
Show Gist options
  • Save nosrednawall/6c867503d850d95b3a945660257ce432 to your computer and use it in GitHub Desktop.
Save nosrednawall/6c867503d850d95b3a945660257ce432 to your computer and use it in GitHub Desktop.
comandos para efetuar a instalação de uma stochrom no moto z2 play
sudo apt install android-tools-adb android-tools-fastboot
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash dsp adspso.bin
fastboot flash oem oem.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 system system.img_sparsechunk.10
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment