You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering the feasibility of adding support for connecting an external device (such as a USB device) and using it as the GPS provider via Mock location provider? I know a similar project exists https://github.com/freshollie/UsbGps4Droid but it hasn't been updated in a while. I also know of the GPS Connector app by Pilablu, but there is no access to the source code for that.
I know I am asking for something that is perhaps beyond the scope of what gpslogger is supposed to do as an app. The app works wonderfully when connected with the GPS Connector app and used with an external USB GPS receiver.
Thank you for your time.
The text was updated successfully, but these errors were encountered:
My understanding (correct it if this is wrong) is that reading from a Mock Location provider doesn't need to be built into the code. In developer settings I go in and set an app (such as this one) as the mock location provider. Then in GPSLogger I'm disabling network listener, only using satellite listener. And in phone settings I also had to disable the location accuracy service. Once I did that I was able to just run the mock provider and GPSLogger was reading from it.
In this example I've placed my location near the equator:
This is pretty much all I know about Mock though. I've never actually used a mock or external device so I don't know what's involved but I would imagine there needs to be some kind of app that reads from that external device and providing it as a mock location.
No worries! I wasn't sure if you knew anything about it off hand. I have a very rudimentary understanding of programming and developing android apps is all new to me. Thank you again!
I was wondering the feasibility of adding support for connecting an external device (such as a USB device) and using it as the GPS provider via Mock location provider? I know a similar project exists https://github.com/freshollie/UsbGps4Droid but it hasn't been updated in a while. I also know of the GPS Connector app by Pilablu, but there is no access to the source code for that.
I am not a programmer and don't know a lot about android app development. GPS Connector works but it prompts for permission to use the USB device every time. I thought I could fix this somehow with what is described here: https://stackoverflow.com/questions/12388914/usb-device-access-pop-up-suppression/15151075#15151075
I know I am asking for something that is perhaps beyond the scope of what gpslogger is supposed to do as an app. The app works wonderfully when connected with the GPS Connector app and used with an external USB GPS receiver.
Thank you for your time.
The text was updated successfully, but these errors were encountered: