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

Release 2.1 #3

Closed freshollie closed 7 years ago

freshollie commented 7 years ago
JanRSmit commented 7 years ago

Hi Oliver,

Tested extensively on my android box, and works fine wrt reading the gps and finding a fix! Also option to launch at start up of android works fine.

However i face one issue once started, but this is true also for alternative " You Are Here" . It keeps asking for: "Allow USBGPS to access the Usb device?" Option to toggle: use by default for this Usb device? Of cource i select this option. But somehow it is not saved. So it asks this every time at start-up.

Do you know how to solve this last issue?

Kind Regards,

Jan R. Smit

2017-05-17 5:15 GMT+02:00 Oliver Bell notifications@github.com:

  • Added option to start service on bootup
  • Added option to set the system clock to the gps clock (10 seconds after connecting the clock will be set)
  • Other code fixes

You can view, comment on, or merge this pull request online at:

https://github.com/freshollie/UsbGps4Droid/pull/3 Commit Summary

  • Added start on bootup option, switched from depricated nmealistener
  • Changed action strings
  • Fixed missing permission
  • Reorganised strings and constants
  • Built dev apk
  • Added Superuser manager, added option for set time
  • Created time setting function
  • Built APK
  • Updated version code
  • Updated change log

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/freshollie/UsbGps4Droid/pull/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AaEUFGbj8oX5d8rlvZou2ucGrmyTdTpkks5r6mZegaJpZM4NdU4R .

freshollie commented 7 years ago

This is how the android system is intended. A new permission must be gained if the USB device is disconnected and reconnected.

If you can compile your own android system then please apply this change to the system.

https://stackoverflow.com/a/26968141

I cannot write anything into the app to bypass this unfortunately.