[android-porting] Re: RIL implementation on snowball with external STE modem

2012-02-02 Thread Chaitanya
.Its your choice.If you build the entire source it will be compiled as well. IF you want to build just the ril, run mm or mmm in it's sub directory. On Feb 1, 10:36 am, Amit kumar Bag wrote: > Hi Chaitanya, > > I am using ST-Ericcson GSM modem. Thanks for the valuable information. I > have one mo

Re: [android-porting] Re: RIL implementation on snowball with external STE modem

2012-02-01 Thread Amit kumar Bag
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 f

[android-porting] Re: RIL implementation on snowball with external STE modem

2012-01-31 Thread Chaitanya
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 makef