You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully flashed the system with your libhoudini script and installed+run applications as well but Play Store still refuses to let you install ARM only applications. The very same app that I couldn't install from the Play Store can be installed with no problems using qooapp.
I am not sure if this can be of any help or if the problem lies elsewhere but the script I just linked presumes the use of a waydroid image which is based on a x86 version of lineageos. In both cases, yours and waydroid, a x86 system is being patched with libhoudini so unless something special was done with the waydroid images, the way the script configures the system before the patch is applied is what is causing the Play Store false positive. Any idea if this issue can be solved somehow?
The text was updated successfully, but these errors were encountered:
I successfully flashed the system with your libhoudini script and installed+run applications as well but Play Store still refuses to let you install ARM only applications. The very same app that I couldn't install from the Play Store can be installed with no problems using qooapp.
I am no expert but I suspect the Play Store might still be detecting the patched system as x86-only even though the ABI list of supported architectures have been updated. I tried looking into solutions from other scripts and the only parts that differed compared to yours was this https://github.com/casualsnek/waydroid_script/blob/1a2d3ad643206ad5f040e0155bb7ab86c0430365/stuff/houdini.py#L20-L28
I am not sure if this can be of any help or if the problem lies elsewhere but the script I just linked presumes the use of a waydroid image which is based on a x86 version of lineageos. In both cases, yours and waydroid, a x86 system is being patched with libhoudini so unless something special was done with the waydroid images, the way the script configures the system before the patch is applied is what is causing the Play Store false positive. Any idea if this issue can be solved somehow?
The text was updated successfully, but these errors were encountered: