Custom Recovery Image, or SP recovery console, is a mode that allows you to do many things with your Droid, including loading custom ROMs, performing full and simple back ups/restores, running update.zip and many more. Before you can do those, you need to flash the images to the phone, to make the SP recovery accessible.
To Install Custom Recovery Image...
1. Root your Droid.
2. Download the following two files:
3. Connect phone to PC. Mount SD card and enable USB debugging (on phone: Menu > settings > applications > development > check box for USB debugging).
4. Transfer the downloaded and files to root of SD card.
5. Flash the files using the following commands:
adb shell
dd if=/sdcard/flash_image of=/data/local/flash_image-Copies the flash_image file to the Local Data directory
chmod 755 /data/local/flash_image-Changes the permissions to the flash_image file
rm /sdcard/flash_image-Removes flash_image from SD card
su-Connect as a “substitute user” to gain permissions for the next set of commands
/data/local/flash_image recovery /sdcard/recovery-0.99.2b.img-Flashes the image to the recovery partition
mount -o remount,rw /dev/null /system-Readies the null and System filesystems
mv /system/recovery-from-boot.p /system/recovery-from-boot.p.bak-Renames recovery-from-boot.p to recovery-from-boot.p.bak. FILE MAY NOT EXIST! If your Droid came preloaded with Firmware 2.0.1, these files do not exist. This step is only necessary if your Droid came with 2.0 firmware.
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak-Renames install-recovery.sh to install-recovery.sh.bak. FILE MAY NOT EXIST! If your Droid came preloaded with Firmware 2.0.1, these files do not exist. This step is only necessary if your Droid came with 2.0 firmware.
reboot recovery-Reboots your Droid into the Recovery Console
Once your Droid reboots into the SP recovery console, you will see a greenish-gold Android instead of a large “!” exclamation mark.
Inside the SP recovery, you may use directional pad and center gold button to move around and make selections, or use up/down volume buttons and camera button.
Every time a new ROM or modification comes out, there will be specific instructions as to which menu options to use to install. Visit http://www.mydroidwo...noob-guide.html to learn the back up/restore process.
:)
Edited by olta777, 01 March 2010 - 12:13 AM.



















