[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

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

2011-02-22 Thread Koby
Hi, I am trying to change the display name of an aggregated contact programatically, but it seems like it's impossible! the field in the Contacts table which points to the raw_contacts row with the appropriate contact display name is a read-only field which is written by ContactAggregator class

[android-developers] Re: Android Contacts

2011-02-22 Thread Koby
Hi, the fact your got 3 account from the ContactsContract.Contacts.CONTENT_URI means they are not aggregated together. You can aggregate this those contacts using the default contact manager (com.android.contacts), or you can do it from the code. On 23 ינואר, 13:43, L0rdAli3n

[android-developers] Re: sqlite databases path

2011-02-22 Thread Koby
Well i'm using Version 2.2.1 and i have the database files in /dbdata/ package so i guess it depends on which version you are using On 18 פברואר, 23:16, Cliff Davies cliff.dav...@gmail.com wrote: It should be stored in data/data/package/databases/ If you have a database already prepared that

[android-developers] How to change display name for aggregated contact programatically?

2011-02-22 Thread Koby
I know its possible(and easy) to change it manually in the default contacts package (com.android.contacts). But how can i do it from the code? -- 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] Changing display name for aggregated contact

2011-02-22 Thread Koby
Hi all, I am using android 2.2.1 and i was wondering if it's possible to change the display name of an aggregated contact using the android sdk. I looked for this for a while now, all i can find is that the field NAME_RAW_CONTACT_ID is the one determins the display name for the contact, but it is