02-12-2019, 02:48 PM
(This post was last modified: 02-12-2019, 03:23 PM by fited. Edited 8 times in total.)
(10-22-2018, 12:15 PM)lobo Wrote: I tried now to integrate the serial part into an app and it works so far. I think you missed to chmod the serial port:
If you need this at start, I see the only working solution so far to extract the boot.img and to modify the ueventd.rk30board.rc.Code:chmod 666 /dev/ttyS1
Hi lobo!
I use same method from http s://tinkerboarding.co.uk/forum/thread-671.html
And add next line
Code:
/dev/ttyS1 0660 system system
# also i try 0666 value, but without success result.But without command
Code:
chmod 666 /dev/ttyS1Android M V13.13.0.74.
Note:
I copy file from my TB to desktop
Code:
adb pull ueventd.rk30board.rc /Users/user/Desktop/test


![[-]](https://tinkerboarding.co.uk/forum/images/collapse.png)