I connect to the linux kernel of tablet via adb shell, and I give all permissions to all user for /dev/i2c* file clearly. Then I write and read succesfully theese files. But, when I restart the tablet, all permissions change old status. How I change permissions constantly, Anyone have a suggestion?
127|root@android:/ # ls -l /dev/i2c*
ls -l /dev/i2c*
crw-rw-rw- root root 89, 0 2000-01-01 02:00 i2c-0
crw-rw-rw- root root 89, 1 2000-01-01 02:00 i2c-1
crw-rw-rw- root root 89, 2 2000-01-01 02:00 i2c-2
root@android:/ #