On Fri, Jan 20, 2012 at 10:42 PM, David Boettger <[email protected]> wrote: > It's more than that. Take a look at this: > http://www.netmite.com/android/mydroid/development/pdk/docs/telephony.html > > The Android framework stuff (Java-land, provided by Google) hooks up > to the rild (Linux-land, also Google) which makes calls to the RIL > libraries (Linux-land, provided by the phone vendor). But these > libraries, in turn, make calls to the baseband processor using the > proprietary language of the baseband vendor. So there are a number of > layers of abstraction. > > The controls that we are discussing live over on the baseband side of > things, and there is no API hierarchy that surfaces those controls > either to the Android framework or to Android apps.
Right, thanks for pointing at that doc, that was the one I was looking for :-). On a related note, there's some interesting work going on for B2G that might be worth a look: https://wiki.mozilla.org/B2G/RIL kris -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
