top of page

LineageOS

Writer's picture: JJ

Updated: Jan 22, 2024

-This is a step-by-step guide, to install a lineage custom rom and custom recovery, following this YouTube guide

The phone shown is "lynx" Google pixel 7a. Lineage supports a lot of devices on there webiste

DEVICES on official website =Devices | LineageOS Wiki

You must have OEM unlocking and USB debugging enabled to use ADB/fastboot tools, to install a custom recovery, custom ROM/operating system, ect.

This is a guide how to enable developer settings, and do this.


-Connect your device in fastboot mode

-adb -d reboot bootloader

-Download the following files from here.

  • boot.img

  • dtbo.img

  • vendor_kernel_boot.img

  1. Power off the device, and boot it into bootloader mode:

  • With the device powered off, hold Volume Down + Power.

  1. Flash the downloaded image files to your device by typing:

Installing a custom recovery using fastboot

  1. Download Lineage Recovery. Simply download the latest recovery file, named vendor_boot.img.

-adb -d reboot bootloader

fastboot flash vendor_boot 'vendor.img"

'vendor.img' is your img file

-Now reboot into recovery to verify the installation.

  • Use the menu to navigate to and to select the Recovery option.


  • If you want to install Google Apps add-on package (use the arm64 architecture), you can download it from here.

  1. Reboot into recovery:

  • With the device powered off, hold Volume Down + Power. Then use the menu to select Recovery Mode.

  1. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one).

  2. Return to the main menu.

  3. Sideload the LineageOS .zip package but do not reboot before you read/followed the rest of the instructions!

  • On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.

  • On the host machine, sideload the package using: adb -d sideload file. zip

-Restart device



-Pixel 7a :

3 views0 comments

Recent Posts

See All

crDroid

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
Post: Blog2_Post
bottom of page