Hello! I want to use gpsd in android (http://gpsd.berlios.de/) gpsd provides location and satellite-information over network(tcp).
I wrote a protocol-driver that parses the data from gpsd and provides the current location, speed and the used satellites. Now I want to use it inside android. In the Android-framework I found LocationManager, LocationProvider, Location. What is the best way to use the parsed location in Android? I want to use the location-data transparently in every application, that uses the "gps"-LocationProvider. Is replacing the existing GpsProvider the best way? I'm building Android from source, so it is possible to extend the framework. thx! -r -- 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

