Re: [android-developers] Re: what is the detailed relation between contacts and raw_contacts?

2010-03-11 Thread Dmitri Plotnikov
Hi Brian, You are exactly right on both accounts: a second row with the IM information needs to be added to the raw contact to "own" the presence dot; and yes there should be an example. :-) Cheers, - Dmitri On Thu, Mar 11, 2010 at 9:46 AM, brian wrote: > As far as I can tell, in order to pro

[android-developers] Re: what is the detailed relation between contacts and raw_contacts?

2010-03-11 Thread brian
As far as I can tell, in order to provide PRESENCE, a 3rd party provider needs to populate the following fields:PROTOCOL,CUSTOM_PROTOCOL,IM_HANDLE,IM_ACCOUNT At the same time there is a note on DATA_ID: "If this field is not specified, the provider will attempt to find a data row that matches the

[android-developers] Re: what is the detailed relation between contacts and raw_contacts?

2010-03-11 Thread Jerome Deng
"A row in the ContactsContract.Contacts table represents an aggregate of one or more RawContacts presumably describing the same person. " I think my question is resolved. That is, one contact may be mapping with one or many rawcontacts. This is dependent on whether "aggregate" is adopted. On 3月11日

Re: [android-developers] Re: what is the detailed relation between contacts and raw_contacts?

2010-03-10 Thread Dmitri Plotnikov
Here's documentation on status updates: http://developer.android.com/reference/android/provider/ContactsContract.StatusUpdates.htmlIs it insufficient? 2010/3/10 Dmitri Plotnikov > There is basic API documentation here: > http://developer.android.com/reference/android/provider/ContactsContract.ht

Re: [android-developers] Re: what is the detailed relation between contacts and raw_contacts?

2010-03-10 Thread Dmitri Plotnikov
There is basic API documentation here: http://developer.android.com/reference/android/provider/ContactsContract.html 2010/3/10 Jerome Deng > ^_^Oh, fail to connect to android developer site in China if don't use > proxy. > > Thanks brain. You are right, there is no document about this. > Any one

[android-developers] Re: what is the detailed relation between contacts and raw_contacts?

2010-03-10 Thread Jerome Deng
^_^Oh, fail to connect to android developer site in China if don't use proxy. Thanks brain. You are right, there is no document about this. Any one can help interpret with details? On 3月9日, 上午8时29分, brian wrote: > +1 - the documentation in this area needs some work. To do the > simplest thing

[android-developers] Re: what is the detailed relation between contacts and raw_contacts?

2010-03-08 Thread brian
+1 - the documentation in this area needs some work. To do the simplest thing takes hours of reverse engineering. For example, try and figure out how to enable presence for a 3rd party provider -- You received this message because you are subscribed to the Google Groups "Android Developers" grou