- 05-12-2011, 07:39 AM
Thread Author #1
[Guide] How to install a custom recovery and rom
This guide is very straight forward. I assume you have basic computer knowledge. I will not be holding your hand to much. If you do not know how to open and extract a zip file or follow simple instructions, then please leave now. I take zero responsibility for you bricking your phone. I thank all the members of this forum. We truly have some great developers and contributers.
Downloads:
Note: If you have already rooted your Optimus, you can skip steps 1-6.
Install custom recovery and make a nandroid backup:
- Enable USB Debugging. Menu > Settings > Applications > Development > check mark USB debugging
- Extract superoneclick to it's own folder and extract the Optimus V Drivers.
- Install 1.exe, then 2.exe, then 3.exe. If it ask you to plug in your phone to the usb cable, then do so. Reboot your PC.
- Open SuperOneClick.exe
- Make sure psneuter exploit is checked and click shell root.
- It should tell you that you have temp root after a few seconds. Do not continue if you do not get temp root!
- Download a custom recovery of your choice. I like . You can read about recoveries in the Reference Guide. Extract .
- Put the recovery.img and flash_image on your sd card (root of the sd card)
- Now we will open a adb shell. Open "/superoneclick/ADB" folder. Shift+Right Click in a open area and choose "Open command window here". (I know that trick works in Windows 7, not sure about other Operating systems.)
- Paste the following commands into the command prompt one by one. Do not copy the quotes.adb remount (It should say remount succeeded.)
adb shell
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
flash_image recovery /sdcard/recovery.img
reboot recovery - In your chosen recovery, make a Nandroid backup.
Note: Now that you have a custom recovery, never EVER, EVER do a factory reset. (Settings/Privacy/Factory Data Reset) You have been warned.
Install a custom rom:
Read this forum. There are several custom rom threads. Some based on 2.2.1, and some based on 2.3.3. If you are unsure, have a look at the Reference Guide to learn more about the ROMs. As always, the individual rom thread's will have most of the info. After you have found a rom you would like to try, place the rom.zip on the root of sd card. Then you need to flash via recovery. It is a good idea to wipe everything (besides your sd card) before you install a new rom. See your chosen ROMs thread for specific instructions on installing your rom. This is just general overview.
Boot into recovery:
Power off your phone (no usb cables or power supply connected)
Hold Home+Volume Down+Power till LG screen disappearsLast edited by Takenover83; 05-12-2011 at 04:06 PM.
SugarSync (5GB Cloud) Referral Link. - We each get 500MB extra.
Guide to Play MP4's from the Cloud. Guide to Free VOIP using Google Voice and Groove IP.Thanked by 4: - 05-12-2011, 09:53 AM #2
Nice! Added to the reference guide. One suggestion though, I'd remove the comment from step 10 or change its color. People tend to blindly copy and paste.
- 05-12-2011, 10:52 AM #3
Or put it on a separate line and prepend "::" to make it a comment (ignored by the shell). Too bad the Windows shell doesn't allow inline comments like bash and other UNIX shells do.
But yeah, nice guide! I'm still waiting for the Bluetooth kinks to be worked out in aospMod before I flash a custom ROM, as I frequently have to use a Bluetooth headset in the car. But guides like this give me a lot of reassurance that I'm most likely not going to break anything irreparably.
- 05-12-2011, 03:53 PM
Thread Author #4
Thanks, I cleaned that area up a bit.
SugarSync (5GB Cloud) Referral Link. - We each get 500MB extra.
Guide to Play MP4's from the Cloud. Guide to Free VOIP using Google Voice and Groove IP. - 05-13-2011, 06:38 AM #5
Hello
Hello,
Im trying to do this on my mac and this is what i get:
imac-c10b46:tools gcastrofm$ ./adb remount
remount failed: Operation not permitted
and when i do:
# cat /sdcard/flash_image > /system/bin/flash_image
cannot create /system/bin/flash_image: read-only file system
Any ideas? - 05-13-2011, 07:12 AM #6
Fixed!
If you are on a mac. You have do to
Code:adb shell su mount -o remount,rw /system /system cat /sdcard/flash_image > /system/bin/flash_image chmod 755 /system/bin/flash_image flash_image recovery /sdcard/recovery.img reboot recovery
- 05-19-2011, 01:09 PM #7
- 12-14-2011, 11:59 AM #8
Re: [Guide] How to install a custom recovery and rom
Where do I find this file? "recovery.img" it is not in the flash_image.zip archive.Put the recovery.img and flash_image on your sd card (root of the sd card)
UPDATE: i have downloaded a lot of various files based on different sets of instructions and wind up confused.
I have two files I found somewhere that appear to be img files with the following names. I don't know what the difference is.
Do I rename one of these to "recovery.img" and which one?
* recovery-RA-GNM-thunderc-s-1.1.0.img
* recovery-thunderc-v-1.2.o-GNM.img
Below is my specific phone. Any help in determining the correct steps for THIS phone to /root the device so I can update it please let me know. I found conflicting information and don't want to wind up bricking my first attempt.
Thanks.
Model: VM670
Android: 2.2.2
Baseband V. VM670ZV5_60401001
Kernal V. 2.6.32.9 / lge@android-buid #4
Build #: ZV5.41C0E845
SW V. VM670V5
HW V. 1.2Last edited by paulkruger; 12-14-2011 at 01:01 PM. Reason: Update information
- 10-02-2012, 07:50 PM #9
- 10-02-2012, 07:55 PM #10
Re: [Guide] How to install a custom recovery and rom
Step 1- Wait. The first load of a new rom can take a while.
Step 2- As long as you have a backup made, you can pull the battery, then press and hold Menu, Volume Down, and then Power until the recovery menu comes up. From there, you should be able to restore your nandroid OR install a rom from zip. - 10-03-2012, 12:13 AM #11
- 10-03-2012, 09:23 AM #12
Re: [Guide] How to install a custom recovery and rom
OK, so which recovery do you have installed? And do you still have the ROM you attempted to load on your SD card? If so, you can just try flashing again, or you may be able to mount your SD card from recovery. In that case, you could load whatever ROM you want even though you only have recovery.
- 10-03-2012, 10:28 AM #13
- 10-03-2012, 10:43 AM #14--Chris [cole2kb]

"Any story about malware on any platform...without numbers is not giving you the full picture, and just might be more worried about getting your clicks than any real discussion."
Words to live by: there are always two sides to every story. - 10-03-2012, 12:52 PM #15
- 10-03-2012, 06:16 PM #16
- 10-03-2012, 08:02 PM #17
Re: [Guide] How to install a custom recovery and rom
Mods should probably archive this thread as well. It has to have been replaced with a better way by now
Sent from my LG-VM670 using Android Central Forumsbeamed from the mothership...but its only a proxy for mylubuntu 12.04



Reply

































