How to Install CyanogenMod on the LG Optimus G Pro ("e980")
WARNING: Incomplete page
This page has been tagged INCOMPLETE by the moderators. We feel that the page is incomplete and hence the instructions should not be followed by users at the moment. Brave users might proceed at their own risk. However if anyone knows the correct instructions they are welcome to edit the template or ping the moderators on the CM wiki IRC channel. Reason: Detailed instructions for installing a custom recovery are missing from this wiki template.
This guide will walk you through the process of taking the Optimus G Pro from stock to having a custom recovery image and the ability to flash the latest version of CyanogenMod.
Note: DISCLAIMER
Modifying or replacing your device's software may void your device's warranty, lead to data loss, hair loss, financial loss, privacy loss, security breaches, or other damage, and therefore must be done entirely at your own risk. No one affiliated with the CyanogenMod project is responsible for your actions. Good luck.
Important Notes
Recovery can be installed via the same app used for unlocking the bootloader: FreeGee. This does require root. Once the bootloader is unlocked, recovery may also be flashed via fastboot.
Installing CyanogenMod from recovery
- Make sure your computer has working adb.
- Download the CyanogenMod build package for your device that you'd like to install to your computer.
- Optional: Download 3rd party applications packages, like Google Apps which are necessary to download apps from Google Play.
- Place the CyanogenMod
.zip
package, as well as any optional.zip
packages, on the root of/sdcard
:- Using adb:
adb push filename.zip /sdcard/
- Note: You can copy the
.zip
packages to your device using any method you are familiar with. Theadb
method is used here because it is universal across all devices and works in both Android and recovery mode. If you are in recovery mode, you may need to ensure/sdcard
(sometimes called Internal Storage) is mounted by checking its status in the Mounts menu. If you have booted regularly, USB debugging must be enabled.
- Using adb:
- If you are not already in recovery, boot to recovery mode now.
- Hold Volume Up & Power until fastboot screen appears, then press Volume Down twice, then press Power to boot recovery.
- In Team Win Recovery Project, select menu choices by tapping on the appropriately labelled button.
- Optional (Recommended): Select the Backup button to create a backup.
- Select Wipe and then Factory Reset.
- Select Install.
- Navigate to
/sdcard
and select the CyanogenMod.zip
package. - Follow the on-screen notices to install the package.
- Optional: Install any additional packages you wish using the same method (if you are installing multiple packages, install CyanogenMod first and then install any subsequent packages on top of it).
- Once installation has finished, return to the main menu and select Reboot, then System. The device will now boot into CyanogenMod.
Helpful Tip