Need Help Flashing RZRecovery with ADB

thepwneddroid

Member
Joined
Aug 9, 2010
Messages
44
Reaction score
0
Location
San Francisco Bay Area, CA
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)
 

teddyearp

Senior Member
Joined
Jan 13, 2010
Messages
1,816
Reaction score
12
Location
Pinetop, AZ
Current Phone Model
Motorola Razr 5g Rooted
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
 
Top