> I would like to know how a call is processed in android. I have been > gng thru the code, but nothing seems to be working out.
What do you mean with nothings seems to be working out? Please, be more specific. Which code did you look at (TelephonyManager in framework or native code)? > From wat I have seen so far, almost everything is done in the form of > java applications (please correct me if I am mistaken). What do your mean with everything? For example the audio handling for cellular calls is not handled in the framework code at all, that's why it is very tough to record a call. Then how do > the java functions interact with the lower layer C functions, like the > RIL (Radio Interface Layer) in C? You can find the communication from Java to the RIL layer in native in frameworks/base/telephony/java/com/android/internal/telephony/gsm/ RIL.java/ Socket communication is used to talk to the native layer. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. > Any help would be greatly appreciated. > > Thanks.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

