[android-developers] Re: major problem with network location fixes and their timestamps

2011-10-14 Thread Mathias
I thought that It seems as though the Location.getTime() sometimes isn't accurate, in that the system under certain circumstances just updates the time of an old fix and passes it on as though it was new. For us, this is very unfortunate. and I *need* recent fixes, and for that i need to know

[android-developers] Re: major problem with network location fixes and their timestamps

2011-10-14 Thread Mathias
As mentioned in another reply and in my original post, this issue is about the network provider. My app can't wait forever, user sometimes has gps turned off and it doesn't work indoors. When i DO get a GPS fix, it works fine. Thanks for feedback mate. On Oct 14, 6:54 am, Studio LFP

[android-developers] Re: major problem with network location fixes and their timestamps

2011-10-13 Thread lbendlin
you haven't explained your problem yet. What if I say So what, only use live GPS locations in your app? ? -- 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

[android-developers] Re: major problem with network location fixes and their timestamps

2011-10-13 Thread Studio LFP
Can't say that I've seen that before. I've only used the GPS a small to medium amount, but seems a little weird. Is the GPS hardware not able to get a fix and causing your logic to drop back to the network GPS? If so, it might be that. Is it happening on multiple different devices and how