keyboard_arrow_left Back to the overview

Upgrade LineageOS on
LG V20 (T-Mobile)

h918

Basic requirements

  1. Read through the instructions at least once before actually following them, so as to avoid any problems due to any missed steps!
  2. You actually want to upgrade your device to the newest version - if you wish to downgrade to an earlier version of LineageOS, follow your device’s instructions for installing LineageOS the first time.
  3. You are aware of this device’s known quirks

Manually upgrading LineageOS

The updater app does not support upgrades from one version of LineageOS to another, and will block installation to any update for a different version. Upgrading manually requires similar steps to installing LineageOS for the first time.

  1. Verify your device is using the latest Lineage Recovery. Simply download the latest recovery file, named recovery.img. Follow your device’s installation guide to see how you can update your recovery image.
  2. Download the LineageOS install package that you’d like to install or build the package yourself.
  3. Make sure your computer has working adb. Setup instructions can be found here.
  4. Enable USB debugging on your device.
  5. Additionally if you are on LineageOS 16.0 or below, open Settings, then “System”, then “Developer Options”, then select “Root Access Options”, and finally “ADB Only”. Now, run adb -d root
  6. Reboot into recovery by running adb -d reboot recovery, or by performing the following:
    • With the device powered off, hold Volume Down + Power until the LG logo appears, then release Power for a second and hold it again until the recovery comes up.
  7. If your device is FDE encrypted, you will need to wipe your data partition (this is usually named “Wipe”, or “Format”).
  8. Click Advanced, then Enable ADB.
  9. Run adb -d reboot sideload.
  10. Run adb -d sideload /path/to/zip (inserting the path to your LineageOS package).
  11. (Optionally): If you want to install any add-ons, click Apply Update, then Apply from ADB, then adb -d sideload /path/to/zip those packages in sequence.

  12. Once you have installed everything successfully, click the back arrow in the top left of the screen, then “Reboot system now”.