What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Need Help Flashing RZRecovery with ADB

Hello rescue squad, I need help flashing the RZRecovery Image, found on RaidZero's ROM page. I can use either adb or just on the phone, but I cannot use RSD Lite. I am in need of help because if I try it by myself, I fear that I will brick my phone, or mess up recovery. Thanks for all your help. (If this post is in the wrong thread, please move it)
 
Put the RZR-0.1.4.img file on your sdcard. Then unmount your sdcard for storage. Make sure you have usb debugging turned on on your phone. then open a command prompt on your computer and issue the following commands:
Code:
adb shell
flash_image recovery /sdcard/RZR-0.1.4.img
sync
reboot recovery (just to see if you have the new recovery, you could just use "reboot" instead)

That should get it for you, it assumes you already have the flash_image installed on your phone. If not, then use this guide here with the proper modification for RZR-0.1.4.img:

Installing the SPRecovery Image Manually

good luck
 
Back
Top