Ya a salido ... Gracias a Amon_ra .
Hero [16-Nov-2009] RA-hero-v1.3.2
This is a custom recovery based on Cyanogen's v1.4 recovery.
The purpose of this recovery is to avoid using adb by accessing all features directly from the menu.
Use the trackball (up+down) to navigate through the menu, press the trackball to select items.
You can also use the volume keys (vol-up + vol-down) to navigate, and the HOME key to select items (in case your trackball is broken).
Features- full ADB access in recovery mode
- Busybox
- New kernel with ext4 support (compiled by packetlss) * NEW
- Sub-menu structure (with keyboard-shortcuts) * NEW
- Key navigation (volume keys + HOME) possibility * NEW
- Extended menu :
- Toggle USB-Mass storage on and off with 1 click * NEW
- Nandroid backup / restore with selection * NEW
- non-interactive BART backup / restore * NEW
- Regular update.zip flash
- Flash any .zip from your SD-card
- Wipe data + cache (factory reset)
- Wipe cache only * NEW
- Wipe Dalvik-cache (on data and ext!) * NEW
- Wipe ext partition on SD-card
- Wipe batery stats * NEW
- Wipe rotate settings
- Partition SD-card interactively * NEW
- Repair ext filesystem
- Upgrade ext2 to ext3
- Upgrade ext3 to ext4 * NEW
- Fix package UID mismatches (New and faster script) * NEW
- Scripts available via adb :
Install
There are several ways to install a custom recovery, choose the one that suits you most (I probably forgot a few).
via adb -> Requires a custom recovery (with test-keys) like Cyanogen's v1.4 or my previous recovery
Code:
Copy recovery-RA-hero-v1.3.2.img to the root of your sdcard
Boot into your current custom recovery (boot while holding HOME)
Connect your Hero via usb to your pc/mac/...
adb shell
$su (not required if you have root already)
#mount -a
#flash_image recovery /sdcard/recovery-RA-hero-v1.3.2.img
via fastboot + adb -> In case you don't have a custom recovery, so when you get signature fail errors
Code:
adb shell reboot bootloader
fastboot boot recovery-RA-hero-v1.3.2.img
adb shell mount /sdcard
adb push recovery-RA-hero-v1.3.2.img /sdcard/recovery-RA-hero-v1.3.2.img
adb shell flash_image recovery /sdcard/recovery-RA-hero-v1.3.2.img
adb shell reboot
Download
http://www.megaupload.com/?d=5P07V0B0
http://rapidshare.com/files/30806236...ero-v1.3.2.rar