Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
\I could be missing something since I'm attempting to read this with my Droid, but is there a download link for the recovery.img itself?
By the way, awesome job! Glad you finally got it going!
Do you have any idea if this will fix the 50% bug? If I got it right this is technically an image from your phone, so if you dont have the bug and I push this to my phone it will replace the OS and no bug?
No its a custom recovery that will make rooting very easy and allow you to nandroid backup and allow installing custom roms ie updates.zip. This doesn't touch the OS unless you install a custom rom.
Well dang it... guess I gotta wait for Froyo now =/
Well if someone wants to build froyo from AOSP we now have the means to test it and flash it.
hey guys whats the chance of actually flashing this too the rom and configuring a key combination to the kb?
mount /sdcard
flash_image recovery /sdcard/recovery-RA_GNM_1.13.img
I may be wrong, but isn't SEND+MENU+PWR on boot for recovery?
You can flash it just fine but ally has no kb command to launch fastboot or recovery that we know of. It requires a boot halfway past vzw splash and command adb reboot recovery to launch. To permanantly flash it copy recovery-RA_GNM_1.13.img to root of sdcard. Once booted into my temp recovery (fastboot boot recovery-RA_GNM_1.13.img) use command adb shellnextCode:mount /sdcard
then still in adb shell type reboot then after reboot do adb reboot recovery to testCode:flash_image recovery /sdcard/recovery-RA_GNM_1.13.img
I dont understand. How do you do the Send+Menu+Pwr thing. I Hold the buttons down when its off and nothing happens..... (Noob)
I dont understand. How do you do the Send+Menu+Pwr thing. I Hold the buttons down when its off and nothing happens..... (Noob)
I haven't had a chance to test it yet as I haven't flashed the recovery image. If someone could test this that would be great, because ATM there is no way to recover from a bad flash. If we can verify that flashing the recovery image and using send+menu+pwr keypress at boot it will be much "safer" to go forward
lol, first you have to flash the recovery image too your sdcard. after doing that you can access the recovery menu by holding Send+Menu+Power.
if your wondering how to flash to your sdcard, the instructions are a couple posts up from drellisdee.
Close its not flashed to your sd card but to the nand flash on your device. The img is copied to your sdcard per my instructions and is flashed to nand using the flash_image.