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?
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.
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 it would be great to beat LG at their own job lol. I think LG is gonna take their time releasing Froyo, we'll be lucky if we get it before the year is over
hey guys i am going nuts here. i cannot seem to get my phone to boot into bootloader, i send the command adb reboot-bootloader and it just restarts the phone and loads back into the OS. i am running the V9 build ( i was an idiot and installed the update before realizing that it would break my root) can anyone help me? if you can IM me its zacwhite01 at gmail dot com
****Edit****
hey guys i was able to reflash my phone back to v6, so now i will hopefully get this applied
Last edited by zacwhite15; August 10th, 2010 at 09:42 PM.
hey guys whats the chance of actually flashing this too the rom and configuring a key combination to the kb?
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 shell
I may be wrong, but isn't SEND+MENU+PWR on boot for recovery?
I'll be damned that worked when custom recovery was flashed. Didn't work on stock. Updating instructions and thats awesome because now a bad boot.img will not brick phone as you can boot recovery with those keys.
Last edited by getitnowmarketing; August 11th, 2010 at 11:09 AM.
Device(s): Galaxy Nexus (CM10 Nightlies) and too many old devices to list
Carrier: Not Provided
Thanks: 259
Thanked 706 Times in 265 Posts
Quote:
Originally Posted by drellisdee
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 shell
Device(s): Galaxy Nexus (CM10 Nightlies) and too many old devices to list
Carrier: Not Provided
Thanks: 259
Thanked 706 Times in 265 Posts
Quote:
Originally Posted by Mitchell4500
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
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
i can verify that it works, i tested it 5 times just too be sure
now all we need is someone to release a 2.2 image and they will be worshipped by the ally community :P
The Following 2 Users Say Thank You to zacwhite15 For This Useful Post:
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.
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.
hey drellisdee what is that flash_image file thats attached to your first post?
If you flash the recovery from the fastboot boot recovery-RA_GNM_1.13.img flash_image is built into recovery so its not needed. If you do it the other way with root shell not in recovery root shell its needed. Updated instructions for it.
The Following User Says Thank You to getitnowmarketing For This Useful Post:
Thanks for the hard work from everyone who is doing this your great, I would ove sometime to try and make a rom with a little help! With the root and recovery tool does this mean that even flashing to a bad rom we can recover the phone so it can't be bricked? Also with the root is it just v8 upgrade with superuser access? My wife and I both have ally's and I plan on rooting them and then adding a custom rom when available. Just had those questions thanks guys!
OK, I just wanted to make sure I wasn't crazy. The reason that key combo "didn't work before" was because the stock recovery loads and wipes the data, then checks for an update.zip file. If the file isn't there, it exits immediately. (hence, the quick logo popup)
Anyway, now I'm kinda bricked due to not flashing the ROM per the suggestion above. Really, I don't know what would have bricked it. (not my ally -- incredible user here) But the thing is, I can't get past the Verizon logo. Since I don't have the custom recovery flashed, I can't use the keypress to get into recovery and stay there. Also, I'm really not sure on the keypress for fastboot. Anyone wanna help me out now?
UPDATE: My bad. So, I'm stuck at the end of the Verizon bootup animation but for whatever reason, I can still get adb running. I should be up and going here shortly.
UPDATE: So, yes, apparently I got stuck somewhere after the Verizon Wireless animation. Apparently, this far into it you can do ADB and reboot to fastboot if you don't have the recovery flashed. I also restored a Nandroid backup where I hadn't flashed the custom recovery and had to re-flash it.
Last edited by dossa002; August 11th, 2010 at 11:31 PM.
Device(s): Galaxy Nexus (CM10 Nightlies) and too many old devices to list
Carrier: Not Provided
Thanks: 259
Thanked 706 Times in 265 Posts
Beautiful...
I wanted to see if this recovery console boot would work, but was too impatient so I tried it at work from my phone... Worked like a charm! Just emailed myself the recov img and the flash_image.bin, moved them with astro and used betterterm to:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
mv /sdcard/download/flash_image.bin /sdcard/flash_image
mv /sdcard/download/recovery-RA_GNM_1.13.img /sdcard/recovery-RA_GNM_1.13.img
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
flash_image recovery /sdcard/recovery-RA_GNM_1.13.img
reboot
And like magic I can boot to the recov from my phone.
Thanks to everyone!
This is amazing!
(its lost on my co workers though, I just get blank stares)
The Following User Says Thank You to savoxis For This Useful Post:
everything seemed to work until flash_image recovery /sdcard/recovery-RA_GNM_1.13.img i got an error then it went everything worked until i tried to hold down send+menu+power it tried to boot into recovery then boots up normal.
Last edited by john122675; August 11th, 2010 at 07:02 PM.
Reason: I used the original method posted at top just wont let me into recovery
everything seemed to work until flash_image recovery /sdcard/recovery-RA_GNM_1.13.img i got an error then it went everything worked until i tried to hold down send+menu+power it tried to boot into recovery then boots up normal.
If you used flash_image and that still happens use this from recovery adb shell:
Code:
/ # mount system
/ # cd system/etc
/ # mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh
.bak
/ # umount system
/ # mount /sdcard
/ # flash_image recovery /sdcard/recovery-RA_GNM_1.13.img
/ # umount /sdcard
/ # reboot
Device(s): Galaxy Nexus (CM10 Nightlies) and too many old devices to list
Carrier: Not Provided
Thanks: 259
Thanked 706 Times in 265 Posts
Quote:
Originally Posted by john122675
everything seemed to work until flash_image recovery /sdcard/recovery-RA_GNM_1.13.img i got an error then it went everything worked until i tried to hold down send+menu+power it tried to boot into recovery then boots up normal.
Verify that you have recovery-RA_GNM_1.13.img in the root of your SD card by doing a ls /sdcard/recovery* before callling flash_image, also check the md5 if available to make sure the file integrity is good. BTW what is the error?
Device(s): LG Ally (Retired),
HTC Inspire 4g (Current)
Carrier: Not Provided
Thanks: 53
Thanked 244 Times in 190 Posts
Not sure if its just me or i did something wrong. But after i turn on my phone holding SEND+MENU+PWR to make sure it worked. Which it did then i rebooted. While booting up my phones LED kept flashing a blue light until the phone booted to the lock screen. Also my SD card was not able to be read by any file browser. Under Settings > SD card and phone settings it showed the amount of free space and total space.
Anyone else experience this? I've backed up the stuff on my SD card onto my computer and reformated to see if that works.
UPDATE:
After reformating the SD card and placing all my contents back on the SD card the file browsers were able to see it. Was it somehow possible i corrupted the card along this process?
Last edited by dots; August 12th, 2010 at 12:01 PM.
Not sure if its just me or i did something wrong. But after i turn on my phone holding SEND+MENU+PWR to make sure it worked. Which it did then i rebooted. While booting up my phones LED kept flashing a blue light until the phone booted to the lock screen. Also my SD card was not able to be read by any file browser. Under Settings > SD card and phone settings it showed the amount of free space and total space.
Anyone else experience this? I've backed up the stuff on my SD card onto my computer and reformated to see if that works.
UPDATE:
After reformating the SD card and placing all my contents back on the SD card the file browsers were able to see it. Was it somehow possible i corrupted the card along this process?
yeah did you unmount it? with umount /sdcard in recovery before rebooting?
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Woods>cd c:\android\sdk\tools
c:\android\sdk\tools>adb shell
$ su
su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
# cat /sdcard/flash_image > /system/bin/flash_image
cat /sdcard/flash_image > /system/bin/flash_image
# chmod 755 /system/bin/flash_image
chmod 755 /system/bin/flash_image
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock4 /system
mount -o remount,ro -t yaffs2 /dev/block/mtdblock4 /system
# flash_image recovery /sdcard/recovery-RA_GNM_1.13.img
flash_image recovery /sdcard/recovery-RA_GNM_1.13.img
mtd: read error at 0x00000000 (Out of memory)
mtd: read error at 0x00020000 (Out of memory)
mtd: read error at 0x00040000 (Out of memory)
mtd: read error at 0x00060000 (Out of memory)
mtd: read error at 0x00080000 (Out of memory)
mtd: read error at 0x000a0000 (Out of memory)
mtd: read error at 0x000c0000 (Out of memory)
mtd: read error at 0x000e0000 (Out of memory)
mtd: read error at 0x00100000 (Out of memory)
mtd: read error at 0x00120000 (Out of memory)
mtd: read error at 0x00140000 (Out of memory)
mtd: read error at 0x00160000 (Out of memory)
mtd: read error at 0x00180000 (Out of memory)
mtd: read error at 0x001a0000 (Out of memory)
mtd: read error at 0x001c0000 (Out of memory)
mtd: read error at 0x001e0000 (Out of memory)
mtd: read error at 0x00200000 (Out of memory)
mtd: read error at 0x00220000 (Out of memory)
mtd: read error at 0x00240000 (Out of memory)
mtd: read error at 0x00260000 (Out of memory)
mtd: read error at 0x00280000 (Out of memory)
mtd: read error at 0x002a0000 (Out of memory)
mtd: read error at 0x002c0000 (Out of memory)
mtd: read error at 0x002e0000 (Out of memory)
mtd: read error at 0x00300000 (Out of memory)
mtd: read error at 0x00320000 (Out of memory)
mtd: read error at 0x00340000 (Out of memory)
mtd: read error at 0x00360000 (Out of memory)
mtd: read error at 0x00380000 (Out of memory)
mtd: read error at 0x003a0000 (Out of memory)
mtd: read error at 0x003c0000 (Out of memory)
mtd: read error at 0x003e0000 (Out of memory)
mtd: read error at 0x00400000 (Out of memory)
mtd: read error at 0x00420000 (Out of memory)
mtd: read error at 0x00440000 (Out of memory)
mtd: read error at 0x00460000 (Out of memory)
mtd: read error at 0x00480000 (Out of memory)
mtd: read error at 0x004a0000 (Out of memory)
mtd: read error at 0x004c0000 (Out of memory)
mtd: read error at 0x004e0000 (Out of memory)
mtd: write error at 0x00000000 (Out of memory)
mtd: re-read error at 0x00000000 (Out of memory)
mtd: write error at 0x00000000 (Out of memory)
mtd: re-read error at 0x00000000 (Out of memory)
mtd: skipping write block at 0x00000000
mtd: write error at 0x00020000 (Out of memory)
mtd: re-read error at 0x00020000 (Out of memory)
mtd: write error at 0x00020000 (Out of memory)
mtd: re-read error at 0x00020000 (Out of memory)
mtd: skipping write block at 0x00020000
mtd: write error at 0x00040000 (Out of memory)
mtd: re-read error at 0x00040000 (Out of memory)
mtd: write error at 0x00040000 (Out of memory)
mtd: re-read error at 0x00040000 (Out of memory)
mtd: skipping write block at 0x00040000
mtd: write error at 0x00060000 (Out of memory)
mtd: re-read error at 0x00060000 (Out of memory)
mtd: write error at 0x00060000 (Out of memory)
mtd: re-read error at 0x00060000 (Out of memory)
mtd: skipping write block at 0x00060000
yea i know this is my first post and it's pretty big but i got this error... any thoughts?
*edit*
after going for like prolly 15min:
error writing recovery: No space left on device
so....?
Last edited by woodsxdragon; August 12th, 2010 at 05:33 PM.
Reason: change in status
2.1-update1 firmware... or is it the SW version? if thats it... VS740ZV8
i tried it again... it went like this:
mtd: read error at 0x00000000 (Out of memory)
mtd: read error at 0x00020000 (Out of memory)
mtd: read error at 0x00040000 (Out of memory)
mtd: read error at 0x00060000 (Out of memory)
mtd: read error at 0x00080000 (Out of memory)
mtd: read error at 0x000a0000 (Out of memory)
mtd: read error at 0x000c0000 (Out of memory)
mtd: read error at 0x000e0000 (Out of memory)
mtd: read error at 0x00100000 (Out of memory)
mtd: read error at 0x00120000 (Out of memory)
mtd: read error at 0x00140000 (Out of memory)
mtd: read error at 0x00160000 (Out of memory)
mtd: read error at 0x00180000 (Out of memory)
mtd: read error at 0x001a0000 (Out of memory)
mtd: read error at 0x001c0000 (Out of memory)
mtd: read error at 0x001e0000 (Out of memory)
# reboot
reboot
so i tried to start it using the three keys and it came up with is the yellow !.
i'm kinda stuck... am i on the wrong sw?
*edit*
thanks to amoamare and his awesome program. worked like a charm.
Last edited by woodsxdragon; August 12th, 2010 at 06:13 PM.
Reason: added info