Hi all, I need to give permission in B4A for a serialport on ODROID C2.
From a terminal this process is easy:
su
cd /
cd dev
chmod 777 ttyS1
but I can't find solution in B4A. I tried it several ways (b4aRootCmd, SuCommand, etc.) with no success. Can anyone helps?
From a terminal this process is easy:
su
cd /
cd dev
chmod 777 ttyS1
but I can't find solution in B4A. I tried it several ways (b4aRootCmd, SuCommand, etc.) with no success. Can anyone helps?