How can I get the GPS raw data (satellites pseudo range)?
How can I read GPS raw data, to be more specific I need the saellites pseudo range. This data is not available in NMEA format. Satellites pseudo-ranges are not available in the official API , neither through the GpsStatus.Listener nor the GpsStatus.NMEAListener interfaces. The only available info available in the GpsSatellite class are: PRN azimuth elevation C/N0 a "usedInFix" boolean. The Android source code asks just those fields from the native code, so no hope to get it from any other Java API. The best way for you to get this data anyway (which is not suitable for a Market-able