[android-developers] Android Team: Please give help on serious OnSensorChanged()-not-called-in-standby bug

2010-01-14 Thread Artem - WorkSmart Labs
Hi Dianne and other Android Team Members, Please provide some kind of comment on this long-standing and serious bug: http://code.google.com/p/android/issues/detail?id=3708 (one of top bugs right now) OnSensorChanged() is no longer called in standby mode since last Firmware upgrade A lot of

[android-developers] Re: Android Team: Please give help on serious OnSensorChanged()-not-called-in-standby bug

2010-01-14 Thread Artem - WorkSmart Labs
%20android.git.kernel.orgsa=Ncd=3ct=rc -- which is why I got the idea to restore the DIM_LOCK after the GoToSleep (in ACTION_SCREEN_OFF) On Jan 14, 9:42 am, Artem - WorkSmart Labs p.ar...@gmail.com wrote: Hi Dianne and other Android Team Members, Please provide some kind of comment on this long-standing

[android-developers] In Android 2.0.1 on Droid, the accelerometer seems to stop working when you turn off screen?

2009-12-14 Thread Artem - WorkSmart Labs
Has anyone else seen this? I just wanted to confirm before filing a report. This used to be (what I thought was) a hardware problem with the G1 at some point, but I thought it was resolved for the Droid. Does anyone have any insights? -- You received this message because you are subscribed to

[android-developers] Enabling 'Immediately Destroy Activities' on the device

2009-11-26 Thread Artem - WorkSmart Labs
Happy Thanksgiving! Is there any way to enable this very useful setting programmatically or otherwise? It would be very helpful for us to do this full debugging on the device itself. Looking in the DevTools code, I see this... ActivityManagerNative.getDefault().setAlwaysFinish(mAlwaysFinish);

[android-developers] Users complaining of app running in background after it finishes executing Boot BroadcastReceiver

2009-11-25 Thread Artem - WorkSmart Labs
Our app needs to do a tiny amount of work at boot-up to reschedule some reminders for the user. So we made a BroadcastReceiver for the boot event and declared it in our manifest. Everything works well, except many users have a habit of checking what's running right after starting the phone, and

[android-developers] Re: Users complaining of app running in background after it finishes executing Boot BroadcastReceiver

2009-11-25 Thread Artem - WorkSmart Labs
the place. Sorry maybe it is time to take a break for Thanksgiving. :) On Wed, Nov 25, 2009 at 2:11 PM, Artem - WorkSmart Labs p.ar...@gmail.comwrote: Our app needs to do a tiny amount of work at boot-up to reschedule some reminders for the user. So we made a BroadcastReceiver

[android-developers] Memory leaks in Android Application / Framework

2009-11-24 Thread Artem - WorkSmart Labs
Hello again, We've been chasing a wide variety of memory leaks or things that look like potential memory leaks in our program that uses MapViews heavily. The diagnosis so far is sadly not great. I'm hoping someone can help. I've filed a bug on this, but I am looking for advice from people or