ok everyone, this was not an easy task to accomplish but i have a working recovery system a phone that frankly didnt have one to begin with.
INSTALLATION INSTRUCTIONS
1) Download [hide]Flash Image[/hide]
2) Download [hide]LGL75c_recovery.img[/hide]
3) Download AnyTerminal Emulator from the play store
4) Download your favorite file manager (MUST ALLOW YOU TO REMOUNT THE SYSTEM) i use Root Explorer
Now that you have all of that fun stuff downloaded move the flash_image and LGL75c-recovery.img files to the ROOT of your sdcard.
open up Root Explorer and move flash_image to /system/bin (this is where you have to remount as writable). hit the home button on your phone and open up the Terminal Emulator. type everything exactly as i do, press enter\return after each line!!!
if you get an error start over otherwise if you end up with --> # <-- then your good to go!
Accessing Recovery
to get into recovery mode first make sure the phone is turned off. then you simply hold down the following keys in this order(volume down, home, and power). once you see the "LG" logo you can release the power button but keep holding volume down and home till Recovery loads...
hope you enjoy it
(Disclaimer)
(Read Everything Carefully)
(Failure To Do So May Result In Your Device No Longer Working)
(By Modifying Your Device You Assume Full Responsability For Any Damages Done)
(Read Everything Carefully)
(Failure To Do So May Result In Your Device No Longer Working)
(By Modifying Your Device You Assume Full Responsability For Any Damages Done)
INSTALLATION INSTRUCTIONS
1) Download [hide]Flash Image[/hide]
2) Download [hide]LGL75c_recovery.img[/hide]
3) Download AnyTerminal Emulator from the play store
4) Download your favorite file manager (MUST ALLOW YOU TO REMOUNT THE SYSTEM) i use Root Explorer
Now that you have all of that fun stuff downloaded move the flash_image and LGL75c-recovery.img files to the ROOT of your sdcard.
open up Root Explorer and move flash_image to /system/bin (this is where you have to remount as writable). hit the home button on your phone and open up the Terminal Emulator. type everything exactly as i do, press enter\return after each line!!!
Code:
su
cd /system/bin
chmod 0755 flash_image
cd/
flash_image recovery /sdcard/LGL75c_recovery.img
if you get an error start over otherwise if you end up with --> # <-- then your good to go!
Accessing Recovery
to get into recovery mode first make sure the phone is turned off. then you simply hold down the following keys in this order(volume down, home, and power). once you see the "LG" logo you can release the power button but keep holding volume down and home till Recovery loads...
hope you enjoy it
HAPPY FLASHING!!!