Integrate GPRS module - Android

Hai,
Am integrating GSM module(3G) with dragon410c for Android OS. “logcat -b radio” command gives the below output with RIL provided by vendor.

01-01 00:07:53.585 D/RILJ ( 1654): Not starting RILReceiver: wifi-only [SUB0]

Why it is saying Wi-Fi only.Is this android source code mobile enabled. Am working with the release “APQ8016_410C_LA.BR.1.2.4-01810-8x16.0_5.1.1_Lollipop_P2”. if supports, how to enable it.

I have a similar problem. Would love to know if anyone has any suggestions.

[EDIT; misread the question]

How did you integrate the provided RIL library? Can you access your GPRS module through AT commands et al?

Regards,
Bjorn

Also make sure you have your Android config.xml list modem in the

<string-array translatable="false" name="networkAttributes">

and that you don’t have set the property

ro.radio.noril

Regards,
Bjorn

Hi Bjorn,

I can talk to the modem using AT commands directly to the module and through 3 serial multiplexer ports. The RIL loads and starts up but then I get the above error.

I have the following in my config.xml

<string-array translatable=“false” name=“networkAttributes”>
<item>“mobile,0,0,1,-1,true”</item>
<item>“wifi,1,1,0,-1,true”</item>
<item>“bluetooth,7,7,0,-1,true”</item>
<item>“ethernet”,9,9,0,-1,true"</item>
</string-array>

Regards,
Richard

Hi rosterloh,

check this parameter is set in the config.xml file
    <bool name="config_voice_capable">true</bool> 

Regards
Aslam