Forums » Replicant installation »
Installing/configuring use of open-source libsamsung-ril.so on already-compiled rom
Added by Thomas Kitchin almost 9 years ago
Hi Paul,
I'm posting this here because our time zones are so different it's hard to find a good time when you're on IRC and I'm able to work on this.
I'm running OMNI 4.4.4 on my SGS2 i9100. I want to use your open-source samsung-RIL library.
Steps tried so far:
1) In lieu of fresh compilation, I downloaded a valid replicant 4.2.0004 image and extracted libsamsung-ril.so
2) I copied this file to my /system/lib directory
3) I changed the 'rild.libpath' entry to value '/system/lib/libsamsung-ril.so' in build.prop
4) # chmod 644 /system/lib/libsamsung-ril.so
5) # reboot
After reboot-
root@i9100:/ # logcat -b radio | grep ril
D/boot ( 1853): <4>cbd: check_nv_file: rild check nv done
I/RILJ ( 2555): Couldn't find 'rild' socket; retrying after timeout
I/RILJ ( 2555): Couldn't find 'rild' socket; retrying after timeout
I/RILJ ( 3416): Couldn't find 'rild' socket; retrying after timeout
D/boot ( 2783): <4>cbd: check_nv_file: rild check nv done
I/RILJ ( 3416): Couldn't find 'rild' socket; retrying after timeout
I/RILJ ( 3416): Couldn't find 'rild' socket; retrying after timeout
I/RILJ ( 3416): Couldn't find 'rild' socket; retrying after timeout
I/RILJ ( 3416): Couldn't find 'rild' socket; retrying after timeout
I/RILJ ( 3416): Couldn't find 'rild' socket; retrying after timeout
I/RILJ ( 3416): Couldn't find 'rild' socket; retrying after timeout
E/RILJ ( 3416): Couldn't find 'rild' socket after 8 times, continuing to retr
y silently
What happened? What must I do now?