[android-developers] Re: content://sms/sent Read SMS

2009-03-31 Thread binklee
same interest for this part of the code. On Mar 19, 9:36 am, Martin wrote: > Hi, I'm having a problem reading theSMSmessages from the device. > When acquiring a content provider for the URI content://sms/inbox - > everything is fine, I read the "person" column to find the foreign key > into the

[android-developers] Re: content://sms/sent Read SMS

2009-04-09 Thread sermojohn
Have you tried to use the destination number of the SMS, in order to find the Contact's name from the phone's Contact list? On Mar 19, 4:36 pm, Martin wrote: > Hi, I'm having a problem reading theSMSmessages from the device. > When acquiring a content provider for the URI content://sms/inbox- >

[android-developers] Re: content://sms/sent Read SMS

2009-04-09 Thread sermojohn
May be you should associate the two tables by using the destination number of the SMS and not the destination name. This is probable not stored for every SMS that is sent. Opening up your source code, would help a lot. On Mar 31, 5:39 am, binklee wrote: > same interest for this part of the code.

[android-developers] Re: content://sms/sent Read SMS

2009-03-27 Thread John
Hi Martin, can you share your code about how to read the SMS from inbox? I want to read the SMS according the phone number, but i have no idea about that. Thanks, John On Mar 19, 9:36 pm, Martin wrote: > Hi, I'm having a problem reading theSMSmessages from the device. > When acquiring a conten