V30

V30

LG | joan

Installation 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

  1. Download ADB and fastboot using this guide: https://wiki.lineageos.org/adb_fastboot_guide
  2. 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

  1. Download this custom recovery
  2. 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
    
  3. Reboot to custom recovery:
    adb reboot recovery
    

Section III - Installing the ROM

  1. Navigate to Factory Reset
  2. Select Format data/factory reset
  3. Accept the warning
  4. Go back to main menu
  5. Select Apply Update
  6. Select Apply from ADB
  7. On your PC, run the following command:
    adb sideload <path to ROM zip>
    
  8. When prompted, select Yes to reboot back to recovery
  9. Reboot your phone

You have completed installation.