[go: up one dir, main page]

0% found this document useful (1 vote)
938 views3 pages

Restoring Motorola Device With Mfastboot

This document provides instructions for restoring a Motorola device using Mfastboot. It includes downloading the latest firmware, Mfastboot, and Motorola drivers. It then outlines the steps to boot into fastboot mode, flash the system, boot, recovery (optional) and radio images using Mfastboot commands, and rebooting the device. Additional tips are provided for installing the radio and wiping data if needed.

Uploaded by

ReaperGod 245
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
938 views3 pages

Restoring Motorola Device With Mfastboot

This document provides instructions for restoring a Motorola device using Mfastboot. It includes downloading the latest firmware, Mfastboot, and Motorola drivers. It then outlines the steps to boot into fastboot mode, flash the system, boot, recovery (optional) and radio images using Mfastboot commands, and rebooting the device. Additional tips are provided for installing the radio and wiping data if needed.

Uploaded by

ReaperGod 245
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

February 9, 2015​- April 01, 2015

return to sd_shadow's [Collection] of Links:


[How To] Use ADB on a Droid

Restoring Motorola Device with Mfastboot ​   


http://goo.gl/e11vuV

Mfastboot does work with both Linux & Mac

If this method does not work try


RSD Lite​:​ How to Flash Motorola Firmware to Restore or Unbrick your Device
or
House of Moto ​http://www.droidrzr.com/index.php/to...se-of-moto-32/
or
RSD Flasher ​http://www.droidrzr.com/index.php/to...-windows-only/

Have a question?​, sign in to ​XDA forum​, and


Notify me by Posting @​sd_shadow​ in thread
I'll help you as much as I can…

Download current firmware [​DOWNLOAD​]


Download Mfastboot ​AFH​ - ​Mega​ - ​[Drive​] - ​DevHost​ -
Download and Install ​Motorola Official Drivers
Refer to ​Mfastboot setup

Credit​: most of this is directly from ​http://forum.xda-developers.com/droid-razr-m/general/guide-faq-how-to-root-boot-unlock-t2869432

Open the zip and extract these files to your Mfastboot folder
NON-HLOS.bin (not all devices, if it’s not included in firmware, don’t need)
system.img
boot.img
recovery.img (OPTIONAL)

Charge device if possible, if you see battery low, a ​Fastboot cable​ may be necessary
Boot your device into AP Fastboot - Refer to Boot Options
Connect your device with the OEM USB cable in a USB 2.0 port

Open CMD and [TYPE]


mfastboot flash modem NON-HLOS.bin
Tap [ENTER]
When finished [TYPE]
Code:
mfastboot erase modemst1
Tap [ENTER]
When finished [TYPE]
Code:
mfastboot erase modemst2
Tap [ENTER]
When finished [TYPE]
Code:
mfastboot flash system system.img
Tap [ENTER]
When finished [TYPE]
Code:
mfastboot flash boot boot.img
Tap [ENTER]
When finished [TYPE] (OPTIONAL)
Code:
mfastboot flash recovery recovery.img
Tap [ENTER]
When finished [TYPE]
Code:
fastboot erase cache
Tap [ENTER]
When finished [TYPE] (OPTIONAL)
Code:
fastboot erase userdata
Tap [ENTER]
When finished [TYPE]
Code:
mfastboot reboot
Tap [ENTER]
PROFIT!

Source: ​http://forum.xda-developers.com/droid-razr-m/general/guide-faq-how-to-root-boot-unlock-t2869432

Mfastboot setup

Mfastboot does work with both Linux & Mac, but I have not used it.

Windows setup and flash


Install ​Moto Drivers
unzip mfastboot.zip
create a folder in C drive named adb (C:adb)
Place AdbWinUsbApi.dll, AdbWinApi.dll, adb.exe, fastboot.exe, and mfastboot.exe in adb folder
unzip firmware.xml.zip, copy images to adb folder
charge phone
power off phone, hold volume down, power on, should boot to AP Fastboot mode
connect to PC
Open the CMD (start menu>All programs>accessories>command prompt), and enter the these commands.

change directory prompt to adb folder


Code:
cd \adb
or
or two step
Code:
cd/
cd c:adb
then use commands from above

Radio flashing
Code:
mfastboot flash radio radio.img
after it's complete
Code:
fastboot reboot
device should reboot, then enter an install mode, where phone will complete radio install, may take a few mins
when install is done , phone will boot normally

More

Code:
mfastboot flash cdt.bin cdt.bin

wipe data with


Code:
mfastboot -w

reboot
Code:
mfastboot reboot

mfastboot erase cdt.bin_signed

You might also like