Warning
Do not mirror my builds! Please post a link to this repository instead.
Note
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
Known issues
- Waydroid integration is currently broken (things like
waydroid app installare not working), useadb installinstead - Poor ARM support for x86 builds, try my Android 14 build if you want better compatibility with ARM-only apps
- Network does not work by default, run
sudo waydroid shell settings put global captive_portal_mode 0to fix it
Changelog
- Fixed
mediaservercrash during system boot (#8) - Spoof build fingerprint as Pixel Tablet, no more Play certification is required for Google account sign-in
Installation
Method 1: Install with waydroid command (recommended)
- Re-initialize Waydroid with WayDroid-ATV OTA server (NOTE: replace
GAPPSwithVANILLAif you want non-GApps build)
sudo waydroid init -f \
-c https://waydroid-atv.github.io/ota/a16/system \
-v https://waydroid-atv.github.io/ota/a16/vendor \
-r lineage \
-s GAPPS- Download images with Waydroid
sudo waydroid upgradeMethod 2: Download and install manually
Note
Check here for more information
- Download
lineage-23.2-xxxxxxx-GAPPS-waydroid_tv_xxxxx-system.zipandlineage-23.2-xxxxxxx-MAINLINE-waydroid_tv_xxxxx-vendor.zipbelow (NOTE: replaceGAPPSwithVANILLAif you want non-GApps build) - Extract
system.imgandvendor.imgfrom the downloaded archives - Copy
system.imgandvendor.imgto/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