Friday, 18 December 2015

[GUIDE] Return to stock and "Official status" - Moto X 2014



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:
  1. 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)

  2. Make sure your phone is at least 50% charged

  3. Open ADB cmd (MAF32.exe)

  4. Run this command to make sure it recognizes your phone.

    Code:


    adb devices


  5. After it recognizes it, run the command (It should reboot into bootloader)

    Code:


    adb reboot bootloader


  6. Unzip the downloaded STOCK ROM into the same folder as where you installed minimal ADB (C:\Program Files (x86)\Minimal ADB and Fastboot)

  7. Open the "flashfile.xml" file with any text editor

  8. The file tells you how to flash the files into your phone

  9. 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



  10. 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.

  11. Do the commands one by one.

  12. After you are done with everything, reboot and it should say in the Status: Official


Download from this link

No comments:

Post a Comment