Open kquote03 opened 2 years ago
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.
Fix was found by @aymanrgab
Now we are encountering an issue where the camera app asks for permission but we cant give it permission, does anyone know a fix?
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.
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 Waydroidlibrary "libis_compat_layer.so" not found
Even though input workstest_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