
V30
LG | joanDownloads
PixelOS_joan-15.0-20250218-1349.zipInstallation Instrutions
Dirty flashing between different ROMs, or migrating from another website’s builds are not supported.
You must be rooted to complete installation.
Section I - Prerequisites
- Download ADB and fastboot using this guide: https://wiki.lineageos.org/adb_fastboot_guide
- If you’re on Windows, enable file extensions using this guide: https://3ds.hacks.guide/file-extensions-(windows).html
Section II - Installing a custom recovery
- Download this custom recovery
- Install it using ADB:
adb push <name of downloaded file> /sdcard/recovery.img adb shell su dd if=/sdcard/recovery.img of=/dev/block/bootdevice/by-name/recovery exit
- Reboot to custom recovery:
adb reboot recovery
Section III - Installing the ROM
- Navigate to
Factory Reset
- Select
Format data/factory reset
- Accept the warning
- Go back to main menu
- Select
Apply Update
- Select
Apply from ADB
- On your PC, run the following command:
adb sideload <path to ROM zip>
- When prompted, select
Yes
to reboot back to recovery - Reboot your phone
You have completed installation.