Halium / projectmanagement

140 stars 32 forks source link

[device-port] [halium-10.0] [a5y17lte] Samsung Galaxy A5 2017 #294

Open kquote03 opened 2 years ago

kquote03 commented 2 years ago

Tree: https://github.com/aymanrgab/samsung-exynos7880 Kernel: https://github.com/aymanrgab/android_kernel_samsung_axy17lte

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

kquote03 commented 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

kquote03 commented 2 years ago

Now we are encountering an issue where the camera app asks for permission but we cant give it permission, does anyone know a fix?