New CWM-based recovery for L9
Hi, I present you CWM-based Recovery 6.x (tested now 😉 ) from my modified device tree. This recovery is stable for use. In this version i fixed some bugs and added more features.
Recovery tested on: P760 (should work also on P765, not tested)
Changes in the recovery from L9 CyanogenMod tree:
- Fixed ADB
- Added SD-EXT support
- Now external_sd is default storage in recovery (internal also works)
- Ported USB storage mounting!!!
- Some visual changes
- External SD is default storage
Requirements:
- LG L9 (P760, should work also on P765, but not tested)
- ADB and fastboot installed
- ADB and fastboot drivers installed
- Unlocked bl
Download (1.0.0.0): http://d-h.st/6j0
Installation (make sure you have adb/fastboot and drivers installed):
- Connect phone to computer in adb mode
- Go to terminal or command line and type adb reboot oem-unlock
- Now phone should be in fastboot mode
- Type fastboot flash recovery path_to_downloaded_recovery_image
Booting to recovery:
- Turn off phone
- Turn on phone and quickly hold vol down and home button
- You can also type adb reboot recovery if you are using computer or reboot recovery (before su of course) if you are using android terminal emulator
Sources: https://github.com/artas182x/android_bootable_recovery.git and https://github.com/artas182x/android_device_lge_p760.git (cm-10.1-cwm branches)