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
init.rc, ld_config.patch, and ld_config_swcodec.patch did need to be adapted to apply to the files that exist on Waydroid builds, but it was very straightforward.
edit: I pushed a patch here for testing and to show what's required to make it work, but it is much too hacky to put in a pull request.
edit2: For whatever reason ro.dalvik.vm.native.bridge was getting disabled by the system init: Overriding previous property 'ro.dalvik.vm.native.bridge':'libhoudini.so' with new value '0'
Houdini worked in the shell, but didn't load in when opening arm apps. I removed the props from waydroid's config and set them in system/build.prop via overlayfs instead. That fixed the issue, though I'm still unsure why that was required.
The text was updated successfully, but these errors were encountered:
Tested and confirmed this patch is working (on an ATV A13 waydroid build)
ayasa520/redroid-script#37
init.rc, ld_config.patch, and ld_config_swcodec.patch did need to be adapted to apply to the files that exist on Waydroid builds, but it was very straightforward.
edit: I pushed a patch here for testing and to show what's required to make it work, but it is much too hacky to put in a pull request.
edit2: For whatever reason ro.dalvik.vm.native.bridge was getting disabled by the system
init: Overriding previous property 'ro.dalvik.vm.native.bridge':'libhoudini.so' with new value '0'
Houdini worked in the shell, but didn't load in when opening arm apps. I removed the props from waydroid's config and set them in system/build.prop via overlayfs instead. That fixed the issue, though I'm still unsure why that was required.
The text was updated successfully, but these errors were encountered: