Guest Paul Posted November 29, 2010 Report Posted November 29, 2010 Alrighty peoples, how would you like ClockworkMod recovery for the Advent Vega? It's here! This is currently in TEST, use with caution etc. etc. :P This recovery is built by me and in no way endorsed or supported by Koush. Download The download is in two parts - firstly the recovery image itself and the flash utility, and secondly an APK you install on your device which allows you to reboot into recovery mode (conventional recovery reboot methods don't work, and as yet we haven't found a key combination to allow this!)Recovery image and flash utility - DOWNLOAD - MD5: cb488ab0edcea4c53ee5e6ff954a24bcReboot utility APK - DOWNLOAD - MD5: b6dbe93af28619bb3caba1c3ba925e5dNote: The Reboot utility APK is also available on the Android Market - search 'Vega Recovery Boot'. Installation To install the recovery image and flash utility, extract the first zip file to a directory, then enter the following (this assumes you have 'adb' on your machine): adb push recovery.img /data/local/ adb push flash_image /data/local/ adb shell chmod 4755 /data/local/flash_image adb shell /data/local/flash_image recovery /data/local/recovery.img[/code] Next, simply install the APK you downloaded above in the usual way (e.g. by copying to your SD card and using the file explorer). If the download appears as anything other than an APK, rename to install. [b]Source[/b] Source code for the Vega device profile and the reboot utility are available on my GitHub. [b]Uninstall[/b] To uninstall, simply reapply the 1.08 update. [b]And finally...[/b] If you would like to show your appreciation for the ROM, please [b]consider supporting MoDaCo[/b] by signing up for a MoDaCo Ad Free or MoDaCo Plus account, both of which also give you early access to Beta releases and access to the the online kitchens. P
Guest rferrett Posted November 29, 2010 Report Posted November 29, 2010 So the code stuff we do that from the command line on the PC right?
Guest TylerDurdenK Posted November 29, 2010 Report Posted November 29, 2010 "Extract the zip to a directory" Which directory, where? then do I have to change the code to reflect where I extracted it to? I'm sorry if this seems like a stupid question, but I have forgotten how to do this kind of thing.
Guest Paul Posted November 29, 2010 Report Posted November 29, 2010 Note: The Reboot utility APK is also available on the Android Market - search 'Vega Recovery Boot'. P
Guest SilentMobius Posted November 29, 2010 Report Posted November 29, 2010 "Extract the zip to a directory" Which directory, where? then do I have to change the code to reflect where I extracted it to? I'm sorry if this seems like a stupid question, but I have forgotten how to do this kind of thing. Extract it anywhere you like. The when you start a command prompt you need to "cd XXXX" where XXXX is the directory that now contains the file recovery.img
Guest rimoth Posted November 29, 2010 Report Posted November 29, 2010 (edited) "Extract the zip to a directory" Which directory, where? then do I have to change the code to reflect where I extracted it to? I'm sorry if this seems like a stupid question, but I have forgotten how to do this kind of thing. Extract to a directory on your pc. Goto a command prompt, change to this directory and then run the commands. You don't need to change '/data/local/' as this is the file structure on the vega. Edited November 29, 2010 by rimoth
Guest Paul Posted November 29, 2010 Report Posted November 29, 2010 In due course this should be available in ROM Manager. If you're not confident using command prompt, i'd advise holding fire (shouldn't be too long)... P
Guest Pyr0x64 Posted November 29, 2010 Report Posted November 29, 2010 (edited) hmmm, i pushed the files to /data/local chmod'd flash_image ran the final flash command: adb shell /data/local/flash_image recovery recovery.img and got the message: error opening recovery.img i can definitely see the recovery.img in /data/local and the md5 hash matched the archive *shrug* Edited November 29, 2010 by Pyr0x64
Guest JingleManSweep Posted November 29, 2010 Report Posted November 29, 2010 (edited) hmmm, i pushed the files to /data/local chmod'd flash_image ran the final flash command: adb shell /data/local/flash_image recovery recovery.img and got the message: error opening recovery.img i can definitely see the recovery.img in /data/local and the md5 hash matched the archive *shrug* Yeh, I did a... adb shell /data/local/flash_image recovery /data/local/recovery.img ... which should flash the "recovery.img" you pushed to "/data/local" in the previous steps. However, when I use the "Recovery" APK app, it does reboot but back to the normal Android OS and not the recovery. I even tried an "adb reboot recovery", but this doesn't work either. Edited November 29, 2010 by JingleManSweep
Guest Pyr0x64 Posted November 29, 2010 Report Posted November 29, 2010 Yeh, I did a... adb shell /data/local/flash_image recovery /data/local/recovery.img ... which should flash the "recovery.img" you pushed to "/data/local" in the previous steps. However, when I use the "Recovery" APK app, it does reboot but back to the normal Android OS and not the recovery. I even tried an "adb reboot recovery", but this doesn't work either. Ah, that makes sense. Thanks for the tip, recovery flashed :P I also have the same problem now though, the Recovery app just reboots my device instead of rebooting and loading ClockworkMod Recovery.
Guest TylerDurdenK Posted November 29, 2010 Report Posted November 29, 2010 In due course this should be available in ROM Manager. If you're not confident using command prompt, i'd advise holding fire (shouldn't be too long)... P Nice one, think I'll wait for this.
Guest Paul Posted November 29, 2010 Report Posted November 29, 2010 Yeh, I did a... adb shell /data/local/flash_image recovery /data/local/recovery.img ... which should flash the "recovery.img" you pushed to "/data/local" in the previous steps. However, when I use the "Recovery" APK app, it does reboot but back to the normal Android OS and not the recovery. I even tried an "adb reboot recovery", but this doesn't work either. Huh, that's odd... i'll investigate... P
Guest JingleManSweep Posted November 29, 2010 Report Posted November 29, 2010 Huh, that's odd... i'll investigate... P No worries mate. Happy to test it for you anyways!
Guest Paul Posted November 29, 2010 Report Posted November 29, 2010 Slightly updated instructions! adb push recovery.img /data/local/ adb push flash_image /data/local/ adb shell chmod 4755 /data/local/flash_image adb shell /data/local/flash_image recovery /data/local/recovery.img P
Guest Divvet Posted November 29, 2010 Report Posted November 29, 2010 So whats the point in doing this if there are no custom roms? :-s
Guest JingleManSweep Posted November 29, 2010 Report Posted November 29, 2010 Slightly updated instructions! P I did this. Just reboots into normal android os.
Guest jutley Posted November 29, 2010 Report Posted November 29, 2010 Paul if i wanted to flash from terminal from the vega with better terminal how would i type the comands for flashing the recovery and the flash utility.with placing both files pn the sd card is that possible?
Guest rferrett Posted November 29, 2010 Report Posted November 29, 2010 http://phandroid.com/2010/11/29/honeycomb-..._medium=twitter Possible Honeycomb sooner rather than later?
Guest Paul Posted November 29, 2010 Report Posted November 29, 2010 r2 online, should work as intended now! :P Market app also updated. P
Guest Pyr0x64 Posted November 29, 2010 Report Posted November 29, 2010 (edited) Was the recovery image updated as well? I assume not as it says "header is the same, not flashing recovery" when I try to flash it Still not booting into ClockworkMod here. I've checked in Settings>Applications and it says Vega Recovery Boot is version r2 Edited November 29, 2010 by Pyr0x64
Guest Paul Posted November 29, 2010 Report Posted November 29, 2010 Very strange, I just wiped back to 1.04 then went through the steps above and mine reboots to clockwork recovery! :P P
Guest rferrett Posted November 29, 2010 Report Posted November 29, 2010 What, boots back to the new Clockwork recovery? With actual stuff on the screen and everyfink?
Guest rferrett Posted November 29, 2010 Report Posted November 29, 2010 That has got to be good news mind.... surely? (and If I can't give a feed line on the day Leslie Nielsen dies you never can :P )!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now