This is a tutorial on how to install a custom recovery menu on a rooted LG Optimus S. The process of installing a custom recovery menu is pretty easy since it only has a few steps. And having a custom recovery menu will allow you to do more than what you can do with the stock recovery menu. You can do things like backup your ROM onto your SD card as well as install custom ROMs and recover your old ROMs that you have backed up. So a custom recovery menu is a very nice thing to have and this is a tutorial on how to install one on your Optimus S.
The first step is to have a rooted LG Optimus S, if your smartphone isn’t already rooted you can root it by following this guide. Once it’s rooted you should have a superuser application on your smartphone. Then you will want to head on over to the Android Market on your phone and search for Terminal Emulator and install that application.
Then you will need to connect your LG Optimus S to your computer and mount the microSD card. And on the main root directory of the SD card you will need to copy a few files over. The files include the extracted flash_image file and then the recovery image file which you should rename to recovery.img, the links to both files are in the sidebar.
Once they have been copied unmount your smartphone and you can either use the Terminal Emulator application on your smartphone or ADB on your computer to run the following commands. I personally find the Terminal Emulator easier and that’s what I showed in the video tutorial. The commands are pretty simple, you enter them in by pressing menu and then pressing toggle soft keyboard. You just type in the following commands after each line hit enter.
$ su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
# cat /sdcard/flash_image > /system/bin/flash_image
# chmod 755 /system/bin/flash_image
# mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
# flash_image recovery /sdcard/recovery.img
# sync
Once you have finished entering in those commands you will need to shut down your smartphone. And then you will want to turn it back on, but before you do that hold the volume up and home button at the same time and hold the power button while you are doing that. Keep your fingers on the volume up and home button until you see the LG logo then you can remove the power button but keep the other buttons pressed. Then you should be booted into the recovery menu. The controls are simple volume up and down button to choose an item and then the menu button to select an item and the back arrow goes back.
Please also check out the video tutorial below before you try following the tutorial. And if you have any problems or issues please comment below and I’ll try to help you as best I can. And I’m not responsible if you do anything incorrect and damage your phone. But you shouldn’t have any problems if you follow this tutorial correctly.




