[android-developers] SMS database access

2010-06-03 Thread Nando Android
Hello all, I believe the Java API does not give full access to the SMS database and other databases. Is there any way to have root access to some of those databases such as SMS and phone settings so that I can fetch some information out of it? Thanks -- You received this message because you ar

[android-developers] SMS Database with new Hero ROM

2009-09-24 Thread Markus
Hello I've developed an sms application. With the new Hero rom, the app doesen't work anymore. It seems as if the database has changed. I use the following approach to get the data I need: private String[] mProjection = new String[] {"thread_id","address","body","read","date","m_type","type"};

[android-developers] sms database

2009-04-01 Thread jaimin
hi. i am new to android . i want to devlop an appliaction in which i put lots of sms in the phone's sms database and then i would like to send those sms to contacts which user selected. 1)so first i want to know how can i see the sms database. 2)and how can i update those sms database so any sug