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

USB permission #14

Closed sobrinho closed 5 years ago

sobrinho commented 5 years ago

Hi there,

Is this still the way to go?

My device isn't rooted and this USB popup is really annoying.

I know that /dev/ttyACM0 is available to be read by any user/app, that helps somehow?

freshollie commented 5 years ago

Yeah, unfortunately it's an android issue.

sobrinho commented 5 years ago

I'm seeing some comments on StackOverflow that you may specify the USB device properties somehow and avoid that warning.

Have you seen this before?

freshollie commented 5 years ago

That is to do with usb accessory options. I attempted this route but it still didn't work. Why are you not able to root the device?

sobrinho commented 5 years ago

I'm using a Tinker Board S and the options are limited, some people were able to root but the documentation is still missing across the web.

The few tutorials you will find doesn't work at all 😞