Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8702301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T02:37:09+00:00 2026-06-13T02:37:09+00:00

I have written an app that uses NMEA data, provided by NmeaListener. This app

  • 0

I have written an app that uses NMEA data, provided by NmeaListener. This app works perfectly on following devices:

  • Asus Nexus 7, Android 4.1.1
  • Samsung Nexus S, Android 4.1.2
  • SonyEricsson Xperia Mini, Android 2.3.4
  • SonyEricsson Xperia X10 Mini, Android 2.1.1

On all those devices, the onNmeaReceived() is called with no problem.

But on the low cost device

  • Huawei/Vodafone 858, Android 2.2.2

onNmeaReceived() is not called at all. At least onLocationChanged() is called on all devices, including the Huawei. But I don’t need the location, I need the NMEA data.

So, what can I do?

Thanks in advance for your help!

public class Main extends Activity implements NmeaListener, LocationListener {

@Override
public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.main);

    LocationManager location = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
    location.requestLocationUpdates(LocationManager.GPS_PROVIDER, 1l, 1l, this);
    location.addNmeaListener(this);
}

@Override
public void onNmeaReceived(long timestamp, String nmea) {
}

@Override
public void onLocationChanged(Location arg0) {
}

@Override
public void onProviderDisabled(String arg0) {
}

@Override
public void onProviderEnabled(String arg0) {
}

@Override
public void onStatusChanged(String provider, int status, Bundle extras) {
}
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T02:37:11+00:00Added an answer on June 13, 2026 at 2:37 am

    This seems to be a known issue if you look at this thread:

    Issue 7321: NmeaListener does not receive nmea sentences

    if this is affecting you there is probably no other solution than generating fake NMEA from the location updates, at least on the affected phones.

    [Edit]

    From your comment it seems that you assume you need NmeaListener in order to display info like signal strengths and Satellites, but I think you can do this without NmeaListener, just look at the answers to:

    How to measure GPS signal strength on Android?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have written an iPhone app that uses the iPhone's relative GPS location. I
I have written a small chat app that uses mysql + php to facilitate
I have an ironpython app that uses dlls. Some of the dlls written in
I have written a BlackBerry app that RSA encrypts a message using PKCS1FormatterEngine. This
I have written a personal web app that uses charCodeAt() to convert text that
We have an app written in ASP.NET MVC 3, that uses @Html.AntiForgeryToken() . We
I have written a BlackBerry app that uses AES encryption. I am trying to
I have written a small app that uses curl a while ago and was
I have written a basic web app in php and MySQL that uses query
We have an existing windows desktop app written in C# 6 that uses an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.