[android-developers] How does Android's speech-to-text engine perform on children's speech?

2017-01-31 Thread Cedric Oeldorf
Hi all, I have been searching for some clarity concerning Android's speech-to-text engine. *Has android's speech to text engine been trained on children? Has it been tested on children? * *Does the engine have any parallels or differences to the Google Cloud Speech API?* *Is the Android

Re: [android-developers] Re: Swipe app out of recent tasks permanently kills app (like force-stop) even though it's running background services!

2013-12-15 Thread Cedric Counotte
Nice testing and investigation. Running the same device same version. However when I set a foreground service (with the status icon) the app is not killed!? The is actually running a plain sticky background service and an extra foreground service. Without foreground service the app is killed and

Re: [android-developers] Re: Swipe app out of recent tasks permanently kills app (like force-stop) even though it's running background services!

2013-12-14 Thread Cedric Counotte
And I did dig into the sources. App is permanently killed, except for manifest registered events (unverified) and alarms. So any sticky device not relying on those is a dead service. In 4.4.x only that is. I found a work around but its so dirty I wait for a better option if any before posting. Le

Re: [android-developers] Re: Swipe app out of recent tasks permanently kills app (like force-stop) even though it's running background services!

2013-12-14 Thread Cedric Counotte
So far I didn't see any solution, only reference to documentation that's unrelated. So talking about condescending... And its as if no one even care to read the actual documentation that relates to this issue which I've clearly posted. As if I didn't know what force stop was doing or if my servic

Re: [android-developers] Re: Swipe app out of recent tasks permanently kills app (like force-stop) even though it's running background services!

2013-12-12 Thread Cedric Counotte
Yeah thanks but no thanks. I'm fully aware of that. I'm talking about the recent task list. Removing an app from that list does like a force stop on KitKat. Why don't you read what I wrote in the first place? Le 13 déc. 2013 04:35, "RichardC" a écrit : > Have a read of: > > Launch controls on s

RE: [android-developers] getInstalledPackages(PackageManager.GET_ACTIVITIES) -> PackageManager has died!?

2012-04-25 Thread Cedric Counotte
Why am I doing what ? getInstalledPackages(0), because I'm interested in specific package names with a predefined prefix, those may include a specific activity to configure the package. All the packages I'm looking for are app extension that I develop myself. So using getIntentActivities() is o

Re: [android-developers] glTexImage2D is too slow

2010-11-03 Thread Cedric Vivier
I assume you are uploading texture then drawing it just after. This can be very slow as it stalls the GPU. Try doing double or triple-buffering so that the texture you upload with texImage2D is only drawn at next or next-next frame. Regards, On Sun, Oct 31, 2010 at 14:13, 袁堂夫 wrote: > Hi,how are

[android-developers] Can I use my personal 'VERIZON' droid 2 as a dev device also?

2010-08-24 Thread Cedric Gaines
y dev apps to it for testing? I couldn't find a clear answer about this? Thanks, Cedric -- 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 fro

[android-developers] Extends MediaController

2009-06-04 Thread Cedric
Hi everyone, I am wondering if there is a way to extend the MediaController to be able to change the layout it seems there was a function available on previous SDK, makeControllerView(View), but i can't find anything to replace it. Thanks ! --~--~-~--~~~---~--~~ Yo