longjiao2015 / android-serialport-api

Automatically exported from code.google.com/p/android-serialport-api
0 stars 1 forks source link

permission problem #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
Does my tablet need to be rooted?  I don't seem to have permission to ttyacm0

Original issue reported on code.google.com by sean....@gmail.com on 15 Mar 2012 at 5:42

GoogleCodeExporter commented 8 years ago
This is the default behavior of Android, the serial port are by default only 
accessible to root user. You have to either root your tablet, either modify the 
init scripts to set the correct access rights.

Original comment by cedric.p...@gmail.com on 20 Feb 2013 at 5:16