hi everybody,

I am writing an application for catching points with the Gps, so I am
using :

I defined my location manager, therefore:

locationManager.getLastKnownLocation(provider);
updateWithNewLocation(location);
locationManager.requestLocationUpdates(provider, 2000, 10,
locationListener);

Which I reckon should give me an update every 20sec when the device
has moved more than 10 meters.

so, the question is:

actually I am giving the point with the via shell with "geo fix"
because the DDMS doesn't work in linux apparently, if I wanna migrate
the application from the emulator to the real cellphone, the
application could  work?

thanks,

Felipe

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to