Android Community
Page 1 of 8 1 2 3 ... LastLast
Results 1 to 10 of 78

Thread: NEW ! Amon RA Recovery v1.6.2 for the g1/dream(12/13)

  1. #1
    Join Date
    Oct 2008
    Location
    p and ocean ave , brooklyn
    Posts
    7,835

    Default NEW ! Amon RA Recovery v1.6.2 for the g1/dream(12/13)


    New Amon RA recovery for the g1/dream is out !
    taken fro amon ras xda page.... ( http://forum.xda-developers.com/show...51&postcount=1 )

    " This is a custom recovery based on Cyanogen's recovery source.
    The purpose of this recovery is to avoid using the console 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 CALL-ANSWER key to select items (in case your trackball is broken).

    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!

    Always check recovery.log before posting your issues!

    DOWNLOAD
    recovery-RA-dream-v1.5.2img ----> http://www.androidspin.com/downloads...eam-v1.5.2.img

    INSTALLATION INSTRUCTIONS
    in your terminal app type....

    su
    flash_image recovery /sdcard/recovery-RA-dream-v1.5.2.img


    then reboot into recovery to check(boot w/home and power button)
    watch for spelling error and proper spaces !

    Features
    full ADB access in recovery mode
    Busybox v1.15.2 *UPDATE
    HW-Key navigation (volume keys + CALL-ANSWER) option
    Extended menu (with keyboard-shortcuts):
    [HOME+Back] Reboot system now :: reboot your phone
    [Alt+X] Go to console :: bring up the console
    [Alt+T] USB-MS Toggle :: enable/disable USB mass storage (use when the phone is connected to your PC) *UPDATE
    [Alt+B] Backup/Restore
    [Alt+0] Nandroid backup :: Make a Nand backup (including Splash) *UPDATE
    [Alt+1] Nandroid restore :: Restore a Nand backup
    [Alt+2] Nand. rest. no recovery :: Restore a Nand backup without restoring the recovery (prevents restoring old recovery) *NEW
    [Alt+3] BART backup :: Make a BART backup (Nand + ext)
    [Alt+4] BART restore :: Restore latest BART backup
    [Alt+F] Flash zip from sdcard :: Flash a zip update file from your sdcard
    [Alt+W] Wipe
    [Alt+0] Wipe data/factory reset :: Wipe /data and /cache
    [Alt+1] Wipe Dalvik-cache :: Wipe Dalvik-cache both on /data and ext *UPDATE
    [Alt+2] Wipe SD:ext partition : Wipe the ext partition on your sdcard
    [Alt+3] Wipe battery stats : Wipe the battery stats in /data
    [Alt+4] Wipe rotate settings : Wipe the sensor settings in /data
    [Alt+P] Partition sdcard
    [Alt+0] Partition SD :: Interactive SD partitioning
    [Alt+1] Repair SD:ext :: Repair the ext partition
    [Alt+2] SD:ext2 to ext3 :: Convert ext2 to ext3
    [Alt+3] SD:ext3 to ext4 :: Convert ext3 to ext4
    [Alt+O] Other *NEW
    [Alt+0] Fix apk uid mismatches :: Does extacly that
    [Alt+1] Move apps+dalv to SD :: Moves all apps and Dalvik-cache to sdcard (This will NOT enable apps2sd!) *NEW
    [Alt+2] Move recovery.log to SD :: Moves the recovery log file to your sdcard. (Use when you want more detailed recovery log information) *NEW
    Scripts available from console :
    BART v1.0.1 (Backup and Restore Tool) : enter "utility" to start.
    switchrom.sh V1.1 : enter "switchrom" or "u" to start.
    sdparted v0.6 : enter "sdparted" to start. *UPDATE

    CHANGE LOG
    - Changed the item select key to CALL ANSWER-key instead of HOME-key. The HOME-key was conflicting other operations.
    - Added a "Nandroid restore no recovery" option which allows you to restore a nandroid-backup without recovery (handy when you don't want to overwrite your current recovery with an old nandroid backup recovery)
    - Added "Other" sub-menu :
    - Moved "fix apk uid mismatches"-item from main menu to "Other" sub-menu.
    - Added "Move apps+dalv to SD"-item.
    - Added "Move recovery.log to SD"-item (Check this log if you want to see what is going wrong).
    - Fixed the Nandroid restore menu; an error message is now displayed when no nandroid backup or device-id was found (instead of showing an empty menu).
    - Removed flash submenu and "Apply sdcard:update.zip" item, because we already have "Apply sdcard:choose zip".
    - Removed "Wipe cache partition" item, wipe cache is already included in the "Wipe data/factory reset" item.
    - Changed UMS-toggle enable behaviour; you can not access the menu while UMS is enabled (avoid mount issues).
    - Changed some menu-item labels to make the options more clear.
    - Fixed UMS-toggle disable behaviour; files are now refreshed in the menu (sdcard is unmounted).
    - Updated the busybox binary to 1.15.2 which has fixes for ash and hush (`trap` handling), dd (fixed handling of I/O errors), find (fix for -follow and symlinks), pidof (corrected recognition of kernel thread names), sed (SEGV), uniq (memory leak), line editing (Ctrl-D works again), build system.
    - The busybox binary was :
    - statically linked against uclibc (0.9.30)
    - configured to preferentially execute busybox applets
    - busybox --install -s installs links into /data/local/bin (JF patch)
    - mount looks for loop devices at /dev/block/loop (JF patch)
    - modprobe and family look for modules in /system/modules (JF patch)
    - fixed an issue with vi where it would save a file as just a blank file (JF patch)
    - Compiled new kernel : RA-recovery-v1.0:
    - increased CONFIG_MSM_CPU_FREQ_ONDEMAND_MIN to 384000
    - enabled "Support for large block devices and files" to fix ext4 issues
    - removed Multimedia device drivers as they are not needed in recovery mode
    - removed Network File Systems as I don't see the real need for that in recovery mode
    - applied mtd6 kernel patch from Cyanogen so splash1 and splash2 screens can be backed-up with nandroid.
    - added all modules to /lib/modules in ramdisk
    - Updated sdparted script to v0.6



    ENJOY

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

    This recovery if for the HTC Dream/G1 only, if you have an :
    - HTC Magic/MT3G you should go here.
    - HTC Hero you should go here.
    - HTC Sprint Hero 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)

    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 (with keyboard-shortcuts):
    ◦[HOME+Back] Reboot system now :: reboot your phone
    ◦[Alt+X] Go to console :: bring up the console
    ◦[Alt+T] USB-MS Toggle :: enable/disable USB mass storage (use when the phone is connected to your PC)
    ◦[Alt+B] Backup/Restore (recovery partition not included!)
    ■[Alt+0] Nand backup :: Make a Nand backup
    ■[Alt+1] Nand + ext backup :: Make a Nand + ext backup
    ■[Alt+2] Nand restore :: Restore a Nand backup
    ■[Alt+3] BART backup :: Make a BART backup (Nand + ext)
    ■[Alt+4] BART restore :: Restore latest BART backup
    ◦[Alt+F] Flash zip from sdcard :: Flash a zip update file from your sdcard
    ◦[Alt+W] Wipe
    ■[Alt+0] Wipe data/factory reset :: Wipe /data and /cache
    ■[Alt+1] Wipe Dalvik-cache :: Wipe Dalvik-cache both on /data and ext
    ■[Alt+2] Wipe SD:ext partition : Wipe the ext partition on your sdcard
    ■[Alt+3] Wipe battery stats : Wipe the battery stats in /data
    ■[Alt+4] Wipe rotate settings : Wipe the sensor settings in /data
    ◦[Alt+P] Partition sdcard
    ■[Alt+0] Partition SD :: Interactive SD partitioning
    ■[Alt+1] Repair SD:ext :: Repair the ext partition
    ■[Alt+2] SD:ext2 to ext3 :: Convert ext2 to ext3
    ■[Alt+3] SD:ext3 to ext4 :: Convert ext3 to ext4
    ◦[Alt+O] Other
    ■[Alt+0] Fix apk uid mismatches :: Does extacly that
    ■[Alt+1] Move apps+dalv to SD :: Moves all apps and Dalvik-cache to sdcard (This will NOT enable apps2sd!)
    ■[Alt+2] Move recovery.log to SD :: Moves the recovery log file to your sdcard. (Use when you want more detailed recovery log information)
    ◦[ALT+Q]Power off :: Powers off your phone
    •Scripts available from console :
    ◦Nandroid v2.2.1 : enter "nandroid-mobile.sh" to start.
    ◦BART v1.0.1 (Backup and Restore Tool) : enter "utility" to start.
    ◦switchrom.sh V1.1 : enter "switchrom" or "u" to start.
    ◦sdparted v0.6 : enter "sdparted" to start.

    Install

    There are several ways to install a custom recovery, choose the one that suits you most (I probably forgot a few).

    via a simple reboot -> Requires Cyanogen's ROM (other ROMs will probably work too, check init.rc where to put the recovery.img)

    Code:
    Rename recovery-RA-dream-v1.6.2.img to recovery.img
    Copy recovery.img to /data
    Reboot fully (the recovery will be flashed automatically)
    Reboot to recoveryvia adb -> Requires a custom recovery (with test-keys) like Cyanogen's v1.4 or my previous recovery

    Code:
    Copy recovery-RA-dream-v1.6.2.img to the root of your sdcard
    Boot into your current custom recovery (boot while holding HOME)
    Connect your G1 via usb to your pc/mac/...
    adb shell
    $su (not required if you have root already)
    #mount -a
    #flash_image recovery /sdcard/recovery-RA-dream-v1.6.2.imgvia console -> Requires root

    Code:
    Copy recovery-RA-dream-v1.6.2.img to the root of your sdcard
    Boot into your current custom recovery (boot while holding HOME)
    select console from the menu
    $su (not required if you have root already)
    #mount -a
    #flash_image recovery /sdcard/recovery-RA-dream-v1.6.2.imgvia terminal -> Requires root

    Code:
    Copy recovery-RA-dream-v1.6.2.img to the root of your sdcard
    start the terminal app
    $su (not required if you have root already)
    #mount -a
    #flash_image recovery /sdcard/recovery-RA-dream-v1.6.2.imgvia fastboot -> Requires engineerings SPL!

    Code:
    Copy recovery-RA-dream-v1.6.2.img to a location where fastboot can find it.
    Boot your G1 into fastboot mode (boot while holding BACK)
    Connect your G1 via usb to your pc/mac/...
    fastboot devices (to make sure that fastboot "sees" your device)
    fastboot flash recovery recovery-RA-dream-v1.6.2.imgDownload

    ALWAYS check the md5sum to make sure the zip isn't corrupted.
    Click on the Mirror-link if you don't like rapidshare

    If you want to download these images directly from your mobile you need to install "Download Crutch Lite" from the market first

    The R version for the Roger's Dream EBI1 will follow soon.
    Last edited by ggrant3876; 02-28-2010 at 12:30 PM.

  2. #2
    Join Date
    Sep 2009
    Posts
    45

    Default re: NEW ! Amon RA Recovery v1.4.0 for the g1/dream

    Is this the same version that's compatible with the mt3g?
    http://twitter.com/ronkroetz

    Phone: Black MyTouch 3g
    Rom: Cyanogen 6.0.0
    Recovery: RA-Sapphire-v1.7G

  3. #3
    Join Date
    Oct 2008
    Location
    p and ocean ave , brooklyn
    Posts
    7,835

    Default re: NEW ! Amon RA Recovery v1.4.0 for the g1/dream

    No , this one is for the g1/dream . It should be out for the mytouch/magic and the hero shortly .

  4. #4
    Join Date
    Oct 2008
    Location
    Millersville, PA
    Posts
    732

    Default re: NEW ! Amon RA Recovery v1.4.0 for the g1/dream

    Always update to date..thanx simms
    Noobs look here for root info

    Need android downloads??
    ________________________

    any more questions?


    cbarryg1@gmail.com



  5. #5
    Join Date
    Jan 2009
    Posts
    281

    Default re: NEW ! Amon RA Recovery v1.4.0 for the g1/dream

    That was easy. Thnx

  6. #6
    DaYuMu6ft7's Avatar
    DaYuMu6ft7 is offline *sigh*... I think I'll go spend some time with the family
    Join Date
    Oct 2008
    Location
    Philly All Day!
    Posts
    4,592

    Default re: NEW ! Amon RA Recovery v1.4.0 for the g1/dream

    O MY! - It does alllll that



    Goooo E A G L E S
    Device : HTC HD2 Leo - 1024 (Dual Boot)
    ROM : ChuckyDroid Custom WM 6.5.5 w/Sense
    Android : Mattc 2.2 Froyo w/Sense 1.5
    SDCard : Kingston 16GB Class 2 Micro SDHC
    HSPL3: Thanks 2 (Bepe & Cotulla)
    Radio : 2.12.50.02_2


  7. #7
    Join Date
    May 2009
    Location
    North Kent, UK
    Posts
    223

    Default re: NEW ! Amon RA Recovery v1.4.0 for the g1/dream

    @simms22 - Nice one sir, downloading and installing the new Recovery right now. Amon Ra has been busy
    --
    Nexus One (stock) & Orange San Francisco (Modaco Froyo ROM)) |

    Cool PAYG (£5 free initial credit): http://giffgaff.com/orders/affiliate/dannythompson

    Mobile Deals Comparison (unbiased): http://www.mobilechecker.com/

  8. #8
    Join Date
    Oct 2008
    Location
    p and ocean ave , brooklyn
    Posts
    7,835

    Default Re: NEW ! Amon RA Recovery v1.4.0 for the g1/dream

    Quote Originally Posted by Hands0n View Post
    @simms22 - Nice one sir, downloading and installing the new Recovery right now. Amon Ra has been busy
    yes he has !
    this is android and open-source at its best

  9. #9
    Join Date
    May 2009
    Location
    North Kent, UK
    Posts
    223

    Default Re: NEW ! Amon RA Recovery v1.4.0 for the g1/dream

    Quote Originally Posted by simms22 View Post
    yes he has !
    this is android and open-source at its best
    I have to say that it is the likes of Amon Ra and Cynogen that have inspired me to buy a G1 at this late stage in the game.

    But it is nothing like as slick where a lot of other Android handsets are concerned, moreso the newer ones (I tend to cite the Samsung Galaxy i7500 as an example of a poor experience for those that want similar to rooted G1 owners).
    --
    Nexus One (stock) & Orange San Francisco (Modaco Froyo ROM)) |

    Cool PAYG (£5 free initial credit): http://giffgaff.com/orders/affiliate/dannythompson

    Mobile Deals Comparison (unbiased): http://www.mobilechecker.com/

  10. #10
    DaYuMu6ft7's Avatar
    DaYuMu6ft7 is offline *sigh*... I think I'll go spend some time with the family
    Join Date
    Oct 2008
    Location
    Philly All Day!
    Posts
    4,592

    Default Re: NEW ! Amon RA Recovery v1.4.0 for the g1/dream


    So XDA is down once again eh!

    Grrrr
    Device : HTC HD2 Leo - 1024 (Dual Boot)
    ROM : ChuckyDroid Custom WM 6.5.5 w/Sense
    Android : Mattc 2.2 Froyo w/Sense 1.5
    SDCard : Kingston 16GB Class 2 Micro SDHC
    HSPL3: Thanks 2 (Bepe & Cotulla)
    Radio : 2.12.50.02_2


Page 1 of 8 1 2 3 ... LastLast

Similar Threads

  1. New RA Recovery 1.3.2
    By ggrant3876 in forum Developers Guild
    Replies: 40
    Last Post: 11-24-2009, 03:04 PM
  2. Lost recovery mode and fast boot after trying to flash my HTC Dream
    By abou.almontacir in forum Developers Guild
    Replies: 2
    Last Post: 11-23-2009, 08:39 AM
  3. *NEW* ! Amon Ras' Recovery v1.2.3 for the Dream 10/11/09
    By simms22 in forum Developers Guild
    Replies: 63
    Last Post: 11-04-2009, 01:23 AM
  4. How to upgrade from JF recovery console to Cyanogen Recovery
    By precision340 in forum Developers Guild
    Replies: 6
    Last Post: 10-29-2009, 03:20 PM
  5. New Amon Ra Magic Recovery img!
    By vigan8 in forum Developers Guild
    Replies: 13
    Last Post: 10-12-2009, 10:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •