how to make qmi call on android 4.4

Dear support:

       I used the MC7304 , and loaded the driver , now I can see the ttyUSB and  qcqmi ports  ,also there are two  wwan ports,wwan0 and wwan1

but when I run qmi call on the system, I failed.

I RUN the commad <adb logcat –b radio> , I Got the below log :

09-12 14:24:37.230 I/use-Rlog/RLOG-RIL( 2360): Entering RIL_Init…

09-12 14:24:37.230 I/use-Rlog/RLOG-RIL( 2360): Network interface was not supplied, falling back on usb0!

09-12 14:24:37.240 I/use-Rlog/RLOG-RIL( 3236): Runtime 3G port found matched device with Name:SIERRA-MC7304 idVendor:1199 idProduct:68c0

09-12 14:24:37.240 I/use-Rlog/RLOG-RIL( 3236): Current modem type = 5

09-12 14:24:37.240 D/use-Rlog/RLOG-RILD( 3236): Couldn’t find proper modem, retrying…

09-12 14:24:41.110 I/RILJ ( 2957): Couldn’t find ‘rild’ socket; retrying after timeout

09-12 14:24:42.250 I/use-Rlog/RLOG-RIL( 3236): 3G modem monitor thread is start

09-12 14:24:42.660 I/use-Rlog/RLOG-RIL( 3236): Entering RIL_Init…

09-12 14:24:42.660 I/use-Rlog/RLOG-RIL( 3236): Network interface was not supplied, falling back on usb0!

09-12 14:24:42.690 I/use-Rlog/RLOG-RIL( 3259): Runtime 3G port found matched device with Name:SIERRA-MC7304 idVendor:1199 idProduct:68c0

09-12 14:24:42.700 I/use-Rlog/RLOG-RIL( 3259): Current modem type = 5

09-12 14:24:42.700 D/use-Rlog/RLOG-RILD( 3259): Couldn’t find proper modem, retrying…

09-12 14:24:45.110 I/RILJ ( 2957): Couldn’t find ‘rild’ socket; retrying after timeout

09-12 14:24:47.700 I/use-Rlog/RLOG-RIL( 3259): 3G modem monitor thread is start

09-12 14:24:48.110 I/use-Rlog/RLOG-RIL( 3259): Entering RIL_Init…

09-12 14:24:48.110 I/use-Rlog/RLOG-RIL( 3259): Network interface was not supplied, falling back on usb0!

09-12 14:24:48.140 I/use-Rlog/RLOG-RIL( 3293): Runtime 3G port found matched device with Name:SIERRA-MC7304 idVendor:1199 idProduct:68c0

09-12 14:24:48.140 I/use-Rlog/RLOG-RIL( 3293): Current modem type = 5

[b]we can see that  the mc7304 has been  detected ,  and the android system is also looking for usb0.   BUT there are only  WWANX ports on the system,  I don't know how to do next ,can you give me some advice ?  thanks.
[/b]

Hi,
You can check the uevent.rc file, which is used to instantiate usb0 interface for the ril to communicate on it…

you can check the below lines:

SWISTART for Gobi Devices

/dev/ttyUSB* 0660 radio radio
/dev/qcqmi* 0660 radio radio

SWISTOP for Gobi Devices

-Alex

ALEX:

    HI, THANKS for your support. 

I tried many time ,I got the same error , the device can’t be detected by RIL.

09-12 14:24:42.660 I/use-Rlog/RLOG-RIL( 3236): Entering RIL_Init…

09-12 14:24:42.660 I/use-Rlog/RLOG-RIL( 3236): Network interface was not supplied, falling back on usb0!

09-12 14:24:42.690 I/use-Rlog/RLOG-RIL( 3259): Runtime 3G port found matched device with Name:SIERRA-MC7304 idVendor:1199 idProduct:68c0

the actual at port of my mc7304 is ttyUSB2.

Please help to check the attached file.

I don’t know where the problem lies.

THANKS