MikeHoncho
Android Enthusiast
This recovery is for the LG L70 (MS323). It has been tested and works 100%.
This wouldn't be possible without junkie2100 and PlayfulGod, be sure to thank them also
Credits:
junkie2100
PlayfulGod
BlastGT1
bobdamnit
Cheetopocalypse
LoneStar
biggiephil
crutchcorn
and last but not least, koush.
DISCLAIMER: I am not responsible for anything that can happen to your device when using this. Your phone = Your responsibility. Your bootloader must be unlocked to use this.
NOTE: Some L70 devices (3 that I know about) have been reported to not boot to recovery with the device powered down, just a heads up for anyone that hasn't tried it. Be sure that your device is able to boot to recovery from power off, if it doesn't then restore your laf partition and you will have to unbrick if you brick instead of restoring a backup. You can find how to restore your laf partition at the bottom of my bootloader guide
The Goods
Instructions:
Fastboot users
Download the recovery.img to your computer and open up terminal or command prompt and cd to the directory where the recovery.img is.
Example:
Windows
Linux
Now that you are in the recovery.img's directory, boot into fastboot mode by powering off the device, from power off, plug in your usb, power on the device, as soon as it starts to boot, release the power button and hold volume up until in fastboot mode.
Now in terminal or command prompt, type:
Reboot
Once booted, go download this awesome app to make rebooting to recovery easy, HERE
People who restored the laf partition, follow these steps:
Place the recovery.img in the root of your internal sd card.
Open up command prompt or terminal and type:
Now it is time to overwrite your stock recovery with cwm, type:
That's it, download this awesome app to reboot to recovery HERE
Keep in mind, when rebooting from recovery, it will ask you to do 2 things, select no for the first option and select yes for fix root or you will lose your root. To boot to recovery power off device, power on the device, and wait until it gets to the dim LG logo and try to interrupt the long vibration by pressing volume down a few times, if done correctly, your phone will stop the first boot and start another one that boots you to recovery. Timing is key so it might take a few tries
That's it for the recovery, hope everyone enjoys it
This wouldn't be possible without junkie2100 and PlayfulGod, be sure to thank them also

Credits:
junkie2100
PlayfulGod
BlastGT1
bobdamnit
Cheetopocalypse
LoneStar
biggiephil
crutchcorn
and last but not least, koush.
DISCLAIMER: I am not responsible for anything that can happen to your device when using this. Your phone = Your responsibility. Your bootloader must be unlocked to use this.
NOTE: Some L70 devices (3 that I know about) have been reported to not boot to recovery with the device powered down, just a heads up for anyone that hasn't tried it. Be sure that your device is able to boot to recovery from power off, if it doesn't then restore your laf partition and you will have to unbrick if you brick instead of restoring a backup. You can find how to restore your laf partition at the bottom of my bootloader guide

The Goods
- CWM 6.0.5.0
md5sum: 285b20e665a23bb93872164c19706fa2
Instructions:
Fastboot users
Download the recovery.img to your computer and open up terminal or command prompt and cd to the directory where the recovery.img is.
Example:
Windows
Code:
cd Downloads
Code:
cd ~/Downloads
Now in terminal or command prompt, type:
Code:
fastboot flash recovery recovery.img
Code:
fastboot reboot
People who restored the laf partition, follow these steps:
Place the recovery.img in the root of your internal sd card.
Open up command prompt or terminal and type:
Code:
adb shell
Code:
su
Code:
dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
Keep in mind, when rebooting from recovery, it will ask you to do 2 things, select no for the first option and select yes for fix root or you will lose your root. To boot to recovery power off device, power on the device, and wait until it gets to the dim LG logo and try to interrupt the long vibration by pressing volume down a few times, if done correctly, your phone will stop the first boot and start another one that boots you to recovery. Timing is key so it might take a few tries
That's it for the recovery, hope everyone enjoys it
