ads

jeudi 27 août 2015

[GUIDE][Osprey] Fastboot Flashing Factory Firmware Images



Disclaimer: I am not responsible for anything that happens as a result of flashing these files. Your destiny is your own.
Based on existing tutorial by @t-bon3. This updated is a work-in-process and will change over time.

How to Fastboot Flash Moto G (3rd Gen) Factory Firmware Images

Required Files:
Motorola Drivers: https://motorola-global-portal.custh...p/30,6720,9050
Latest Fastboot | ADB (Windows | Linux) - Download
Steps
1) Reboot the phone into bootloader mode.
i) 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.

ii) 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 "Minimal ADB and Fastboot". Type:


Code:


adb reboot-bootloader

2. Fastboot Commands:
Do each command manually, one at a time, checking that each one returns an [OKAY]

NOTE: With Firmware Images, system.img_sparsechunks may numbered differently and/or include extra files - always check.
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 erase customize
fastboot reboot



Aucun commentaire:

Enregistrer un commentaire