[android-developers] Re: Retrieving Draft SMS details

2009-05-04 Thread swarup
drafts are stored at the same database i.e. /data/data/ com.android.providers.telephony/databases/mmssms.db but drafts does not store the TO address in the same tuple like MO/MT SMS (in the "sms" table), rather its stored in the "canonical_addresses" table. I am not clear how to get this info fr

[android-developers] Re: Retrieving Draft SMS details

2009-05-04 Thread sermojohn
many thanx for that information! at least I have the starting point now to search more on how to retrieve this data, as I was stack on this problem! Hopefully it will not be hard now. many thanx again, /sermojohn On May 4, 11:06 pm, swarup wrote: > drafts are stored at the same database i.e. /d

[android-developers] Re: Retrieving Draft SMS details

2009-05-05 Thread sermojohn
After quite many hour of searching around for the "canonical_addresses" table, you told me about, I had no luck. I feel sad that I m interested in developing a application on a platform that is supposed to be well documented and supported, but cant do a so simple operation, like retrieving the des