[android Firmware] Fastboot Flash Moto G Factory Firmware Images

Fastboot Flash Moto G Factory Firmware Images


Required Files:
Motorola Drivers: Download
Latest Fastboot | ADB (Windows | Linux): Download (Windows 10 users may need this pack for Drivers to work.)
Factory Firmware Images
Instructions:
  • Extracting Fastboot and Firmware Images:
    Extract zip for chosen Firmware Image to a folder with a simple directory structure. For example: C:\motog_firmware\
    Extract the adb-fastboot-latest_win_linux.zip into this folder.
  • Reboot the phone into 'Bootloader mode.'
  1. The 'hardware' way.
    a) Unplug the USB cable and power off the phone.
    b) Press and hold 'Volume down' then power on the phone.
    c) Connect USB cable to your computer.
  2. The 'software' way.
    a) Enable developer mode on the Moto G (Settings-> 'About Phone'. Tap 7 times on 'Build Number')
    b) Enable USB debugging. (Settings -> 'Developer options' -> 'USB Debugging' -> check)
    c) Connect phone to computer via USB, you should see a new ADB device detected and drivers installed.
    d) Open Command Prompt or Terminal, navigate to the Firmware / ADB folder (i.e CD C:\motog_firmware ) and type:
3) Fastboot Commands:
Do commands manually, one at a time - checking that each one returns an [OKAY].
NOTE: system.img_sparsechunks may differ in number + name - Always check contents of folder you're working with.
  • 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 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 modem NON-HLOS.bin
  • fastboot erase modemst1
  • fastboot erase modemst2
  • fastboot flash fsg fsg.mbn
  • fastboot erase cache
  • fastboot erase userdata
  • fastboot reboot
DOWNLOAD
Previous
Next Post »