You are on page 1of 3

March 19, 2013 - April 01, 2015

return to sd_shadow's [Collection] of Links:


[How To] Use ADB on a Droid

Unbrick Moto device with moto-fastboot.exe c


in fastboot mode using update.zip

or .xml
if this method does not work try Restoring with Mfastboot
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

Motorola Drivers
update.zip or .xml for your device and system version (http://motofirmware.center/files/ )
moto-fastboot.exe mediafire or Dev-Host
instructions
1. Charge Device if possible
2. Enter android recovery and do a wipe data/factory and cache
3. Then reboot device to fastboot mode.(make sure to have all motorola drivers installed on
your PC)
4. unzip moto-fastboot zip (ADB.exe, AdbWinApi.dll, AdbWinUsbApi.dll,and motofastboot.exe)

5. move the update Zip/.xml and the MOTO-FASTBOOT Files to a folder (ex. c:/Root)
6. unzip the xml.zip or update so ADB.exe, AdbWinApi.dll, AdbWinUsbApi.dll, motofastboot.exe, boot.img, preinstall.img, and system.img are in same folder.

7. Open the CMD (start menu>All programs>accessories>command prompt), and enter the
these commands.

Change Command Prompt with


cd \root
or two step
cd/
cd c:root
then

moto-fastboot.exe flash boot boot.img


moto-fastboot.exe flash preinstall preinstall.img
moto-fastboot.exe flash system system.img
moto-fastboot.exe reboot

optional
moto-fastboot.exe flash radio radio.img
(do not flash radio, if file is not for the same network/carrier that phone is flashed to)
moto-fastboot.exe flash webtop vendor.img (may not apply)

if you need to wipe data


moto-fastboot -w

reboot command
moto-fastboot reboot

reboot to fastboot with adb command


adb reboot bootloader

if you do not have any of the above files look for


boot.img.p in the updates patch folder, rename boot.img
then
moto-fastboot.exe flash boot boot.img

More
Code:
moto-fastboot flash cdt.bin cdt.bin
or
moto-fastboot flash cdt.bin cdt.bin_signed

Full Wipe
moto-fastboot erase boot
moto-fastboot erase system
moto-fastboot erase cache
moto-fastboot erase userdata
moto-fastboot erase webtop
moto-fastboot erase preinstall
moto-fastboot reboot

sources & more info


DX2 manual root method using adb/moto-fastboot
ERR: hardware/tegra/prebuild/make/../../core/system/rdl/rdl_main .c

How to install leaked Ice Cream Sandwich build on the Motorola Atrix 4G
MotoAndroidDepacker
http://www.mediafire.com/?pk0gb8tgxg4uecg
[Important]Tegra2 SBF and other flashing stuff - 07/23/12

Failed to boot 1 - bootloader/microboot partition problem


Failed to boot 2 - boot partition problem
Failed to boot 3 - recovery partition problem
Failed to boot 4 - system partition problem

moto-fastboot.exe flash radio bp.img

* CG58.smg -> recovery.img code:moto-fastboot flash recovery recovery.img


* CG59.smg -> boot.img code:moto-fastboot flash boot boot.img
* CG60.smg -> system.img code:moto-fastboot flash system system.img
* CG61.smg -> webtop.img code:moto-fastboot flash webtop webtop.img
* CG65.smg -> preinstall.img code:moto-fastboot flash preinstall preinstall.img

1. Download moto-fastboot for your operating system


2. Turn your device off
3. Boot into "Fastboot mode" by holding down the bottom volume button while pressing
power.
4. Use the following commands to flash the images:
o moto-fastboot flash boot boot.img
o moto-fastboot flash system system.img

Use the following commands to wipe data and reboot:


o moto-fastboot -w
o moto-fastboot reboot

moto-fastboot flash radio radio.img

moto-fastboot.exe flash boot boot.img


moto-fastboot.exe flash preinstall preinstall.img
moto-fastboot.exe flash system system.img
moto-fastboot reboot

return to sd_shadow's [Collection] of Links:

[How To] Use ADB on a Droid

You might also like