Hi Schimmel, Thanks for yous advice and suggestions.
What about SIM card tool kit? I read in the cupcake feature list on android web page. But now in 1.5 SDK I didnt find any SIM related API. If any one want to contribute to this, I am ready with my team to develop the SIM tool kit. I read in the android developers guide that, we need to sign our application with the device manufacture's certificate to get the most of the API to work. Do any one have any info on this? SD card formatting should be possile as of now with private API in 1.5. But we can access all the files/dirs on the SD Card and I have written a java code to delete the files recursively and it is working fine. But the only problem is that, if u have more data on SD card, that java code takes more time. For 500MB it took 5 sec to delete all the files and directories. Regards Surendra On Wed, Apr 29, 2009 at 5:47 PM, brian.schimmel < [email protected]> wrote: > > Hi Surendra, > > as far as I know, access to the SIM data is restricted to applications > which are signed by the same entity that signed the system image. That > is, you either have to be Google/the Open Handset Alliance, or you > have to build a custom system image. Then users of your sofware would > have to flash their firmware with yours. If you plan to publish your > app to end-users, that's not an option, because they cannot flash > their firmware with yours. > > If you application definitely needs access to the SIM, you could join > the community and provide some effort so that the SIM-API will be > opend in one of the upcoming Versions (like 1.6) of android. I got the > same advice when I asked for the same feature, but sadly I and my > company currently have no spare resources to do that. > > The data on the SD-card is secured by the file system permissions, and > your app will never have the permissions to delete the files that > other apps created. For card formatting, there might be some API, but > I guess the same restrictions as for SIM access apply here. But while > accessing the SIM is a rather common need, which might show up in a > public API in future (at least I hope so, I don't have any information > on that), I guess this will never happen for SD-Card-formating. > > best regards, > Brian Schimmel > > On 20 Apr., 07:22, tsreddy <[email protected]> wrote: > > Hi Android Engineers/framework Engineers, please answer my questions. > > It is very important for me to finisg my application. > > Your help will be higly appriciated. > > > > Regards > > Surendra > > > > On Apr 16, 5:02 pm, Surendra Reddy T <[email protected]> > > wrote: > > > > > Hi, > > > > > Is there any API which can delete thecontactsand messages on the SIM > card? > > > And the API to format (erase all) the SD card ? > > > > > IF not, please suggest me a way to delete all on SIM and SD card. Any > help > > > will be appriciated. > > > Is there anyway to access lower level (driver lever) APIs exposed in > C/C++? > > > > > Regards > > > Surendra > > > > > > > -- Surendra Reddy T --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

