[android-developers] Re: Incoming Calls auto Answer

2012-10-12 Thread saurab singh
when incomming call if my application is running a message forward or if any voice message was send to other side they will but my project is not working On Friday, June 3, 2011 5:07:05 PM UTC+5:30, Stefan S wrote: > > Hi NG > > I've got a problem with my application. > I'm writing an app that

[android-developers] Re: Incoming calls

2009-11-26 Thread Carlos Pérez
Of course, everythings woks fine now. On 23 nov, 07:19, Matt wrote: > Carlos, > > Could this be a simple race condition?  What happens if you delay a > couple of seconds before displaying your activity?  Does it work under > both scenarios? > > Matt > > On Nov 12, 10:19 am, Carlos Pérez wrote: >

[android-developers] Re: Incoming calls

2009-11-23 Thread Matt
Carlos, Could this be a simple race condition? What happens if you delay a couple of seconds before displaying your activity? Does it work under both scenarios? Matt On Nov 12, 10:19 am, Carlos Pérez wrote: > I've got an awesome result. > If I "call" my emulator as this: > - open telnet and

[android-developers] Re: Incoming calls

2009-11-12 Thread Carlos Pérez
I've got an awesome result. If I "call" my emulator as this: - open telnet and execute "gsm call " Now, I just try "call" my emulator with DDMS. The result it was a surprise for me: my activity appears over InCallScreen. Somebody can explain me how I should simulate an incoming call? Why did I ge

[android-developers] Re: Incoming calls

2009-11-12 Thread Miguel Paraz
Hi, It's really not supported, because the Phone app runs in a system process. I also want to do it. On Nov 12, 6:17 pm, Carlos Pérez wrote: > It's really important for me and for my app. > Then, If someone has another idea about how resolve my problem, I'll > be very grateful > > On 11 nov, 18:3

[android-developers] Re: Incoming calls

2009-11-12 Thread Carlos Pérez
It's really important for me and for my app. Then, If someone has another idea about how resolve my problem, I'll be very grateful On 11 nov, 18:39, Carlos Pérez wrote: > This is another post about incoming calls. I was looking for about > this subject and always I read de same: > > "It is not re