PDA

View Full Version : RIL


crack
25-04-2006, 09:53 AM
Is any buddy working in the RIL now days. ????? :?:
Did any able to get the RIL_RESULT_ * notifications.
can some post some code , how to get this.

thanks, for u'r :idea: 's

awm129
01-05-2006, 06:05 PM
What kind of details do you need?

To register for RIL_RESULT_* notifications you need to call RIL_Initialize() and pass in pointers to your result and notification handlers.

crack
03-05-2006, 10:18 AM
What kind of details do you need?

To register for RIL_RESULT_* notifications you need to call RIL_Initialize() and pass in pointers to your result and notification handlers.

Thaks for the response,
Actually , i trying to check the call status (busy/not answered..)
i can not use TAPI ,and even i tried with AT commands(+CEER),but not worked
regarding RIL,
ihave sucessully done all the initlizations & i can get the Rx value,call start up ,disconnected notifications but i did not get any notifications for RIL_RESULT_BUSY etc.

if some body can post some code it will be more helpful

:?

crack
09-05-2006, 09:16 AM
wow its suprising , no body using the RIL :roll:

JGUI
12-05-2006, 09:40 AM
certainly we use RIL :-)

but practically:
every device vendor (manufacture) implements own version of RIL, and every device vendor implements own modem. well, if not "every" than at least we know many versions actually on the market. it also can change when you update/change ROM version.

you can use RIL but you can check what commands are implemented in the specified device you interest, and then what AT commandes are implemented in modem

for example:
some devices response to AT command asks for CELLID, but some other devices (modems) do not

it's hard, but it exists in this status today

mwilmar
12-05-2006, 12:59 PM
maybe this can help u...

http://forum.xda-developers.com/viewtopic.php?t=3347&highlight=nicetrack

:wink: :?