Tutorial - Motorola Razr
Tutorial - Motorola Razr
2)
firmware
If you've done something to your Droid Razr M (version 4.4.2 - KitKat) and now it won't boot and
you've tried everything else to fix the problem and are just about to toss it in the trash as a
bricked device, try re-installing the factory default firmware:
2. Connect your phone to your PC using the USB cable and make sure your phone battery is
charged 100% (if not, wait until fully charged)
3. On your phone, hold down power, volume up, and volume down buttons
simultaneously. When the device powers off, let go of the power button but keep holding down
the volume up and volume down buttons until the bootloader screen appears.
4. Quickly press the volume down button until AP Fastboot is highlighted and then press the
volume up key.
5. The screen should now be in fastboot mode and should say "Battery OK" and "usb
connected" (note: if it says "Battery low", use these instructions to charge your phone)
7. Extract the fastboot file for your operating system to somewhere in your PATH. For example,
on Linux:
chmod +x fastboot
sudo mv fastboot /usr/bin/
8. Open a terminal command prompt and type fastboot devices
fastboot -w
KitKat (4.4) ONLY: fastboot flash partition gpt.bin
fastboot flash
sbl1 sbl1.mbn
fastboot flash
sbl2 sbl2.mbn
fastboot flash
sbl3 sbl3.mbn
fastboot flash
rpm rpm.mbn
KitKat (4.4) ONLY: fastboot flash tz tz.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot erase tombstones
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot continue