Hi everyone !
I'm stuck since yesterday because i cannot enable native bridge on Android x86 (8.1, 9.0).
When i enable it in settings, it doesn't works.
I dowloaded the right houdini images :
Tried to put it in /system/etc with the right name, And then run the enable_nativebridge script, it doesn't worked :
mount: losetup failed 1
mount: '/system/lib/arm/libhoudini.so'->'/system/lib/libhoudini.so': No such file or directory
modprobe: /etc/modprobe.conf: No such file or directory
modprobe: /etc/modprobe.d: No such file or directory
Tried to mount it myself,
x86_64:/ # mount /system/etc/houdini8_y.sfs /system/lib/arm
mount: losetup failed 1
So i tried with losetup
losetup: /system/etc/houdini8_y.sfs: Read-only file system
So i tried with the one in /data/arm
mount: '/dev/block/loop7'->'/system/lib/arm': I/O error
I also checked to add houdini content directly in system file at build time, but it doesn't worked (I don't know why, if someone got a solution for that it could be great, tried to add it in nativebridge src and added folder in PRODUCT_COPY_FILES var in
nativebridge.mk)
Even on a image where it worked last years, it doesn't anymore.
Anyway, if anyone got a solution to have houdini working, it could be great !
Thanks to all, have a good day !