[android-developers] Re: trouble with programmatically adding mock location data

2009-10-16 Thread Wayne Wenthin
Frederik,Did you ever find a way around this? I am experiencing the same problem. Wayne On Mon, Sep 28, 2009 at 6:53 AM, Frederik Pfisterer wrote: > > Seems i'm talking with myself :-) > Seems like it's a bug though, filed: > http://code.google.com/p/android/issues/detail?id=4036 > > On 28 Sep

[android-developers] Re: trouble with programmatically adding mock location data

2009-09-28 Thread Frederik Pfisterer
Seems i'm talking with myself :-) Seems like it's a bug though, filed: http://code.google.com/p/android/issues/detail?id=4036 On 28 Sep., 12:38, Frederik Pfisterer wrote: > Here is the code using a mock location provider. Basically my question > is, why is the mock provider not returning the pr

[android-developers] Re: trouble with programmatically adding mock location data

2009-09-28 Thread Frederik Pfisterer
Here is the code using a mock location provider. Basically my question is, why is the mock provider not returning the previously set mock location correctly. See last comment in code: private GeoPoint getUserLocation() { LocationManager locationManager = (LocationManager