Advertisement
Guest User

Moto G6 - Flash stock firmware

a guest
Dec 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. #
  2. # Fastboot commands to flash the stock rom
  3. #
  4. # Type commands individually, hitting [enter] after each one
  5. #
  6.  
  7. fastboot getvar max-sparse-size
  8. fastboot oem fb_mode_set
  9. fastboot flash partition gpt.bin
  10. fastboot flash bootloader bootloader.img
  11. fastboot flash modem NON-HLOS.bin
  12. fastboot flash fsg fsg.mbn
  13. fastboot erase modemst1
  14. fastboot erase modemst2
  15. fastboot flash dsp adspso.bin
  16. fastboot flash logo logo.bin
  17. fastboot flash boot boot.img
  18. fastboot flash recovery recovery.img
  19. fastboot flash system system.img_sparsechunk.0
  20. fastboot flash system system.img_sparsechunk.1
  21. fastboot flash system system.img_sparsechunk.2
  22. fastboot flash system system.img_sparsechunk.3
  23. fastboot flash system system.img_sparsechunk.4
  24. fastboot flash system system.img_sparsechunk.5
  25. fastboot flash system system.img_sparsechunk.6
  26. fastboot flash system system.img_sparsechunk.7
  27. fastboot flash system system.img_sparsechunk.8
  28. fastboot flash system system.img_sparsechunk.9
  29. fastboot flash vendor vendor.img_sparsechunk.0
  30. fastboot flash vendor vendor.img_sparsechunk.1
  31. fastboot flash oem oem.img
  32. fastboot erase cache
  33. fastboot erase userdata
  34. fastboot erase DDR
  35. fastboot oem fb_mode_clear
  36. fastboot reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement