[Recovery] [07-Jan-2011] RA-passion-v2.2.1

Search This thread

DaveKid

Senior Member
Sep 8, 2009
193
2
Louisville
www.brand-tango.com
@DaveKid
I would put the image in the sdk tools\directory (where fastboot.exe is located)
You type fastboot devices at the prompt. This should show your Nexus by serial number and show that it is in fastboot mode (similar to when you typed adb devices for your other phone in adb)
The next line is to be typed after you verify that you have everything set up correctly. Press enter at the end of that line. It will flash the recovery image onto your Nexus.
Done!

I don't get mine til tomorrow and cannot wait. Good thing I got it shipped to work.


worked like a charm...thanks
 

nukes777

Member
Apr 16, 2009
38
2
power up holding trackball down.
select bootloader and press power button
select recovery using volume keys and press power button to select
 

Jackasaur

Senior Member
Oct 7, 2009
343
41
Rainy NW
I went into CMD typed in fastboot-windows

and it shows up with a list of options of what to press

then I type fastboot-devices

but it says its not recognized.
 

BrooklynAvi

Retired Recognized Developer
Nov 5, 2008
498
74
Brooklyn
www.mibapps.com
Thanks Amon_Ra. I've already had to do a nandroid restore. It worked absolutely perfectly. I tweeted (@AppCritic) that I thought you were wrong about a2sd but have already reversed that position after playing with the N1 some more. I like the speed and would like to keep swap and ext stuff off this phone. I haven't even installed a task manager, something I couldn't live without on my G1 and myTouch. There is just about ZERO lag on this phone without any mods so why mess with a good thing? Thanks again.
 

stian230

Senior Member
Oct 29, 2009
1,425
1,837
Nesttun
Hey Amon_RA.

I wonder if it is only through fastboot I can innstall recovery on the nexus one? or with adb or terminal also


thanks again
 

mikebionca06

Senior Member
Aug 17, 2007
81
14
I keep getting this when installing the image

untitled-5.jpg
 

Mutalemwa

Senior Member
Jun 25, 2007
53
2
Problem getting into recovery..

Yes its unlocked.


Amon_RA said:
Strange... Unfortunately I don't have my Nexus yet so I can't test it.

Did you unlock the bootloader already?

Try posting in the Nexus forum, maybe other people ran into the same problem..


Mutalemwa said:
Amon_RA said:
Mutalemwa said:
After installing your recovery.. i have been trying to access recovery thru bootloader but when i press power button on recovery i get the Nexus X sign n the unlocked padlock at the bottom and it stays on this without actually going to recovery. What am i doing wrong?:confused:

power off your phone
hold the trackball down and press the power button once (keep holding the trackball)
select bootloader and press power button
select recovery using volume keys and the power button to select

That is exactly what i have been doing but phone remains with coloured Nexus X and unlocked padlock
 

stian230

Senior Member
Oct 29, 2009
1,425
1,837
Nesttun
Thanks buddies .. for the info soon ... just nine days until I get nexus one
And when I get the phone, I must know what I do.


thanks again
:)
 

mikebionca06

Senior Member
Aug 17, 2007
81
14
do you have the recovery image saved in the fastboot folder on your computer and not the memory card on your nexus?

Yes it is in the same folder, also when I try SU it locks up like when I try to run nexus torch, I get the force close saying " activity SU request(in application superuser permissions) not responding
 
Last edited:

mikebionca06

Senior Member
Aug 17, 2007
81
14
now i am getting fast boot is not reconized as an internal or external command operable program or batch file
 

Top Liked Posts

  • There are no posts matching your filters.
  • 9
    This is a custom recovery based on Cyanogen's recovery source with a lot of things added by me. The purpose of this recovery is to avoid using adb by accessing all features directly from the menu.

    This recovery is for the HTC Nexus One only, if you have a :
    - HTC Dream/G1 you should go here.
    - HTC Magic/MT3G you should go here.
    - HTC Hero you should go here.
    - HTC Sprint Hero you should go here.
    - HTC Eris you should go here.
    - HTC Tattoo you should go here.

    Important notes
    • Always check recovery.log before posting your issues!
      You can do this by doing :
      • "cat /tmp/recovery.log" OR "cat /cache/recovery/log" right after you had the issue.
      • Use the "move log to sd" option in the "others" menu right after you had the issue. This will move the log to /sdcard/recovery.log so you can easily open it with a text editor.

    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.

    Features
    • full ADB access in recovery mode
    • Alternative CM and JF version
    • Busybox v1.15.3
    • Kernel (2.6.35.7) with ext3 + ext4 support
    • SLCD and AMOLED 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 selective Nandroid backup
        • Nand restore :: Restore a Nandroid 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.
        • Choose zip from sdcard :: Flash a zip update file from any (sub)-directory on your sdcard
        • Toggle signature verification :: Toggles the signature verification for zip files.
      • Wipe
        • Wipe ALL data/factory reset :: wipes /data + /cache + entire ext partition + all apps installed on your sdcard (froyo a2sd).
        • Wipe /data :: wipes /data.
        • Wipe /cache :: wipes /cache.
        • Wipe /sdcard/.android_secure :: wipes all apps installed on your sdcard (froyo a2sd).
        • Wipe /sd-ext :: wipes the entire ext partition on your sd (if present).
        • Wipe Dalvik-cache :: wipes the dalvik-cache located in /cache + /data + /sd-ext is present.
        • Wipe battery stats :: reset the battery calibration.
        • Wipe rotate settings :: reset the sensor calibration.
      • 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
      • Mounts
        • (Un)Mount /system
        • (Un)Mount /cache
        • (Un)Mount /data
        • (Un)Mount /sd-ext
        • (Un)Mount /sdcard
      • 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
    • Scripts available via adb :

    Install

    Pre-Requirements :
    • Root
    • Make sure that init.rc isn't calling any install-recovery.sh script, otherwise you'll boot back to stock recovery (exclamation mark with a little Android). More info on this here.

    via Rom Manager
    1. Download "Rom Manager" from the Android market
    2. Start "Rom Manager"
    3. Select "Flash ClockworkMod Recovery" and wait for it to finish
    4. Select "Flash Alternate Recovery" and wait for it to finish -> this will install the latest version of RA recovery.

    via fastboot
    Code:
    Copy recovery-RA-passion-v2.2.1.img to a location where fastboot can find it.
    Boot your phone into fastboot mode (power on while holding the trackball)
    Connect your phone via usb to your pc/mac/...
    fastboot devices (to make sure that fastboot "sees" your phone)
    fastboot flash recovery recovery-RA-passion-v2.2.1.img

    via terminal app
    Code:
    Copy recovery-RA-passion-v2.2.1.img to the root of your sdcard
    start the terminal app
    su(press enter)
    flash_image recovery /sdcard/recovery-RA-passion-v2.2.1.img(press enter)
    reboot recovery(press enter)

    How to boot in Recovery Mode

    1. Boot the phone while holding down the VOLUMEDOWN-key.
    2. Navigate to RECOVERY with the the VOLUMEDOWN-key.
    3. Press the POWER-key to select.

    Download

    ALWAYS check the md5sum to make sure the zip isn't corrupted.

    Latest version :

    Previous versions :

    Change-log :

    v2.2.1
    • Nandroid backup is now selective, boot/system/cache/data are selected by default.
    • Nandroid checks if there's at least 500MB free on SDcard before starting a backup.
    • Added/updated error/warning messages.

    v2.1.1
    • Fixed ext4 support in kernel! Update from v2.x if you are using sd-ext!

    v2.1.0
    • Reduced recovery size by 800kb so it fits any hboot version to date :
      • Set Kernel compression mode to LZMA (33% smaller kernel)
      • Switched kernel debugging off
      • Removed : Networking support - Bluetooth subsystem support
      • Removed : Device Drivers - Misc device - AKM8973 Compass Driver
      • Removed : Device Drivers - Misc device - A1026 Voice Processor Driver
      • Removed : Device Drivers - Multimedia support
      • Removed : Device Drivers - MSM 3D Graphics driver for Adreno class GPU's
    • Nandroid now backups the entire content of /sd-ext , not just the apps. This fixes bootloops of certain restored roms.
    • Moved the "Toggle signature verification"-option from the Other- to the main flash-submenu.
    • Re-ordered the wipe menu.

    v2.0.0
    Some things in v2.0.0 were kanged with a twist from the Clockworkmod recovery.
    • Updated kernel to 2.6.35 (SLCD and AMOLED are now both supported).
    • Added SDEXT support for update scripts.
    • Added "filebrowser" support when you select a zip to flash.
    • Added "/.." support to the filebrowser so you can navigate up.
    • Added a mount menu so you can manually (u)mount stuff.
    • Added a toggle verification switch so you can flash those awesome unsigned winrar rom releases...
    • Fully re-wrote the wipe menu (it's not using a script anymore), added a few new wipe options.
    • Added "/sdcard/.android_secure" support , nandroid now backups/restores .android_secure (Froyo a2sd apps) by default.
    • Added a few new Google apps to the Google app backup script.

    Special thanks to :
    • packetlss for all the hours of support and awesome coding skills, THANKS man ^^, donate to Haiti
    • Koushik Dutta for all his recovery work ^^
    • Cyanogen for his dedicated work! , buy him a beer!
    • Chris Soyars for the new Apps2SD method ^^
    • JesusFreke for his awesome JFv1.43's recovery , donate
    • 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 :D
    • rikupw for the ideas and toggle_ums script.
    • http://www.androidspin.com for hosting ^^
    6
    [Recovery] [27-Dec-2010] RA-nexus-v2.1.1

    Reserved for future use
    6
    The site is down! Can someone upload the file again??

    See attachment
    4
    updated to v2.2.1

    Change-log :

    v2.2.1
    • Nandroid backup is now selective, boot/system/cache/data are selected by default.
    • Nandroid checks if there's at least 500MB free on SDcard before starting a backup.
    • Added/updated error/warning messages.
    4
    updated to v2.1.1

    Changelog : v2.1.1
    • Fixed ext4 support in kernel! Update from v2.x if you are using sd-ext!