当 API 方法不起作用时,如何在 Android 上获取 nmea 句子
我在 Samsung Galaxy spica 上的此处也遇到了同样的问题我尝试了所有建议,但我仍然没有在我的应用程序中得到 nmea 句子。 那么还有其他方法来获取 nmea 句子吗? 其他人是否使用同一设备面临此问题?
谢谢。
I have the same problem related here on a Samsung galaxy spica and i tried all suggestions but i still don't get the nmea sentences in my application.
So is there a other way to get the nmea sentences ?
Is someone else facing this issue with the same device ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试市场上提供的任何 NMEA 应用程序,看看它们是否有效。如果他们这样做,那么您可能错误地实现了
NmeaListener
,因为大多数人可能都使用该方法。如果您想确定的话,我知道 Field Tracer 应用程序使用NmeaListener
,因为我自己构建了该应用程序。如果
NmeaListener
被证明无法在该设备上运行,您可以尝试此 回答。最坏的情况是您可以使用蓝牙 GPS 设备,因为它们通常会发送 NMEA 字符串。花 100 美元购买 Garmin Glo 之类的东西,作为奖励,你可以获得更好的准确性。
Try any of the NMEA apps available in the marketplace to see if those work. If they do, then you are likely implementing the
NmeaListener
incorrectly as most of them probably use that method. If you want to be sure, I know the app Field Tracer usesNmeaListener
since I built that one myself.If
NmeaListener
is proven to not be working on that device, you can try the app linked in this answer.Worst case you could get a Bluetooth GPS device, as they typically send NMEA strings. $100 for something like the Garmin Glo and as a bonus you get much better accuracy.