Dear All,
I am using beagle bone with android ics , connected with the gsm and i have created the mux drivers say for example(/dev/pts/*) . And i have mentioned the permission like chown radio system /dev/pts/* in init.rc
But still the permission is not taking place. The log is shown below,
I/RILR ( 70): CPort::OpenPort() ATTEMPT NUMBER 1
I/RILR ( 70): CFile::Open() - Enter
I/RILR ( 70): CFile::Open() : pszFileName=[/dev/pts/0]
I/RILR ( 70): CFile::Open() : fIsSocket=[0]
I/RILR ( 70): CFile::Open() : fExists=[1] fFile=[0]
E/RILR ( 70): CFile::Open() : ERROR : open failed, m_file=[0xffffffff], [-]
E/RILR ( 70): CFile::Open() : ERROR : errno=[13],[Permission denied]
I/RILR ( 70): CFile::Open() - Exit m_fInitialized=[0]
I/RILR ( 70): RIL_Init,init not finish:0
If i give the permission manually means it connects to the ril and everything works fine.
Is that anyway to set the permission in init.rc automatically after the mux creation. And also i have connected my gsm to the device using cp210x converter (/dev/ttyUSB0).
Faster replys will help me to alot.
Thanks in advance.