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

2010-05-22 Thread Bruno Albuquerque
Yes, you do. Are you sure you do not need to do that for the GPS? If this is true, it is probably because the location manager gets a CPU lock by itself. -Bruno 2010/5/22 mike : > On 05/21/2010 06:14 AM, Bruno Albuquerque wrote: >> >> Resurrecting an old thread, with good news for a change. ;) >>

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

2010-05-21 Thread mike
On 05/21/2010 06:14 AM, Bruno Albuquerque wrote: Resurrecting an old thread, with good news for a change. ;) Issue 3708 (http://code.google.com/p/android/issues/detail?id=3708) has been fixed and is included in Android 2.2. So I looked through the notes, and there wasn't much said. Does t

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

2010-05-21 Thread Bruno Albuquerque
Resurrecting an old thread, with good news for a change. ;) Issue 3708 (http://code.google.com/p/android/issues/detail?id=3708) has been fixed and is included in Android 2.2. -Bruno 2010/1/26 Alexander Kosenkov : > I've just updated Smart Alarm Clock (27k installs) with this > workaround and it

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

2010-01-25 Thread Alexander Kosenkov
I've just updated Smart Alarm Clock (27k installs) with this workaround and it WORKS on Motorola & Samsung phones. Unfortunately, it does NOT help to Hero and Tatto phones. Haven't tried running w/o CPU lock because documenation says it wouldn't be possible... Maybe in the next release. BTW, plea

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

2010-01-18 Thread String
+1 This doesn't affect me personally, but IMHO when a platform bug breaks whole classes of active apps, it really needs to have some priority. String On Jan 19, 1:06 am, Artem Petakov wrote: > Ping. Someone please reply with the status of this issue so that we can > figure out how to work aroun

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

2010-01-18 Thread Artem Petakov
Ping. Someone please reply with the status of this issue so that we can figure out how to work around it, or when it might be fixed. I am sorry, it is a huge issue for us, and I have not been able to get any additional information. Thank you, Artem On Thu, Jan 14, 2010 at 10:36 AM, BGA wrote: >

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

2010-01-14 Thread Artem - WorkSmart Labs
Some other findings I wanted to share: * The GPS sensor (GpsLocationProvider) must be doing something very different because it is never affected by these issues. Why? * Seems to have been broken this way on G1 with Android 1.1, was then fixed in 1.5 (Source: http://groups.google.com/group/andro