Installing a custom recovery
Oops! Looks like we don’t have instructions here yet. You can try looking at the CM wiki dump for instructions for your device.
Installing LineageOS from recovery
-
Make sure your computer has working
adb
. Setup instructions can be found here. -
Download the LineageOS install package that you’d like to install or build the package yourself.
- Optionally, download 3rd party application packages like Google Apps
- Place the LineageOS
.zip
package, as well as any other .zip packages on the root of/sdcard
:- Using adb:
adb push filename.zip /sdcard/
- You can use any method you are comfortable with.
adb
is universal across all devices, and works both in Android and recovery mode, providing USB debugging is enabled.
- Using adb:
- If you aren’t already in recovery, boot into recovery:
- Hold Volume Down & Power simultaneously. On the next screen use Volume Down to scroll to recovery and then use Volume Up to select.
- (Optional, but recommended): Select the Backup button to create a backup.
- Select Wipe and then Factory Reset.
- Select Install.
- Navigate to
/sdcard
, and select the LineageOS.zip
package. - Follow the on-screen prompts to install the package.
- (Optional): Install any additional packages using the same method.
- Once installation has finished, return to the main menu, select Reboot, and then System.
Get assistance
If you have any questions, or get stuck on any of the steps, feel free to ask on our subreddit, or in #LineageOS on freenode.