casualsnek / waydroid_script

Python Script to add OpenGapps, Magisk, libhoudini translation library and libndk translation library to waydroid !
GNU General Public License v3.0
1.49k stars 144 forks source link

Issues with Android13 #153

Closed krrrak closed 3 months ago

krrrak commented 3 months ago
  1. After installing libndk, waydroid can't boot.
  2. The script for installing Magisk appears to function correctly (no errors reported), but Magisk itself is not actually installed.
  3. for gapps installation, same issue as point 2.

The Android13 image is built by myself from the latest lineage source and waydroid patches.

krrrak commented 3 months ago

I noticed that the image provided by Waydroid is in ext4 format, while the one I compiled myself is in squashfs format.

krrrak commented 3 months ago

having compiled ext4 image after edited BoardConfig.mk. waydroid_script now work fine.