This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Android RIL on Beagleboard not working

Hi,

I have ported Android Gingerbread 2.3.4 on Beagleboard-xM

I am trying to modify the RIL by adding some vendor specific AT commands in it.

Before that i wanted to test the default ril program given with the Android source

The communication channel between  beagleboard and modem  is PL2303 USB->RS232 converter.

In the RILcode i have made a changei nstead of /dev/ttyS  i used /dev/ttyUSB0. since i am using an USB to serial converter

and i recompiled the entire source.

 

now when i am trying to make a call or send sms using GUI , i get an error message "The process android.process.acore has stopped unexpectedly.Please try again"

 

Can anyone help me to resolve this issue.

 

Thanks and Regards

Prajith Warrier