[android-porting] Re: Which Class read SIM Card Information

2011-05-09 Thread Milind
Hi, As rightly quoted in the thread here, the ril.cpp is just an interface for the framework to interface with the RIL. The actual handling would require the translation of the Ril java request (RIL_REQUEST_SIM_IO) to a AT command viz. +CRSM by implementing the AT command handler in the RIL As is

Re: [android-porting] Re: Which Class read SIM Card Information

2011-05-06 Thread trimarchi
Hi Quoting Robert Greenwalt rgreenw...@google.com: The RIL.cpp file is just the interface between the framework and some radio code, it is not the radio code itself. We don't have the code that interfaces with SIM. That's generally proprietary. I think that when we talk the function to

[android-porting] Re: Which Class read SIM Card Information

2011-05-05 Thread ahmed elshal
Thank you very much, but i want to know if this is the RIL Code https://docs.google.com/document/d/15qTbPxrmg-EwSVHAIURoA-wRGBjK0N2ewOuS6jXvopw/edit?hl=enauthkey=CJ2Jr64N if it can you explain which function Read SIM Thank you On May 5, 6:25 pm, Robert Greenwalt rgreenw...@google.com

[android-porting] Re: Which Class read SIM Card Information

2011-05-05 Thread ahmed elshal
Thank you , i found this file ril.cpp https://docs.google.com/document/d/15qTbPxrmg-EwSVHAIURoA-wRGBjK0N2ewOuS6jXvopw/edit?hl=enauthkey=CJ2Jr64N is that you mean and if that the correct code which function Read SIM Thanks On May 5, 6:25 pm, Robert Greenwalt rgreenw...@google.com wrote: I