• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. L

    Apps Collecting NMEA messages

    Hello fellow devs, I am having trouble receiving nmea messages in the emulator (not got the android phone yet - getting a Desire and a Legend). I have this in my onCreate method: LM = (LocationManager) getSystemService(Context.LOCATION_SERVICE); LM.addNmeaListener(new...
  2. L

    Hey

    Hi, I'm new to Android development, working at a company working with GPS and now moving to use the Android platform. Be seeing you around :)
  3. L

    Apps NMEA message types

    Hi, Does anyone know what NMEA message types are produced from Android phones? I am looking for GPGSA and GPGSV in particular. I believe GPGGA and GPRMC are defiantly available. Also do the messages produced by the NMEA enabled android phones produce different subsets of these...