Return to stock - Moto X 2014
What you need:
- Minimal ADB and Fastboot
- Stock ROM (That's the only download page with like all the stock ROMs, downloads speed are super slow if you are not premium)
- Moto fastboot (mfastboot.exe) (This one is only needed if the file system.img is too big to flash (More than 500MB))
Steps:
- Connect your phone to your computer and make sure to have "USB Debugging" enabled (About phone > Tap several times "Build number" > Go back > Developer options > Enable USB debugging)
- Make sure your phone is at least 50% charged
- Open ADB cmd (MAF32.exe)
- Run this command to make sure it recognizes your phone.
Code:
adb devices - After it recognizes it, run the command (It should reboot into bootloader)
Code:
adb reboot bootloader - Unzip the downloaded STOCK ROM into the same folder as where you installed minimal ADB (C:\Program Files (x86)\Minimal ADB and Fastboot)
- Open the "flashfile.xml" file with any text editor
- The file tells you how to flash the files into your phone
- Mine said:
Code:
fastboot oem fb_mode_set oem
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.img
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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear - The sistem.img part was a big file divided into 9 files about 250MB each. If your system.img is bigger than 500MB you'll need to use mfastboot.
- Do the commands one by one.
- After you are done with everything, reboot and it should say in the Status: Official
Download from this link
No comments:
Post a Comment