[android-developers] Re: onLocationChanged not working as expected

2009-07-06 Thread Carlos Yaconi
BTW, the problem described in my first post happens only in the phone. While working with the emulator, I'm using a mock GPS Provider, and when i'ts running, my application behaves as expected, I mean, notify on each new fix set by the mock. Thanks in advance! On Mon, Jul 6, 2009 at 4:37 PM, Car

[android-developers] Re: onLocationChanged not working as expected

2009-07-06 Thread Carlos Yaconi
the hack didn't work... each time the listener is updated, I'm receiving a new locationUpdated event call, wich is wrong, because I haven't change the location. Any ideas?? thanks! On Mon, Jul 6, 2009 at 3:10 PM, Carlos Yaconi wrote: > Ade, thank you for the link. I'll implement the hack sugg

[android-developers] Re: onLocationChanged not working as expected

2009-07-06 Thread Carlos Yaconi
Ade, thank you for the link. I'll implement the hack suggested and will share the results. Cheers Carlos. On Mon, Jul 6, 2009 at 2:26 PM, ade wrote: > > see this thread: > > http://groups.google.com/group/android-developers/browse_thread/thread/a51973768ed1458b# > > it's far from ideal but it w

[android-developers] Re: onLocationChanged not working as expected

2009-07-06 Thread ade
see this thread: http://groups.google.com/group/android-developers/browse_thread/thread/a51973768ed1458b# it's far from ideal but it works. On Jul 6, 10:19 pm, cyaconi wrote: > Hi all! > I'm developing an application wich has a location push service that > start at boot. The main responsability