[android-developers] Re: Start ACTION_CALL activity from service on Motorola Milestone

2010-07-15 Thread alex.tchumel
Hi! I'm sorry, looks like the problem is not related with activity or service. I have this problem if I have a running MediaRecorder in my service or some binded service. The ACTION_CALL activity doesn't appear while the MediaRecorder is running! The ACTION_CALL activity appears right after that as

[android-developers] Re: Start ACTION_CALL activity from service on Motorola Milestone

2010-07-04 Thread alex.tchumel
, Mark Murphy wrote: > On Sat, Jul 3, 2010 at 5:54 AM, alex.tchumel wrote: > > Could you say more about your idea - what kind of the flags can be > > helpfull? > > Position the cursor of  your editor at the end of the line containing > you setFlags() call. Press the b

[android-developers] Re: Start ACTION_CALL activity from service on Motorola Milestone

2010-07-03 Thread alex.tchumel
much! On Jul 3, 9:26 am, Mark Murphy wrote: > On Fri, Jul 2, 2010 at 6:11 PM, alex.tchumel wrote: > > I have a problem with starting ACTION_CALL activity from my service on > > Motorola Milestone after upgrade to 2.1 - update1 firmware version. > > > I have a very simple (w

[android-developers] Start ACTION_CALL activity from service on Motorola Milestone

2010-07-02 Thread alex.tchumel
Hi! I have a problem with starting ACTION_CALL activity from my service on Motorola Milestone after upgrade to 2.1 - update1 firmware version. I have a very simple (worked before) code. Intent dialIntent = new Intent(Intent.ACTION_CALL, Uri.parse("tel://" + dialOutNumber)); dialIntent.setFlags(I

[android-developers] Poor audio quality captured from microphone with MediaRecorder

2009-08-11 Thread alex.tchumel
Hi! I've implemented "Audio Capture Setup and Start" example (http:// developer.android.com/guide/topics/media/index.html) with small modification - the output format is MPEG_4 not THREE_GPP. The result - records with extremely poor audio quality. :( Could you help me to understand where is err

[android-developers] Poor audio quality captured from microphone with MediaRecorder

2009-08-11 Thread alex.tchumel
Hi! I've implemented "Audio Capture Setup and Start" example (http:// developer.android.com/guide/topics/media/index.html) with small modification - the output format is MPEG_4 not THREE_GPP. The result - records with extremely poor audio quality. :( Could you help me to understand where is err