Skip to content

20260717 (LineageOS 23.2, Android 16 QPR2)

Latest

Choose a tag to compare

@supechicken supechicken released this 19 Jul 05:01
ee3eac2

Warning

Do not mirror my builds! Please post a link to this repository instead.

This image is based on LineageOS 23.2 (Android 16 QPR2)

Note

ARM64 images are NOT available in this release (check 20260302 if you need an ARM64 build)

This image is also available on SourceForge

Important

Clean install is recommended.

If you encounter any error after upgrading from previous releases, try wiping Waydroid's storage directory first

# equivalent to factory reset, all data will be LOST
rm -rf ~/.local/share/waydroid
rm -rf /var/lib/waydroid/overlay*
sudo waydroid init -f

Changelog

New features

  • Two-finger touchpad gestures are now mapped to screen swipes
  • Initial CGroup support for Intel CPUs with hybrid architecture (might benefit power consumption)
  • Enable background blur support in app drawer/notification shade
  • Material 3 Expressive design is enabled by default
  • Added support for Pascal+ NVIDIA GPUs with nouveau kernel driver
  • Added support for clipboard sync with host (#32)

Bug fixes

  • ARM translation layer is fully functional now
  • Waydroid integration is now fully functional (requires Waydroid version 1.6.3 or later)
  • Fixed network connection, no more workaround required
  • Fixed booting on AMD GPUs (#17)
  • Fixed booting on Intel dGPUs (#25)
  • Fixed storage tab in Settings on LUKS rootfs setup

Other changes

Known issues

  • The pre-installed browser crashes randomly when navigating

Installation

Method 1: Install with waydroid command (recommended)

  • Re-initialize Waydroid with WayDroid-ATV OTA server (NOTE: replace GAPPS with VANILLA if you want non-GApps build)
sudo waydroid init -f \
  -c https://waydroid-atv.github.io/ota/a16-qpr2/system \
  -v https://waydroid-atv.github.io/ota/a16-qpr2/vendor \
  -r lineage \
  -s GAPPS
  • Download images with Waydroid
sudo waydroid upgrade

Method 2: Download and install manually

Note

Check here for more information

  • Download lineage-23.2-xxxxxxx-GAPPS-waydroid_xxxxx-system.zip and lineage-23.2-xxxxxxx-MAINLINE-waydroid_xxxxx-vendor.zip below (NOTE: replace GAPPS with VANILLA if you want non-GApps build)
  • Extract system.img and vendor.img from the downloaded archives
  • Copy system.img and vendor.img to /etc/waydroid-extra/images/:
sudo mkdir -p /etc/waydroid-extra/images/
sudo cp <PATH TO SYSTEM IMAGE> /etc/waydroid-extra/images/system.img
sudo cp <PATH TO VENDOR IMAGE> /etc/waydroid-extra/images/vendor.img
  • Re-initialize Waydroid setup:
sudo waydroid init -f

Links