Results 101 comments of ayasa520

Magisk installation has nothing to do with getting google play certification.

What happens if you get the device id manually? 1. Run below command on waydroid shell: `ANDROID_RUNTIME_ROOT=/apex/com.android.runtime ANDROID_DATA=/data ANDROID_TZDATA_ROOT=/apex/com.android.tzdata ANDROID_I18N_ROOT=/apex/com.android.i18n sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";"`...

Could you please change the permission of `/var/lib/waydroid/overlay/system/etc/init/bootanim.rc` to 644 and try again

https://github.com/ayasa520/waydroid_script/commit/a45737aca868042f7e72f740605e165103129588

> Both Houdini and Libndk are broken because files are missing from the archives that Waydroid-extras downloads. > > These scripts are basically junk now, nobody is testing or fixing...

There is already a fork that does this, but it uses a third-party url https://github.com/LegacyGamerHD/waydroid_script

If you haven't solved it yet, you can watch the video he posted on bilibili. Chinese may not be very understandable though. https://www.bilibili.com/video/BV1vt4y1K7rw Or you can refer to the text...

https://github.com/casualsnek/waydroid_script/pull/70 Does this fix the issue?

Do you have Gapps installed?

This is expected, see https://github.com/waydroid/waydroid/commit/c49dfd272d994b1cdaa14107fee66be84b80c06b#diff-8a3789238e597e35cfe60253425734c0f1bafcee4e03d2eaea38f179637d3804L148-L168 Run commands on waydroid shell instead: ``` ANDROID_RUNTIME_ROOT=/apex/com.android.runtime ANDROID_DATA=/data ANDROID_TZDATA_ROOT=/apex/com.android.tzdata ANDROID_I18N_ROOT=/apex/com.android.i18n sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";" ```