This guide will help you to install LG K9 TWRP recovery and root your LG device. Thanks to NonStickAtom785, for sharing the TWRP recovery on xda portal. Note that this is an unofficial custom recovery. LG K9 smartphone was launched in March 2018. The phone comes with a 5.00-inch touchscreen display powered with Android 7.1.2.
If you want to unleash the full power of Android Modding, then flashing TWRP Recovery is the first priority to get all modding ability on phone. If you have a TWRP on LG K9, you can always try Custom ROM, Kernel, Xposed, Rooting, Mods etc.
If you want to unleash the full power of Android Modding, then flashing TWRP Recovery is the first priority to get all modding ability on phone. If you have a TWRP on LG K9, you can always try Custom ROM, Kernel, Xposed, Rooting, Mods etc.
Requirements and Additional information
Requirements
- Enable USB Debugging and OEM Unlock
- LG USB drivers installed on your computer.
- ADB and Fastboot enabled on your laptop or computer.
Additional information
- TWRP version : 3.2.3
- Use original USB cable to connect your phone to PC.
Guide to Install TWRP recovery on LG K9
- Download TWRP 3.2.3 and rename it to rec.img
- Copy the downloaded IMG file to C:\adb. This is the folder where the ADB/Fastboot binaries are present
- Hold the shift Key and right-click on any blank space and select Open Command Windows Here.
- Connect your Android Device to Windows PC via USB Cable. and reboot the Device intro fastboot mode manually or by typing the following command
adb reboot bootloader
- Now your Android Phone reboot into Fast-boot mode. if it doesn’t work for you. then Make sure the below problems.
- Confirm that your device is being detected properly by typing command
fastboot devices
- To start the process type following command
- To prevent fastboot from encrypting cache and data type
- Now we will Install TWRP Recovery by using the following Command
fastboot flash recovery twrp.img
- Reboot your device into recovery mode by typing command
fastboot flashing unlock
fastboot erase userdata
fastboot erase cache
fastboot reboot recovery