• twitter
  • facebook
  • rules
  • news
 
Page 1 of 110 1231151101

[Recovery ROM] [07-Mar-2010] RA-hero-v1.6.2

  • Retweet Thread
  • Vote for Thread to be Featured on the XDA Portal
Default [Recovery ROM] [07-Mar-2010] RA-hero-v1.6.2

This recovery is NOT yet fully compatible with the new apps2sd method! (as implemented in CM5.0.7)

This is a custom recovery based on Cyanogen's recovery source.
The purpose of this recovery is to avoid using adb by accessing all features directly from the menu.

This recovery if for the HTC Hero only, so NOT the Sprint Hero!!!, it will also work on the 32A Sapphire if you flashed the 6.35.x.x radio and 1.76.x SPL, if you have an :
- HTC Sprint Hero you should go here.
- HTC Dream/G1 you should go here.
- HTC Magic/MT3G you should go here.

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 CALL-ANSWER key to select items (in case your trackball is broken).


Always check recovery.log before posting your issues!
Please make sure that your ROM supports apps2sd if you plan to use the ext-features! (/system/sd MUST be available in the ROM)
For those with ext4 issues, try running this in shell :

Code:
tune2fs -E test_fs /dev/block/mmcblk0p2

Features

  • full ADB access in recovery mode
  • Awesome Care-Bear version! (Blame packetlss for talking me into it )
  • Busybox v1.15.3
  • HW-Key navigation (volume keys + CALL-ANSWER) 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 (recovery partition not included!)
      • Nand backup :: Make a Nand backup
      • Nand + ext backup :: Make a Nand + ext backup
      • Nand restore :: Restore a Nand backup
      • BART backup :: Make a BART backup (Nand + ext)
      • BART restore :: Restore latest BART backup
    • Flash zip from sdcard :: Flash a zip update file from your sdcard
    • Wipe
      • Wipe data/factory reset :: Wipe /data and /cache
      • Wipe Dalvik-cache :: Wipe Dalvik-cache both on /data and ext
      • 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 apps+dalv to SD :: Moves all apps and Dalvik-cache to sdcard (This will NOT enable apps2sd!)
      • 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
  • Scripts available from console :

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.6.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.6.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.6.2.img
adb shell mount /sdcard
adb push recovery-RA-hero-v1.6.2.img /sdcard/recovery-RA-hero-v1.6.2.img
adb shell flash_image recovery /sdcard/recovery-RA-hero-v1.6.2.img
adb shell reboot

Download

Latest :


Old versions :
Change-log :
v1.6.2
Code:
- Added power off menu item
- New unyaffs binary patched by Koushik Dutta and Packetlss to fix the "losing root"-issue and incorrect file-time after a Nandroid restore
- New dump_image binary (by Brainaid) patched by Packetlss to fix the "bad blocks"- Nandroid restore issue.
(This will not fix old corrupted Nandroid backups! Please make new backups!!)
- New mkyaffs2image binary
- New flash_image binary
- Updated busybox to v1.5.3
- Nandroid menu options will NOT backup or restore recovery, cache, misc, splash1+2 (to avoid issues)
- Fixed wipe option not wiping when ext was not present
- Created carebear versions after the idea of packetlss
- Switched the Nexus logo to a Green Carebear with Nexus One logo (Thanks Montalbert!)

Special thanks to :

  • packetlss for all the hours of support and awesome coding skills, THANKS man ^^, donate to Haiti
  • Koushik Dutta for the unyaffs binary code fix and help ^^
  • pensive for adding awesome features to Nandroid
  • Bkmo for his utility script!
  • Devsk for his switchrom script!
  • 51dusty for his sdparted script!
  • k4str0 for his fix_permissions v2.03 update.
  • Devsk, Dumfuq, Overground for creating BART
  • Androidappcritics for the reboot idea in BART
  • rikupw for the ideas and toggle_ums script.
  • MLIGN for the idea to port my recovery to the Dream.
  • http://www.androidspin.com for hosting ^^
  • http://theunlockr.com for all the awesome video’s ^^
  • Cyanogen for his dedicated work! , buy him a beer!
  • JesusFreke for his awesome JFv1.43's recovery , donate


Attached Images
File Type: png 1.6.2.png (7.4 KB, 3883 views)
File Type: png 1.6.2-blue.png (17.4 KB, 3099 views)
File Type: png 1.6.2-green.png (18.8 KB, 2951 views)
File Type: jpg 1.6.2-pink.jpg (20.3 KB, 2347 views)

Last edited by Amon_RA; 4th May 2010 at 07:46 AM. Reason: Updated to v1.6.2

ahh yes thank you! about time we get one for hero users!

again great great work and thank you!


REQUEST: can we get a wipe dalvik-cache
and
reformat ext2/3/4 option!!



this would be great thanks Amon_RA!


Last edited by Drizzy Drake Rogers; 16th September 2009 at 09:54 PM.

very nice dude! thanx will try that tomorrow

btw, is it based in cyanogen recovery?

__________________
schmagmovsquontum

This looks awesome! Can I use this instead of Cyanogen's recovery? This would make partitioning for apps2sd extremely easy!

Also, would the instructions here be sufficient to flash this recovery? I would just have to change the commands when using FlashRec, correct?

Thank you!

__________________
HTC Hero (White) Unlocked
ROM: MoDaCo 2.5.1
Recovery: RA-HERO-v1.2.2

Originally Posted by Drizzy Drake Rogers  View Post

REQUEST: can we get a wipe dalvik-cache
and
reformat ext2/3/4 option!!

Next version

Originally Posted by felikz  View Post

btw, is it based in cyanogen recovery?

Yes, the base code is from his git.

Originally Posted by soulonfirexx  View Post

This looks awesome! Can I use this instead of Cyanogen's recovery? This would make partitioning for apps2sd extremely easy!

Also, would the instructions here be sufficient to flash this recovery? I would just have to change the commands when using FlashRec, correct?
Thank you!

Yes and yes

What do I need to delete to avoid a conflict with the prior recovery image I permanently flashed? Just delete cm-hero-recovery.img? Thanks.

Default [Recovery] [16-Sept-2009] [RA-HERO-v1.2.2]

please give some details about instalation thanks.

Default not able to install

Hello i just tried to install but when i execute the command
"fastboot boot Recovery-RA-HERO-v1.2.2.img"
I get an error FAILED (remote not allow)

I must tell that i had installed latest official build that later i uninstalled to install MoDaCo 2.2. Because with original i wasn't able to root it.

Maybe there is a problem with the boot loader (updated i think).

Can you help me?

Thank you

another link please!? I can not download from rapidshare :-(

Perfect !! Thank You


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Rules
Forum Jump
 
All times are GMT +1. The time now is 11:28 AM.