Hi. Today i've made a patched bootloader for this LG Leon model. That means you can install a custom recovery and rom!
How to:
1. You must have an Android 5 installed with root permissions (you can get them with kingroot).
2.1. Download the patched bootloader (aboot) file: https://yadi.sk/d/tpz-nnVcz2Qk2 and place it at /sdcard
2.2 If you want to install a TRWP recovery, you can get it here: https://twrp.me/devices/lgleonlte.html
Rename it to recovery.img and copy to /sdcard
3.1 Enter the Android terminal emulator or "adb shell" and write:
5. PROFIT!
Screenshot:
How to:
1. You must have an Android 5 installed with root permissions (you can get them with kingroot).
2.1. Download the patched bootloader (aboot) file: https://yadi.sk/d/tpz-nnVcz2Qk2 and place it at /sdcard
2.2 If you want to install a TRWP recovery, you can get it here: https://twrp.me/devices/lgleonlte.html
Rename it to recovery.img and copy to /sdcard
3.1 Enter the Android terminal emulator or "adb shell" and write:
Code:
su
dd if=/sdcard/aboot.bin of=/dev/block/bootdevice/by-name/aboot
dd if=/sdcard/recovery.img of=/dev/block/bootdevice/by-name/recovery
Screenshot:
Last edited: