-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E/gps_glonass_serial( 1051): could not open gps serial device /dev/ttyGS0: Permission denied #2
Comments
Hi, |
I alredy tried to set the permissions to 666 but I found them restored to original after reboot. Also, the only section in the dmesg boot log that references /dev/ttyGS0 is this:
Which just seems like the usb initialization. Unfortunately I don't know how I can figure out which drivers are using it. |
I suspect that this has something to do with SELinux. I will need to locate the device's policies and eventually modify them. |
Hi! First of all thank you for your precious effort on this project.
After successfully using your driver on an Android-x86 virtual device, I'm trying to install it on my ARM Samsung Galaxy Note III (running stock Android 5.0 Lollipop).
Though I'm facing this permission error:
E/gps_glonass_serial( 1051): could not open gps serial device /dev/ttyGS0: Permission denied
Which is logged in dmesg. I already checked the device permissions and they seem correct (-rw-rw---).
What can be the cause?
The text was updated successfully, but these errors were encountered: