vigan8
10-12-2009, 09:52 PM
FOR MYTOUCH/MAGIC USERS, THIS IS THE BEST RECOVERY!
Thanks to Amon Ra , we have this full featured recovery for our Magic phones (http://androidcommunity.com/forums/#)
this was taken directly from his xda thread . i did change the install to be done through terminal instead of adb . here is his full thread...
http://forum.xda-developers.com/showthread.php?t=530492
This is a custom recovery based on Cyanogen's v1.4 recovery.
The purpose of this recovery is to avoid using the console by accessing all features directly from the menu.
DO NOT USE the recovery command to return back from console to recovery! Use the reboot command instead! Some scripts (like nandroid) will not work properly if you do so!
Features
full ADB access in recovery mode
Busybox
Extended menu (with keyboard-shortcuts):
Nandroid v2.2 backup and restore
Regular update.zip flash
Flash any .zip from your SD-card
Wipe data + cache (factory reset)
Wipe ext partition on SD-card
Wipe Dalvik-cache on SD-card (NOT on /data !)
Partition SD-card : 500MB Ext2, 32MB Swap, remaining Fat32
Partition SD-card : Only Fat32
Repair ext filesystem
Convert ext2 to ext3
Fix package UID mismatches
Fix auto-rotate issues
Toggle USB-Mass storage on and off
Scripts available via adb :
BART v0.9.2 (http://forum.xda-developers.com/showpost.php?p=4569600&postcount=1) (Backup and Restore Tool) : enter "utility" to start.
switchrom.sh V1.1 (http://forum.xda-developers.com/showpost.php?p=4209412&postcount=1) : enter "switchrom" to start.
sdparted v0.5.3 (http://forum.xda-developers.com/showpost.php?p=4259325&postcount=1) : enter "sdparted" to start.
Download
Use the H/G version if your Magic is HTC branded (PVT 32A board)/Google branded (PVT 32B board, or if you have an HTC Dream).
Latest :
recovery-RA-magic-v1.2.3H.img (http://rapidshare.com/files/291689412/recovery-RA-magic-v1.2.3H.img) (Mirror (http://www.androidspin.com/downloads.php?dir=amon_ra/RECOVERY/&file=recovery-RA-magic-v1.2.3H.img)) - MD5Sum: 0a758c7770e5baaae0519fd1a0223ce3
recovery-RA-magic-v1.2.3G.img (http://rapidshare.com/files/291689411/recovery-RA-magic-v1.2.3G.img) (Mirror (http://www.androidspin.com/downloads.php?dir=amon_ra/RECOVERY/&file=recovery-RA-magic-v1.2.3G.img)) - MD5Sum: ab0aeec4c2d60bce94d93691ee864bd0
$su
#flash_image recovery /sdcard/recovery-RA-magic-v1.2.3G.img
If you have problems with a "no space on device" error, try using fastboot and erasing first:
Code:
fastboot erase recovery
fastboot flash recovery recovery-RA-dream-v1.2.2.img
Change-log :
v1.2.3
Aligned the Magic version with the Dream version.
Recompiled 32A kernel to support squashfs
added squashfs to fstab (should fix issues accessing system and xbin for people using Cyanogen's ROM)
Replaced the GREEN-key by the HOME-key for confirmation
Removed the menu title to create more space
Added Wipe SDhttp://forum.xda-developers.com/images/smilies/biggrin.gifalvik-cache
Added Rotate fix
Removed "Move apps to SD" because it's automatically implemented by most ROMs already.
Added confirmation before performing a nandroid backup
Set swap back to 32MB instead of 96MB when doing an auto partition SD-card from the menu
Upgraded fix_permissions to v1.31-R3
Added BART v0.9.2
Fixed many bugs (mostly in scripts)
http://forum.xda-developers.com/attachment.php?attachmentid=236273&stc=1&thumb=1&d=1255288851 (http://forum.xda-developers.com/attachment.php?attachmentid=236273&d=1255288851)
Thanks to Amon Ra , we have this full featured recovery for our Magic phones (http://androidcommunity.com/forums/#)
this was taken directly from his xda thread . i did change the install to be done through terminal instead of adb . here is his full thread...
http://forum.xda-developers.com/showthread.php?t=530492
This is a custom recovery based on Cyanogen's v1.4 recovery.
The purpose of this recovery is to avoid using the console by accessing all features directly from the menu.
DO NOT USE the recovery command to return back from console to recovery! Use the reboot command instead! Some scripts (like nandroid) will not work properly if you do so!
Features
full ADB access in recovery mode
Busybox
Extended menu (with keyboard-shortcuts):
Nandroid v2.2 backup and restore
Regular update.zip flash
Flash any .zip from your SD-card
Wipe data + cache (factory reset)
Wipe ext partition on SD-card
Wipe Dalvik-cache on SD-card (NOT on /data !)
Partition SD-card : 500MB Ext2, 32MB Swap, remaining Fat32
Partition SD-card : Only Fat32
Repair ext filesystem
Convert ext2 to ext3
Fix package UID mismatches
Fix auto-rotate issues
Toggle USB-Mass storage on and off
Scripts available via adb :
BART v0.9.2 (http://forum.xda-developers.com/showpost.php?p=4569600&postcount=1) (Backup and Restore Tool) : enter "utility" to start.
switchrom.sh V1.1 (http://forum.xda-developers.com/showpost.php?p=4209412&postcount=1) : enter "switchrom" to start.
sdparted v0.5.3 (http://forum.xda-developers.com/showpost.php?p=4259325&postcount=1) : enter "sdparted" to start.
Download
Use the H/G version if your Magic is HTC branded (PVT 32A board)/Google branded (PVT 32B board, or if you have an HTC Dream).
Latest :
recovery-RA-magic-v1.2.3H.img (http://rapidshare.com/files/291689412/recovery-RA-magic-v1.2.3H.img) (Mirror (http://www.androidspin.com/downloads.php?dir=amon_ra/RECOVERY/&file=recovery-RA-magic-v1.2.3H.img)) - MD5Sum: 0a758c7770e5baaae0519fd1a0223ce3
recovery-RA-magic-v1.2.3G.img (http://rapidshare.com/files/291689411/recovery-RA-magic-v1.2.3G.img) (Mirror (http://www.androidspin.com/downloads.php?dir=amon_ra/RECOVERY/&file=recovery-RA-magic-v1.2.3G.img)) - MD5Sum: ab0aeec4c2d60bce94d93691ee864bd0
$su
#flash_image recovery /sdcard/recovery-RA-magic-v1.2.3G.img
If you have problems with a "no space on device" error, try using fastboot and erasing first:
Code:
fastboot erase recovery
fastboot flash recovery recovery-RA-dream-v1.2.2.img
Change-log :
v1.2.3
Aligned the Magic version with the Dream version.
Recompiled 32A kernel to support squashfs
added squashfs to fstab (should fix issues accessing system and xbin for people using Cyanogen's ROM)
Replaced the GREEN-key by the HOME-key for confirmation
Removed the menu title to create more space
Added Wipe SDhttp://forum.xda-developers.com/images/smilies/biggrin.gifalvik-cache
Added Rotate fix
Removed "Move apps to SD" because it's automatically implemented by most ROMs already.
Added confirmation before performing a nandroid backup
Set swap back to 32MB instead of 96MB when doing an auto partition SD-card from the menu
Upgraded fix_permissions to v1.31-R3
Added BART v0.9.2
Fixed many bugs (mostly in scripts)
http://forum.xda-developers.com/attachment.php?attachmentid=236273&stc=1&thumb=1&d=1255288851 (http://forum.xda-developers.com/attachment.php?attachmentid=236273&d=1255288851)