Hi Chaitanya, I am using ST-Ericcson GSM modem. Thanks for the valuable information. I have one more doubt, how can I creating the libril.so library. Is it created when I compile the total code or i need to do it separately. Can you please tell me the procedure of creating the libril.so library from the reference-ril folder.
Thanks, Amit Bag On 31 January 2012 22:12, Chaitanya <[email protected]> wrote: > Hi Amit, > If your modem is a GSM modem then try with the existing code itself. > For getting Signal Strength,Operator info,sending SMS and making voice > calls the existing code might work as it is. The reference-ril folder > is from where your ril library is b uilt .rild is for daemon.look into > the makefiles for what is what.If for some reasons you have issues > look into the reference-ril folder. It goes something like this the > rildaemon(rild) makes requests from the RIL library. So you must make > sure every request from rild is handled by your RIl library. The > command interface you can use is defined in atchannel.h . Use any > functions required from it in making your RIL library.The reference- > ril.c or whatever your version has ,is what you would be spending the > most time modifying. > > I'm not aware of the modem you are using.Is it ZTE?For voice > transmitting if you need to redirect audio to USB port like with > huawei, Sony Erricsson and Qualcomm chip based modem.it has more to do > with your audio framework and not ril. OR if your modem gives direct > audio in and out ports like the SIMCOM,and other china modems ,then > connect directly to it. > > On Jan 31, 11:51 am, Amit kumar Bag <[email protected]> wrote: > > Hi, > > I am having a snowball board and a STE external modem. I want to > establish > > communication with the STE modem and the snowball board like voice call > > incoming and outgoing. For that I need to implement RIL. > > > > So can anyone suggest me the steps involve to do that. > > > > All ril related codes are available in the hardware/ril. > > there are 3 folders in the hardware/ril (libril, reference-ril & rild). > > > > So which part I need to modify to establish the communication to STE > > external modem ? > > > > Regards, > > Amit Bag > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
