Saturday, July 3, 2010

[android-developers] How to access modem in a native C libs

Hi there,

May I ask a question here?

I am porting a OS independent C library to Android (Libraries layer -
to be exact). The library needs to access SIM and mobile networking. I
think this needs to go through RILD interface (socket). But it is
found that the RILD is dedicated to the telephony. Is it possible to
set up another socket connection with RILD? If this is the case,
RILD's gonna have two clients: Telephony and my library. Could RILD
handle two clients simultaneously?

It's been noticed there is a webkit lib in this layer. Webkit lib also
needs to access mobile networking, doesn't it? How does it handle the
modem access? Is there any counterpart in the up layer to assist
accessing modem through telephony?

I am new to Android. Any comments that can show some light will be
highly appreciated.

Thanks for your time
Regard

Charles

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment