[android-developers] Re: Contacts.NAME_RAW_CONTACT_ID cant be edited, bug or a future feature?

2011-03-03 Thread Jens
You cannot.

First, look at the code for the provider,

http://www.google.com/codesearch/p?hl=en#cbQwy62oRIQ/src/com/android/providers/contacts/ContactsProvider2.javaq=ContactsProvider2.javal=3887

and you'll notice that it only allows updates for the non-managed
fields on Contacts, i.e. the fields which are not built by the
aggregation function.

However, you might be able to force an update of this particular
managed field by updating all the StructuredName rows of the
RawContacts that make up the Contact row (or just updating the one,
however that could have adverse effects on the aggregation I suspect).

Br,


On 28 Feb, 14:04, Koby koby...@gmail.com wrote:
 No one can help on this issue? it's really important and i'v looked
 everywhere.
 Maybe i am doing something wrong.

-- 
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] Re: Contacts.NAME_RAW_CONTACT_ID cant be edited, bug or a future feature?

2011-03-02 Thread Koby
No one can help on this issue? it's really important and i'v looked
everywhere.
Maybe i am doing something wrong.

-- 
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