[android-developers] Notifications

2009-09-30 Thread fritzZz
I've written an activity that call a number that automatically send a sms with some informations. So I've created a BroadcastReceiver that handle SMS received from a specified originating address. This works fine... but i want to : 1. Disable notifications sound when I'm waiting for receiving

[android-developers] Re: Notifications

2009-09-30 Thread fritzZz
Thank you Mark for the answer, If it is your notification sound, just (re-)register the Notification without the sound. SMS's notification sound isn't managed by the system? I want to set volume to 0 or activate vibration unless I've received the message... On Sep 30, 3:15 pm, Mark Murphy

[android-developers] Re: Notifications

2009-09-30 Thread fritzZz
I'll try..thank you! On Sep 30, 3:59 pm, Mark Murphy mmur...@commonsware.com wrote: SMS's notification sound isn't managed by the system? I want to set volume to 0 or activate vibration unless I've received the message... Oh, I see. It should use one of the streams controlled by

[android-developers] Re: invoking the dialer multiple time

2009-09-29 Thread fritzZz
Anyone has solved? This is a bad limitation... On Jul 31, 11:09 pm, flohier floh...@gmail.com wrote: I was told to suggested to import the ITelephony.aidl file from the kernel and invoke thecall() (or  answerRingingCall() directly - which is not elegant but seems to be an option. The

[android-developers] Inject audio to microphone source during a call

2009-09-29 Thread fritzZz
Is possible to inject audio such as mp3 in the output of microphone streaming? I've found an application : spoofApp that change the voice during a call. How is possible? Please if it is possible paste some piece of code...thank you --~--~-~--~~~---~--~~ You

[android-developers] Launch Activity Call without screen change

2009-09-28 Thread fritzZz
It is possibile to start an outcoming call without change screen? I've a widget that perform a call for get remaining credit, but I don't want to change screen... If this isn't possibile, is possibile to return to the home screen when the call is terminated? Now the screen remain on last call

[android-developers] MediaRecorder does'n work with incoming calls stream

2009-09-07 Thread fritzZz
Why android doesn't permit to record audio from speakers, for example in incoming calls ? I've searched in the web and there is no way to record incoming stream audio...the only why is the follow : Java: MediaRecorder recorder = new MediaRecorder();