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
test_audio Audio device API version 0200 doesn't match platform current 3014.test_audio: test_audio.c:71: main: Assertion audiohw->common.version == AUDIO_DEVICE_API_VERSION_CURRENT' failed.
Even though audio works.
test_camera Cannot connect to camera
Camera does not work, but magically works in Waydroid
test_input library "libis_compat_layer.so" not found
Even though input works
test_recorder library "libis_compat_layer.so" not found
Currently for bluetooth these lines need to be added for /vendor/build.prop ro.bt.bdaddr_path=/mnt/vendor/efs/bluetooth/bt_addr qcom.bluetooth.soc=rome
Just for sake of documentation, we are moving to system image method. We needed to rebuild the vendor image (mka vendorimage) as the one provided by the treble mod lacks some libraries that causes the camera to crash.
Note: Java heap size needed to be increased to 4GB (export _JAVA_OPTIONS="-Xmx4g"), otherwise the build would always fail.
Tree: https://github.com/aymanrgab/samsung-exynos7880
Kernel: https://github.com/aymanrgab/android_kernel_samsung_axy17lte
usb: Manufacturer: GNU/Linux Device
appears indmesg
on host.*** GPS interface not found :(
test_lights: test_lights.c:43: main: Assertion notifications->set_light(notifications, ¬ification_state) == 0' failed.
Not supported
Audio device API version 0200 doesn't match platform current 3014.test_audio: test_audio.c:71: main: Assertion audiohw->common.version == AUDIO_DEVICE_API_VERSION_CURRENT' failed.
Even though audio works.
Cannot connect to camera
Camera does not work, but magically works in Waydroid
library "libis_compat_layer.so" not found
Even though input works
test_nfc: test_nfc.c:159: testNfc: Assertion hwModule != NULL' failed.
library "libis_compat_layer.so" not found
Currently for bluetooth these lines need to be added for /vendor/build.prop
ro.bt.bdaddr_path=/mnt/vendor/efs/bluetooth/bt_addr
qcom.bluetooth.soc=rome
All credits to @aymanrgab
The text was updated successfully, but these errors were encountered: