Hello
@ananjaser1211
I finally was able to produce a working build of lineage based on
https://github.com/nailyk-fr/local_...794b0285a82da0cf94913393e1e7d69c4/z_sammy.xml
Everything is working properly (wifi, sound, bluetooth, screen, touch, hardware buttons, camera, etc...) except the RIL...
Can you please confirm the vendor repo I am using is the right one ? ( SamsungGalaxyJ5-2017/android_vendor_samsung )
There are no real error on RIL starting. At boot, the device ask for pin entry, it connect to the network, then instantly crash and then android display '
no sim card'.
I noticed a lot of
sedenials ( partially solved
https://gerrit.nailyk.fr/?polygerrit=0#/c/android_device_samsung_exynos7870-common/+/1284/ (WIP patch)) but still have some filesystem denials on
/efs/nv_data.bin I cannot understand.
I was not able to solve using
strace cause this broke the
/efs partition.
Made some tries based on stock 8.1 blobs ( NEE-J530FXXU3BRK1 ) , using the stock
rild daemon, the RIL was working fine, but some dependencies from
libsec-ril on audio blobs totally broke the audio part.
Any advice please ?
Do you know if
rild drop privileges from root at a certain point ?
Thanks in advance!