[android-developers] Re: Adding contacts to a custom account

2010-01-22 Thread Jens
The problem lies within the broken parts of the Contacts app, so a proper implementation of custom contacts sync is effectively dead for all devices running 2.0.1 (and probably 2.1). On 21 Jan, 00:05, sazilla sazi...@gmail.com wrote: did anyone fix this problem? any suggestion? does it mean

[android-developers] Re: Adding contacts to a custom account

2010-01-20 Thread sazilla
did anyone fix this problem? any suggestion? does it mean that there's no application providing contacts sync? On Dec 29 2009, 3:14 pm, sazilla sazi...@gmail.com wrote: Hi Vadim, Actually for what I've understood thecustommime type can be used to specify how to render thecustomfields when

[android-developers] Re: Adding contacts to a custom account

2009-12-29 Thread sazilla
Hi Vadim, Actually for what I've understood the custom mime type can be used to specify how to render the custom fields when you view the contact not while you edit it. I've found a bug in the Contacts application (around line 178):

[android-developers] Re: Adding contacts to a custom account

2009-12-23 Thread Vadim Vohmjanin
I have found something... For that custom Data row to appear in the Contacts app, you'll need to associate your custom MIME-type with XML that describes how to render the UI. The only current way of doing this is to define a sync adapter service and add meta-data definition inside, something

[android-developers] Re: Adding contacts to a custom account

2009-12-18 Thread Vadim Vohmjanin
I faced the same problem. I'm doing the research now. If you have found how to do it, please provide this info. I'd be very greatfull. I also wanted to know, what exactly way do you create custom account? As i understood account creation currently *requires* a developer to implement a service