Hello. I have old version android-x86 jelly bean without libhoudini (arm-translation). How could I add it to my system?
I tried:
install:
/system/bin/houdini
/system/bin/enable_houdini
/system/lib/arm/...
/system/lib/libhoudini.so
/system/lib/libdvm-houdini.so
add to system/build.prop:
ro.product.cpu.abi2 = armeabi-v7a
ro.product.cpu.upgradeabi = armeabi
execute:
/system/bin/enable_houdini
It printed: "houdini enabled"
I got all libraries and files from this iso:
http://android-x86.googlecode.com/files/android-x86-4.3-20130725.isoBut it doesn't work. What did I miss?
Another question - How could i add libhoudini to my source code?