Tuesday, October 2, 2012

Re: [android-developers] How exactly does the RIL handle Android's telephony functions?

RIL is the interface between the OS and the underlying baseband.
There is a driver which implements the RIL protocol. You can read
about it here:

http://www.netmite.com/android/mydroid/development/pdk/docs/telephony.html#androidTelephonyRILImplementing

Again, this question belongs on android-platform, and not android-developers,

kris

On Tue, Oct 2, 2012 at 9:24 PM, Randell Villalon <randellv@gmail.com> wrote:
> Is there a Linux driver that forwards the RIL commands to the communication
> processor or does the RIL access the communication processor directly,
> bypassing the kernel?
>
> --
> 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

--
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