GirLuvsDroid
Android Expert
I searched and did not find a thread, or even a mention, of this new recovery. The beauty of it is that it has SPRecovery's stability, but allows you to install update zip files without renaming, has the ability to install from folders (but it's a little more limited that CWR in that respect), restores either SPR or ClockworkMod Recovery backups, allows you to wipe all partitions (data, cache, boot, system, Dalvik cache), allows you to choose the colors you want, and allows charging while in recovery.
Oh, and did I mention that he makes it the easiest thing ever to flash the recovery, because you can do it by update zip. Then after you've finished flashing the update zip, you just reboot recovery and RZR is there!
There's more, but I'll let RZ speak for himself.
This is from RaidZero's thread: [Recovery] RZR SPR-based *update.zips-battery charging-more* - Droid Forum - Verizon Droid & the Motorola Droid Forum.
This image has been resized. Click this bar to view the full image. The original image is sized 1009x169 and weights 14KB.
Updated 01/24/11:
added ability to wipe dalvik-cache
added ability to restore clockwork backups
Background
So as you probably know, I love SPR for its rom.tgz support. I decided to dive into it and start modding it, so I got the source from DroidMod.
The first thing I did was install my custom overclock kernel to get SPR running at 1.1ghz, which greatly sped up my ROM install routine. Next, I changed the colors to blue instead of orange. Then I got rid of the automatic backup function when installing a rom.tgz. (For my ROM this makes sense since one of the features is on the fly themeing from recovery - metamorph style). After that I made it accept arbitrary update.zip's by giving the user a selection of update.zips on the sdcard to install. I verified that it would accept unsigned update.zips. After these changes I added some functions to install arbitrary kernel and recovery images from recovery, in img format. I believe a kernel and ramdisk should be united, as mine are made for each other. If you install an anykernel package it will extract yiour current ramdisk and put it with a new kernel. I don't like this, so I changed it (NOTE: you can still install anykernel updater kernel packages if you wish). I did the same thing for recovery images. Finally, as you might expect, I spend a as LOT of time in recovery. This is the big one, with help from trevorj of DroidMod, I enabled battery charging while in recovery. He sent me a version of SPRecovery that he had reworked to include battery charging. The only problem was it required all kinds of alien technology to run. I had to install a squashfs image on my sdcard that this version of SPR used and contained all the extra functionality that I did not need or want (wifi, ubifs, squashfs, kernel modules like crazy). I isolated what charged the battery and stuck it in my recovery image, which is just a single img file or SBF for ease of use. Without trevorj, none of the charging stuff would be possible.
Screenshots:
action shots:
My Droid charging:
TanknSpank's Droid charging:
Downloads
UPDATE.ZIP: http://www.rzroms.com/droid/recovery/RZR-0.1.7/RZR-0.1.7-update.zip
(May be flashed from SPR/RZR/CWM)
No terminal action is necessary, nor is RSD lite. Simply flash the update.zip like anything else.
Donate
If you would like to do more than just say thanks, feel free to donate. Of course it is not required. Donations are also a great way to help my wife see that this stuff is not a waste of time
Actually, she is very supportive but a little extra encouragement never hurts.
https://www.paypal.com/cgi-bin/websc...ton_id=7397475
Disclaimer:
I do this for fun, make no guarantees and accept no responsibility for anything you do with my files.
Credits:
Again, I have to say this could NOT have happened without trevorj of DroidMod. The whole charging concept and execution was his idea. These are my files from my ROM but I would have no idea which ones I needed to get if it weren't for Trevor already doing this eight months ago. The script that launches and monitors the battery daemon was originally written by him, modified by me to fit into my recovery image.
Tim-o-tato, pandroid, tanknspank, thizzmark for testing and encouragement. cvpcs also gave me some ideas, which will be impletemented in his own way when RCR is released. For now, enjoy RZR!
Oh, and did I mention that he makes it the easiest thing ever to flash the recovery, because you can do it by update zip. Then after you've finished flashing the update zip, you just reboot recovery and RZR is there!
There's more, but I'll let RZ speak for himself.
This is from RaidZero's thread: [Recovery] RZR SPR-based *update.zips-battery charging-more* - Droid Forum - Verizon Droid & the Motorola Droid Forum.
---------------------------------
*RZrecovery*:
-=Overclocked to 1.1ghz, LV kernel=-
-=Arbitrary update.zip selection (don't have to rename files to update.zip).=-
-=rom.tgz support (of course)=-
-=Unsigned update.zip support=-
-=ability to wipe any partition on the device (system, data, boot, cache, misc, dalvik-cache)=-
-=No automatic backup when installing a rom.tgz=-
-=Pretty colors
=-
-=Arbitrary kernel/recovery image install=-
-=Wipe battery statistics=-
-=Help menu=-
-=Battery charging!=-
-=clockwork nandroid restore=-
---------------------------------
*RZrecovery*:
-=Overclocked to 1.1ghz, LV kernel=-
-=Arbitrary update.zip selection (don't have to rename files to update.zip).=-
-=rom.tgz support (of course)=-
-=Unsigned update.zip support=-
-=ability to wipe any partition on the device (system, data, boot, cache, misc, dalvik-cache)=-
-=No automatic backup when installing a rom.tgz=-
-=Pretty colors
-=Arbitrary kernel/recovery image install=-
-=Wipe battery statistics=-
-=Help menu=-
-=Battery charging!=-
-=clockwork nandroid restore=-
---------------------------------
Updated 01/24/11:
added ability to wipe dalvik-cache
added ability to restore clockwork backups
Background
So as you probably know, I love SPR for its rom.tgz support. I decided to dive into it and start modding it, so I got the source from DroidMod.
The first thing I did was install my custom overclock kernel to get SPR running at 1.1ghz, which greatly sped up my ROM install routine. Next, I changed the colors to blue instead of orange. Then I got rid of the automatic backup function when installing a rom.tgz. (For my ROM this makes sense since one of the features is on the fly themeing from recovery - metamorph style). After that I made it accept arbitrary update.zip's by giving the user a selection of update.zips on the sdcard to install. I verified that it would accept unsigned update.zips. After these changes I added some functions to install arbitrary kernel and recovery images from recovery, in img format. I believe a kernel and ramdisk should be united, as mine are made for each other. If you install an anykernel package it will extract yiour current ramdisk and put it with a new kernel. I don't like this, so I changed it (NOTE: you can still install anykernel updater kernel packages if you wish). I did the same thing for recovery images. Finally, as you might expect, I spend a as LOT of time in recovery. This is the big one, with help from trevorj of DroidMod, I enabled battery charging while in recovery. He sent me a version of SPRecovery that he had reworked to include battery charging. The only problem was it required all kinds of alien technology to run. I had to install a squashfs image on my sdcard that this version of SPR used and contained all the extra functionality that I did not need or want (wifi, ubifs, squashfs, kernel modules like crazy). I isolated what charged the battery and stuck it in my recovery image, which is just a single img file or SBF for ease of use. Without trevorj, none of the charging stuff would be possible.
Screenshots:
action shots:
My Droid charging:
TanknSpank's Droid charging:
Downloads
UPDATE.ZIP: http://www.rzroms.com/droid/recovery/RZR-0.1.7/RZR-0.1.7-update.zip
(May be flashed from SPR/RZR/CWM)
No terminal action is necessary, nor is RSD lite. Simply flash the update.zip like anything else.
Donate
If you would like to do more than just say thanks, feel free to donate. Of course it is not required. Donations are also a great way to help my wife see that this stuff is not a waste of time
https://www.paypal.com/cgi-bin/websc...ton_id=7397475
Disclaimer:
I do this for fun, make no guarantees and accept no responsibility for anything you do with my files.
Credits:
Again, I have to say this could NOT have happened without trevorj of DroidMod. The whole charging concept and execution was his idea. These are my files from my ROM but I would have no idea which ones I needed to get if it weren't for Trevor already doing this eight months ago. The script that launches and monitors the battery daemon was originally written by him, modified by me to fit into my recovery image.
Tim-o-tato, pandroid, tanknspank, thizzmark for testing and encouragement. cvpcs also gave me some ideas, which will be impletemented in his own way when RCR is released. For now, enjoy RZR!
---------------------------------


