[android-developers] Re: Playing Audio During call so that other person on call can hear it
Hi Guys, I have been searching for the solution.I have tried all possible ways.but still that audio is not hearable to other end even low volume also.If any body give the solutions or suggestion I will pay for you. Thanks, Chaitanya On Wednesday, May 26, 2010 1:22:42 AM UTC+5:30, Amit Mangal wrote: > > Hi Everyone, > I want to build an application which will play an audio file when call is > connected so that other person on the call can hear this audio file. > experts please guide me how to do that ? > Thanks in advance > Amit > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
[android-developers] Re: Playing Audio During call so that other person on call can hear it
In Music application there is a service class called MediaPlayBackService,java It is having a telephonestate listener. This will monitor the telephone state and stops when any change in the phone state. If you remove that listener it won't stop song even you answer call . But i didn't try ever this. You may take experts suggestion regarding this. Means what will happen if we remove phone state listener from music application On May 26, 11:14 am, amit wrote: > Hi everyone, > Experienced guys please guide me, > can we play audio during call so that other person on the call could > hear this audio. > > Thanks & Regards > Amit -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
[android-developers] Re: Playing Audio During call so that other person on call can hear it
Hi Everyone, I want to build an application which will play an audio file when call is connected so that other person on the call can hear this audio file. experts please guide me how to do that ? Thanks in advance Amit -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en