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.5k stars 144 forks source link

Installing widevine on arm64/Android 11 somehow broke Waydroid #121

Open Kabouik opened 10 months ago

Kabouik commented 10 months ago

I saw here that the script supports Widevine installation on arm64, so I went for it. However, after I installed Widevine using the script on an arm64 device running Waydroid (Droidian, Waydroid initialized with sudo waydroid init -f -s GAPPS), waydroid show-full-ui will then fail to launch it. I get no error message when doing so, it just never ends or show the Waydroid window.

Removing Widevine using waydroid_script did not help, but removing /var/lib/waydroid and reinitializing Waydroid to download a new image did. However, I'm still curious how to make Widevine work on arm64 with the script.