I am using the EC25 Module with IMX8MP running Android 15. Since Android 15 has deprecated VNDK libraries, I am encountering an issue when starting vendor.ril-daemon.
The following error is thrown:
" dlopen failed: library “libnetutils.so” not found: needed by /vendor/lib64/libquectel-ril.so in namespace (default) "
I suspect this issue is due to the removal of VNDK, which is causing the missing dependency.
Hello, I just bought the EC25 module and plan to integrate it into AOSP 15 aswell.
Would you be so kind to send me the AIDL RIL driver package (libraries and guide) for Android 15 aswell?
Also, do you have any documentation on audio integration with Android for the module?
Hi,
Could you also send me the AIDL RIL driver and the corresponding user guide?
I’m currently using the Quectel EC20 module on iMX8MM and running Android 15.
Hi ,
Could you please share the following two files for our Android 15 AIDL-based RIL integration? Quectel_Android_RIL_Driver_V4.0.8_aidl_20241113_01.zip Quectel_Android_RIL_Driver_User_Guide_V2.2.pdf
Hi,
I have already checked the QuectelWB/Quectel_RIL (aidl branch) on GitHub and tried integrating it, but I am still getting the same crash continuously.
Below is the crash log from rild:
11-19 05:02:38.244 1 1 I init : starting service ‘ril-daemon’… 11-19 05:02:38.263 1 1 I init : … started service ‘ril-daemon’ has pid 7431 11-19 05:02:37.823 7431 7431 D RILD : RIL Daemon Started 11-19 05:02:37.824 7431 7431 D RILD : RILd param count=3 11-19 05:02:37.826 7431 7431 D RILD : RIL_Init argc = 3 clientId = 0 11-19 05:02:37.826 7431 7431 D RILC : Quectel RIL Version: Quectel_Android_RIL_Driver_V4.1.0 11-19 05:02:37.827 7431 7431 F libc : Fatal signal 6 (SIGABRT) in tid 7431 (rild) 11-19 05:02:37.959 7436 7436 F DEBUG : Cmdline: /vendor/bin/hw/rild -l /vendor/lib64/hw/libreference-ril-quec.so 11-19 05:02:37.960 7436 7436 F DEBUG : #05 pc 0000000000030114 /vendor/lib64/hw/libreference-ril-quec.so (RIL_Init+848) 11-19 05:02:37.960 7436 7436 F DEBUG : #06 pc 00000000000043e8 /vendor/bin/hw/rild (main+776) 11-19 05:02:38.487 1 1 E init : process ‘ril-daemon’ exited 4 times in 4 minutes
Please find the output of the commands and the full log below:
strings /vendor/lib64/libril.so | grep Quectel
Quectel_Android_Libril_v4.0.5
strings /vendor/lib64/hw/libreference-ril-quec.so | grep Quectel
Unsupport Android Version %d by Quectel Now!!!
if you access module by USB interface, i will ingore it, for Quectel RIL will auto detect AT and PPP ports
Quectel RIL Version: Quectel_Android_RIL_Driver_V4.1.0
Quectel Product Revision: %s
Quectel_Android_RIL_Driver_V4.1.0
QuectelCheckAndroidFrameworkSettingCallback
Quectel Check: do you install %s ?
Quectel Check: ro.radio.ril must be no, check files /.prop or /system//prop
And below is the complete log: EMo6-log.txt (2.5 MB)
You can post the /vendor/etc/vintf/manifest.xml.
Please set the sepolicy to permissive mode.
I still can see the
11-19 12:46:43.133 548 575 E RILC : Quectel Check: do you install /data/data/com.android.phone ?
11-19 12:46:43.133 548 575 E RILC : Quectel Check: do you install /data/data/com.android.providers.telephony ?