[android-developers] MediaRecorder - how to continuously record in memory (using a circular buffer)

2009-12-24 Thread flohier
Dear All, I'm trying to use the MediaRecorder to have my application continuously record audio in memory (to a circular buffer of a known size). Indeed, I'd like to be able to play back the past 10 seconds of recorded based on a certain event in my program. Much of the Media API is designed to li

[android-developers] Application compatibility between SDK 1.5 and 1.6

2009-10-12 Thread flohier
Dear All, What is the recommended approach to have currently shipping 1.5-SDK compliant apps to start offering 1.6 features (such as TTL) in the Market ? Can we just publish 2 versions of the same package name each compiled with a different SDK level (will the Market automatically push out only

[android-developers] Wake Lock - Finalized exception

2009-08-29 Thread flohier
Dear All, I'm acquiring a wake lock and apparently, it gets garbage collected in my app at some point with the following error; D/dalvikvm( 3554): GC freed 6047 objects / 487704 bytes in 198ms E/AndroidRuntime( 3554): java.lang.Exception: WakeLock finalized while still held: AMBU E/AndroidRuntim

[android-developers] 2 weeks left and still no submission site available

2009-08-14 Thread flohier
There's roughly 2 weeks left and still no update on the ADC site to allow application submission. When can we expect an update ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

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

2009-07-31 Thread flohier
the DialtactsActivity from my service and return > to the home screen. > > BR, > //Ola > > On Jul 26, 3:45 pm,flohier wrote: > > > > > Dear All, > > > I wrote an app that places an outgoing call via the ACTION_CALL > > intent. > > > After the

[android-developers] Anyway one have experience with INJECT_EVENT ?

2009-07-28 Thread flohier
I'd like my app simulate key events. There's a permission that suggests that it's possible to do so (INJECT_EVENT). Does anyone has experience doing this ? Thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "An

[android-developers] activity stak

2009-07-27 Thread flohier
Hi, Is there a way for an running activity to know if it is on top of the stack (= visible) ? Thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to a

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

2009-07-27 Thread flohier
Quick additional question regarding the problem I'm facing: Is it possible to kill the process running the dialer and restart it ? Thanks, On Jul 26, 6:45 am, flohier wrote: > Dear All, > > I wrote an app that places an outgoing call via the ACTION_CALL > intent. >

[android-developers] invoking the dialer multiple time

2009-07-26 Thread flohier
Dear All, I wrote an app that places an outgoing call via the ACTION_CALL intent. After the call is placed, the dialer enters the call log window and at that point, my application cannot re-submit an outgoing call without having the user exit the call log activity. >From the kernel source, InCa

[android-developers] documentation show all the classes offered by the SDK ?

2009-07-24 Thread flohier
Deal All, Is there a poster showing all the class and methodes offered by the android SDK and their inter dependence ? Thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] avoid sending intent when some are already pending

2009-07-23 Thread flohier
All, I wrote an application that send multiple identical intents to another blackbox application. This other application does not process intent immediatelly. When it does, it does not behave well because it wants to process all the pending intent. Question: - Is there a way to prevent having

[android-developers] placing outgoing calls

2009-07-23 Thread flohier
Dear All, Hi All, After invoking ACTION_CALL via: Intent alertintent = new Intent(Intent.ACTION_CALL, Uri.parse ("tel:")); startActivity(alertintent); the call is properly placed but having hanging up, the default android dialer enters the call log tab. If I try to programmatic