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:

  1. Fixed ADB
  2. Added SD-EXT support
  3. Now external_sd is default storage in recovery (internal also works)
  4. Ported USB storage mounting!!!
  5. Some visual changes
  6. External SD is default storage

Requirements:

  1. LG L9 (P760, should work also on P765, but not tested)
  2. ADB and fastboot installed
  3. ADB and fastboot drivers installed
  4. Unlocked bl

Download (1.0.0.0): http://d-h.st/6j0

Installation (make sure you have adb/fastboot and drivers installed):

  1. Connect phone to computer in adb mode
  2. Go to terminal or command line and type adb reboot oem-unlock
  3. Now phone should be in fastboot mode
  4. Type fastboot flash recovery path_to_downloaded_recovery_image

Booting to recovery:

  1. Turn off phone
  2. Turn on phone and quickly hold vol down and home button
  3. 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)