[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 are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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};
private Uri mUri = Uri.parse(content://mms-sms/conversations);

Cursor smsCursor= context.getContentResolver().query
(mUri,mProjection,null, null,DATE DESC);

This code now suddenly crashes on HTC Hero phones, complaining about
missing tables (thread_id for instance).


How can I fix this? Where do I get additional information about new
db design? And more generally: How in gods name am I supposed to
handle different behaviour on different phones when I develop my apps
on the standard SDK???

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] sms database

2009-04-02 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 suggestio or sources codes to help me?

thanks.
jaimin

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---