[android-developers] Re: android gps location problem

2012-08-16 Thread bob
Check your minTime and minDistance here: public void requestLocationUpdates (String provider, long minTime, float minDistance, LocationListener listener, Looperlooper) On Thursday, August 16, 2012 4:58:34 AM UTC-5, suresh wrote: > > Dear Friends > > Am developing gps application. my requirement

Re: [android-developers] Re: Android GPS Location Problem

2010-02-21 Thread Frank Weiss
I posted the code for the Accelerometer digital band-pass filter. There should have been a link in my reply. I'm starting work on a Location/GPS sample filtering app, but my fulltime job is getting hectic because we're going to QA. But I'm sure I'll get to it eventually. On Sun, Feb 21, 2010 at 9:

[android-developers] Re: Android GPS Location Problem

2010-02-21 Thread Sunny25
Hi Frank Thanks for your inputs. I dont know much about DSP processing in here. Can you send me some sample code that I can use to get exact location. Thank you Sunny On Feb 19, 11:50 pm, Frank Weiss wrote: > AFAIK sensors have some noise. I have seen a similar issue with the > accelerometer. Se