[android-developers] Re: How to call RIL?

2010-09-02 Thread rams
Hi JBQ, I want to extend the com.android.internal.telephony for VoIP functionality as follows: Dialer (with alphanumerals, spl characters) ---intent/sip: --- PhoneApp Telephony Manager VoIP.java (VoIPJ) - VoIP.c(VoIP Daemon) --- our custom libraries for SIP Could you

[android-developers] Re: How to call RIL?

2008-11-29 Thread Zigurd
Some information on telephony internals, PhoneApp, and communications between PhoneApp and the RIL can be found in an upcoming book published by O'Reilly called Android Application Development. It is available on the O'Reilly Roughcuts site in draft form: http://safari.oreilly.com/9780596156220

[android-developers] Re: How to call RIL?

2008-11-29 Thread Jean-Baptiste Queru
Of course, if you go beyond the official SDK documentation, all bets are off once you start to consider what might happen with newer versions of the Android platform on the same devices, or on devices from a different manufacturer, or using a different chipset, or using a different protocol to

[android-developers] Re: How to call RIL?

2008-11-28 Thread sunil
Hi Jeff Hamilton, May i know if there is any documentation available which explains about the RIL layer , Telephony Manager layer and the service layer. Regards, Sunil. On Nov 18, 7:35 am, Jeff Hamilton [EMAIL PROTECTED] wrote: Thanks for your reply. But the TelephonyManager doesn't provide

[android-developers] Re: How to call RIL?

2008-11-17 Thread Jeff Hamilton
The RIL is an internal mechanism that the system uses to communicate with the radio stack. It's not meant for consumption by applications, the TelephonyManager class provides the application level telephony APIs. -Jeff On Mon, Nov 17, 2008 at 5:44 PM, blues [EMAIL PROTECTED] wrote: How to

[android-developers] Re: How to call RIL?

2008-11-17 Thread blues
Thanks for your reply. But the TelephonyManager doesn't provide enough information for us. We really need to get more informaiton from the RIL layer. We hope we can reuse the code we see. It seems the open source code are just read only. We cannot use it, neither rewrite it. Our app runs on

[android-developers] Re: How to call RIL?

2008-11-17 Thread Jeff Hamilton
Thanks for your reply. But the TelephonyManager doesn't provide enough information for us. We really need to get more informaiton from the RIL layer. What information do you need from the RIL that isn't provided by the TelephonyManager APIs? -Jeff