Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show NMEA output #30

Closed
barbeau opened this issue Jan 7, 2014 · 2 comments
Closed

Show NMEA output #30

barbeau opened this issue Jan 7, 2014 · 2 comments

Comments

@barbeau
Copy link
Owner

barbeau commented Jan 7, 2014

To provide better debugging info we should provide a display for raw NMEA data using http://developer.android.com/reference/android/location/GpsStatus.NmeaListener.html.

This should be added discretely, since most users probably won't benefit from this. Maybe in open space under the Sky view?

@barbeau barbeau mentioned this issue Oct 7, 2016
@barbeau
Copy link
Owner Author

barbeau commented Oct 7, 2016

GpsStatus.NmeaListener is deprecated as of Android 7.0 API Level 24 - OnNmeaMessageListener should be used instead:
https://developer.android.com/reference/android/location/OnNmeaMessageListener.html

@barbeau
Copy link
Owner Author

barbeau commented Oct 12, 2016

To get this into the app without waiting on a UI overhaul, I'm adding the ability to dump the NMEA output to the Log, which is visible via Android Monitor (e.g., via Android Studio). This will work for pre-Android 7.0 and Android 7.0 and up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant