
Either you’ve done playing with ROMs, or you screwed up something in custom ROM flashing process, got bootlooped and ended with a paperweight, this guide will help you with flashing the Stock ROM and a chance to save your device.
If you’ve followed My Guide [This Link] you’re lucky you’ve got a completely compatible Stock Firmware in your PC waiting to be flashed, just follow further instructions
If you didn’t follow the Very first page of my tutorials, you’ll have to download the Stock firmware by yourself from the internet, there are many sites which provide them, there are 3 SKU Variants:
- XT 2067-1
- XT 2067-2
- XT 2067-3
If you have the XT 2067-3 model, you won’t have to search up for the stock ROM, to download it, [CLICK HERE]
Since I have the XT 2067-3 I’ll be updating the Stock ROM as new updates roll out
Now the Flashing Instructions:
- Extract the Stock ROM archive and copy all the contents in your platform-tools folder
- Reboot your phone into fastboot mode (The Hardware button combination is: power off>press power+volume down>select reboot to recovery>after you see the no command screen, press volume up+power>then select reboot to fastboot>done)
- Then fire up Powershell/CMD and type: fastboot devices, you see your device, you proceed further
- Now execute the following commands one by one:
- fastboot -w
- fastboot flash partition gpt.bin
- fastboot flash bootloader bootloader.img
- fastboot flash vbmeta vbmeta.img
- fastboot flash radio radio.img
- fastboot flash bluetooth BTFM.bin
- fastboot flash dsp dspso.bin
- fastboot flash logo logo.bin
- fastboot flash boot boot.img
- fastboot flash dtbo dtbo.img
- fastboot flash recovery recovery.img
- fastboot flash super super.img_sparsechunk.0
- fastboot flash super super.img_sparsechunk.1
- fastboot flash super super.img_sparsechunk.2
- fastboot flash super super.img_sparsechunk.3
- fastboot flash super super.img_sparsechunk.4
- fastboot flash super super.img_sparsechunk.5
- fastboot flash super super.img_sparsechunk.6
- fastboot flash super super.img_sparsechunk.7
- fastboot erase carrier
- fastboot erase ddr
- fastboot reboot
Note: If you get any error while flashing super.img_sparsechunk.x files, add a 0 before the number and retry, it depends on the file name, check it beforehand, for example;
- fastboot flash super super.img_sparsechunk.00
- fastboot flash super super.img_sparsechunk.01 and so on…
This process will take about 10 to 15 mins
You’re all done now, if you want to go further and Relock your Bootloader, go to the next Guide from the Index page.
2 thoughts on “Flashing Stock Firmware (via Fastboot)”