freshollie / UsbGps4Droid

USB GPS Provider for android :artificial_satellite:. A maintained fork of hvb/USBGps4Droid
GNU General Public License v3.0
82 stars 34 forks source link

Parse and transmit to the system more infos about satellites #8

Open kalon33 opened 6 years ago

kalon33 commented 6 years ago

Currently, when using an external device, we can see this kind of information in other GPS apps: screenshot_2017-08-27-18-55-34 screenshot_2017-08-27-18-55-31

This is what would be great to be displayed, as it is from the internal phone GPS device: screenshot_2017-08-27-18-56-14 screenshot_2017-08-27-18-56-10

Is this possible to have this kind of info? As previously, I'm ready to test and provide logs if needed :)

freshollie commented 6 years ago

No need for you to test. If I create this it will work with any NMEA data including my own GPS unit. Incidentally what is this app called? Is it open source because creating UI is the worst part, the data is easy to gather.

kalon33 commented 6 years ago

https://github.com/barbeau/gpstest

----- Original Message -----

From: "Oliver Bell" notifications@github.com To: "freshollie/UsbGps4Droid" UsbGps4Droid@noreply.github.com Cc: "Nicolas Derive" kalon33@ubuntu.com, "Author" author@noreply.github.com Sent: Sunday, August 27, 2017 7:06:03 PM Subject: Re: [freshollie/UsbGps4Droid] Parse and transmit to the system more infos about satellites (#8)

No need for you to test. If I create this it will work with any NMEA data including my own GPS unit. Incidentally what is this app called? Is it open source because creating UI is the worst part, the data is easy to gather.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

freshollie commented 6 years ago

Wait, I just read the title and realised that I just need to send this info to the system. I will look into this.

freshollie commented 6 years ago

The only option would be for me to implement this into my app directly instead of an external app. I will be able to do this by potentially copying the code from this other app. I cannot send any of this data to android without root.

freshollie commented 6 years ago

I have started work on this

sobrinho commented 5 years ago

@freshollie have you ever finished this? :)

freshollie commented 5 years ago

@sobrinho Yeah it's mostly completed in its branch, however it has some problems which are mostly to do with the satellite position view. If you can build the APK it should run: https://github.com/freshollie/UsbGps4Droid/tree/satellite-analysis-development