Re: [android-developers] Re: How to launch my own GUI to handle incoming/outgoing call (instead of Default PHONE app)

2012-12-18 Thread Gaurav Wable
Why doesn't any developer give me solution..? On Friday, 7 December 2012 18:02:20 UTC+5:30, Gaurav Wable wrote: Thank you very much for your response. I am giving a brief idea about my problem: In my android application I used *TelephonyManager* to listen * PhoneState(Idle/Ringing/Offhook)

Re: [android-developers] Re: How to launch my own GUI to handle incoming/outgoing call (instead of Default PHONE app)

2012-12-18 Thread Douglas Drumond
Use the Source, Luke https://android.googlesource.com/platform/packages/apps/Phone/+/refs/heads/master/ Although it use a lot of private APIs, it will give you some ideas. -- Douglas Drumond http://drumond19.com On Tue, Dec 18, 2012 at 7:20 AM, Gaurav Wable gswa...@gmail.com wrote: Why

[android-developers] Re: How to launch my own GUI to handle incoming/outgoing call (instead of Default PHONE app)

2012-12-07 Thread Anil Kumar
ya you can handle...first of all u need to save the state(ringing,offhook,idle) of the incoming and outgoing calls. so by using these states u can able to show ur gui -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: How to launch my own GUI to handle incoming/outgoing call (instead of Default PHONE app)

2012-12-07 Thread Gaurav Wable
Thank you very much for your response. I am giving a brief idea about my problem: In my android application I used *TelephonyManager* to listen * PhoneState(Idle/Ringing/Offhook) *and identified whether any incoming/outgoing call is initiated. If initiated, I used *intent* to * startActivity

[android-developers] Re: How to launch my own GUI to handle incoming/outgoing call (instead of Default PHONE app)

2012-12-07 Thread Gaurav Wable
Thank you very much for your response. I am giving a brief idea about my problem: In my android application I used *TelephonyManager* to listen * PhoneState(Idle/Ringing/Offhook) *and identified whether any incoming/outgoing call is initiated. If initiated, I used *intent* to * startActivity

[android-developers] Re: How to launch my own GUI to handle incoming/outgoing call (instead of Default PHONE app)

2012-12-06 Thread Gaurav Wable
Can anyone help? On Wednesday, 5 December 2012 12:48:35 UTC+5:30, Gaurav Wable wrote: I wan to tu use my app for incoming/outgoing call...(simply i want to display my own GUI during a incoming/outgoing call) Android app Mobile Accessibility UK does the same. link to this app is here

[android-developers] Re: How to launch my own GUI to handle incoming/outgoing call (instead of Default PHONE app)

2012-12-06 Thread Gaurav Wable
Can anyone help? On Wednesday, 5 December 2012 12:48:35 UTC+5:30, Gaurav Wable wrote: I wan to tu use my app for incoming/outgoing call...(simply i want to display my own GUI during a incoming/outgoing call) Android app Mobile Accessibility UK does the same. link to this app is here