How to Install

Pre-Requisite: Have ADB Setup already. If you don’t, please read ADB 4 Dummies.

Copy Recovery-RA-nexus-v1.8.0.1 (18) to a location where fastboot can find it. Your desktop would be the easiest place.

Open a command prompt or terminal window and cd desktop

Boot your phone into fastboot mode (power on while holding the trackball)

Connect your phone via usb to your pc/mac/linux

type: fastboot devices
(to make sure that fastboot “sees” your phone)

type: fastboot flash recovery recovery-RA-nexus-v1.8.0.1.img
wait about 30 seconds to 1 minute (longer the better to be safe)

type: fastboot reboot recovery
(If that command doesn’t work, just type fastboot reboot. once your phone reboots. Turn it off and boot back up while holding the VOL-DWN Button. This should boot you into the bootloader. Then scroll down with the vol-dwn button to RECOVERY and select it with the power button. Your custom recovery should boot.

Done.

Features of Amon_Ra’s Recovery image include:

Features

Use the trackball (up+down) to navigate through the menu, press the trackball to select items. Use the Volume-down key to go back to a previous menu.

- full ADB access in recovery mode
- Alternative CyanogenMOD version with Cyan colors and CM Logo
- Busybox v1.15.3
- Kernel with ext3 + ext4 support
- HW-Key navigation (Trackball + Volume-key) option
- Extended menu :
- Reboot system now :: reboot your phone
- USB-MS Toggle :: enable/disable USB mass storage (use when the phone is connected to your PC)
- Backup/Restore
- Nand backup :: Make a Nand backup, the following partitions are NOT included :
- Recovery (to avoid restoring old version)
- Cache (no need to backup imo)
- Misc (no need to backup imo + restore issues on some phones)
- Splash1+2 (no need to backup imo + restore issues on some phones)
- Nand + ext backup :: Make a Nand + ext backup
- Nand restore :: Restore a Nand backup
- Backup Google proprietary system files :: Makes a backup of the Google proprietary system files in /cache/google
- Restore Google proprietary system files :: Restores the Google proprietary system files from /cache/google
- Flash zip from sdcard :: Flash a zip update file from your sdcard
- Wipe
- Wipe data/factory reset :: Wipe /data and /cache
- Wipe cache : Wipe /cache only
- Wipe Dalvik-cache :: Wipe /cache/dalvik-cache
- Wipe SD:ext partition : Wipe the ext partition on your sdcard
- Wipe battery stats : Wipe the battery stats in /data
- Wipe rotate settings : Wipe the sensor settings in /data
- Partition sdcard
- Partition SD :: Interactive SD partitioning
- Repair SD:ext :: Repair the ext partition
- SD:ext2 to ext3 :: Convert ext2 to ext3
- SD:ext3 to ext4 :: Convert ext3 to ext4
- Other
– Fix apk uid mismatches :: Does extacly that
– Move recovery.log to SD :: Moves the recovery log file to your sdcard. (Use when you want more detailed recovery log information)
– Power off :: Powers off your phone

Related posts:

  1. Root & Upgrade G1
  2. Unlock N1 Bootloader
  3. Install Android 2.1 on G1 / Dream
  4. How to Change G1 Splash Screen

Leave a Reply

You must be logged in to post a comment.