<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Contacts App - CONTACTS_STRUCTURE - Correctly manage names fields in Tablets</title>
    <link>https://community.sony.co.uk/t5/tablets/contacts-app-contacts-structure-correctly-manage-names-fields/m-p/3526375#M8529</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I develop an android application which declare a contact sync adapter.&lt;/P&gt;&lt;P&gt;My CONTACTS_STRUCTURE file is defined like this :&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;ContactsAccountType
    xmlns:android="http://schemas.android.com/apk/res/android"
    &amp;gt;
    &amp;lt;EditSchema&amp;gt;
        &amp;lt;DataKind kind="name"
                  maxOccurs="1"
                  supportsDisplayName="true"
                  supportsPrefix="true"
                  supportsMiddleName="true"
                  supportsSuffix="true"
                  supportsPhoneticFamilyName="true"
                  supportsPhoneticMiddleName="true"
                  supportsPhoneticGivenName="true"
            &amp;gt;
        &amp;lt;/DataKind&amp;gt;
        &amp;lt;DataKind kind="nickname" maxOccurs="1" /&amp;gt;
        &amp;lt;DataKind kind="photo" maxOccurs="1" /&amp;gt;
        &amp;lt;DataKind kind="phone" &amp;gt;
            &amp;lt;Type type="mobile" /&amp;gt;
            &amp;lt;Type type="home" /&amp;gt;
            &amp;lt;Type type="work" /&amp;gt;
            &amp;lt;Type type="fax_work" /&amp;gt;
            &amp;lt;Type type="fax_home" /&amp;gt;
            &amp;lt;Type type="pager" /&amp;gt;
            &amp;lt;Type type="other" /&amp;gt;
            &amp;lt;Type type="custom"/&amp;gt;
            &amp;lt;Type type="callback" /&amp;gt;
            &amp;lt;Type type="car" /&amp;gt;
            &amp;lt;Type type="company_main" /&amp;gt;
            &amp;lt;Type type="isdn" /&amp;gt;
            &amp;lt;Type type="main" /&amp;gt;
            &amp;lt;Type type="other_fax" /&amp;gt;
            &amp;lt;Type type="radio" /&amp;gt;
            &amp;lt;Type type="telex" /&amp;gt;
            &amp;lt;Type type="tty_tdd" /&amp;gt;
            &amp;lt;Type type="work_mobile"/&amp;gt;
            &amp;lt;Type type="work_pager" /&amp;gt;
            &amp;lt;Type type="assistant" /&amp;gt;
            &amp;lt;Type type="mms" /&amp;gt;
        &amp;lt;/DataKind&amp;gt;
        &amp;lt;DataKind kind="email" &amp;gt;
            &amp;lt;Type type="home" /&amp;gt;
            &amp;lt;Type type="work" /&amp;gt;
            &amp;lt;Type type="other" /&amp;gt;
            &amp;lt;Type type="mobile" /&amp;gt;
            &amp;lt;Type type="custom" /&amp;gt;
        &amp;lt;/DataKind&amp;gt;
        &amp;lt;DataKind kind="postal" needsStructured="true"&amp;gt;
            &amp;lt;Type type="home" /&amp;gt;
            &amp;lt;Type type="work" /&amp;gt;
            &amp;lt;Type type="other" /&amp;gt;
            &amp;lt;Type type="custom" /&amp;gt;
        &amp;lt;/DataKind&amp;gt;
        &amp;lt;DataKind kind="im" &amp;gt;
            &amp;lt;Type type="aim" /&amp;gt;
            &amp;lt;Type type="msn" /&amp;gt;
            &amp;lt;Type type="yahoo" /&amp;gt;
            &amp;lt;Type type="skype" /&amp;gt;
            &amp;lt;Type type="qq" /&amp;gt;
            &amp;lt;Type type="google_talk" /&amp;gt;
            &amp;lt;Type type="icq" /&amp;gt;
            &amp;lt;Type type="jabber" /&amp;gt;
            &amp;lt;Type type="custom" /&amp;gt;
        &amp;lt;/DataKind&amp;gt;
        &amp;lt;DataKind kind="organization" maxOccurs="1" /&amp;gt;
        &amp;lt;DataKind kind="website" /&amp;gt;
        &amp;lt;DataKind kind="sip_address" maxOccurs="1" /&amp;gt;
        &amp;lt;DataKind kind="note" maxOccurs="1" /&amp;gt;
        &amp;lt;DataKind kind="event" dateWithTime="false"&amp;gt;
            &amp;lt;Type type="birthday" maxOccurs="1" yearOptional="false" /&amp;gt;
            &amp;lt;Type type="anniversary" yearOptional="true" /&amp;gt;
            &amp;lt;Type type="other" yearOptional="true" /&amp;gt;
            &amp;lt;Type type="custom" yearOptional="true" /&amp;gt;
        &amp;lt;/DataKind&amp;gt;
        &amp;lt;DataKind kind="relationship" &amp;gt;
            &amp;lt;Type type="assistant" /&amp;gt;
            &amp;lt;Type type="brother" /&amp;gt;
            &amp;lt;Type type="child" /&amp;gt;
            &amp;lt;Type type="domestic_partner" /&amp;gt;
            &amp;lt;Type type="father" /&amp;gt;
            &amp;lt;Type type="friend" /&amp;gt;
            &amp;lt;Type type="manager" /&amp;gt;
            &amp;lt;Type type="mother" /&amp;gt;
            &amp;lt;Type type="parent" /&amp;gt;
            &amp;lt;Type type="partner" /&amp;gt;
            &amp;lt;Type type="referred_by" /&amp;gt;
            &amp;lt;Type type="relative" /&amp;gt;
            &amp;lt;Type type="sister" /&amp;gt;
            &amp;lt;Type type="spouse" /&amp;gt;
            &amp;lt;Type type="custom" /&amp;gt;
        &amp;lt;/DataKind&amp;gt;
    &amp;lt;/EditSchema&amp;gt;
&amp;lt;/ContactsAccountType&amp;gt;&lt;/PRE&gt;&lt;P&gt;When I run my application on a sony device, I have a strange behavior when adding a contact in my account :&lt;/P&gt;&lt;P&gt;In the name fields category, I see a field named "Name" :&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_20170419-183240.jpg" style="width: 480px;"&gt;&lt;IMG src="https://community.sony.co.uk/legacyfs/online/36867i2C8104B28EE7F6CE/image-size/large?v=1.0&amp;amp;px=999" title="Screenshot_20170419-183240.jpg" alt="Screenshot_20170419-183240.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When I enter text in the "Name" field and save my contact (and I think users will do the same), I am redirected to the contacts list and my contact is not added.&lt;/P&gt;&lt;P&gt;I think the "Name" field corresponds to this declaration :&lt;/P&gt;&lt;PRE&gt;supportsDisplayName="true"&lt;/PRE&gt;&lt;P&gt;It seems to be the same problem with Yahoo and CardDav Sync Free accounts.&lt;/P&gt;&lt;P&gt;No problem with another manufacturer.&lt;/P&gt;&lt;P&gt;Can you please check your contact application or give me a solution without compromise those fields on other devices ?&lt;/P&gt;&lt;P&gt;Moreover, I suggest you to put LastName and FirstName fields instead of phonetics fields when folding up names category :&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sony.jpg" style="width: 999px;"&gt;&lt;IMG src="https://community.sony.co.uk/legacyfs/online/36868iE4FA4FCD99B77477/image-size/large?v=1.0&amp;amp;px=999" title="sony.jpg" alt="sony.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Device :&lt;/P&gt;&lt;P&gt;Sony Xpéria Z4 (SGP771)&lt;/P&gt;&lt;P&gt;Android Version :&lt;/P&gt;&lt;P&gt;6.0&lt;/P&gt;&lt;P&gt;Kernel version :&lt;/P&gt;&lt;P&gt;3.10.84-perf-g19d6d92&lt;/P&gt;&lt;P&gt;BuildUser@BuildHost #1&lt;/P&gt;&lt;P&gt;Mon Jan 25 22:47:42 2016&lt;/P&gt;&lt;P&gt;Buid version :&lt;/P&gt;&lt;P&gt;32.1.A.1.185&lt;/P&gt;&lt;P&gt;com.sonyericsson.android.socialphonebook package version :&lt;/P&gt;&lt;P&gt;19.1.A.1.0&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2017 17:08:02 GMT</pubDate>
    <dc:creator>MDCS_DEV</dc:creator>
    <dc:date>2017-04-19T17:08:02Z</dc:date>
    <item>
      <title>Contacts App - CONTACTS_STRUCTURE - Correctly manage names fields</title>
      <link>https://community.sony.co.uk/t5/tablets/contacts-app-contacts-structure-correctly-manage-names-fields/m-p/3526375#M8529</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I develop an android application which declare a contact sync adapter.&lt;/P&gt;&lt;P&gt;My CONTACTS_STRUCTURE file is defined like this :&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;ContactsAccountType
    xmlns:android="http://schemas.android.com/apk/res/android"
    &amp;gt;
    &amp;lt;EditSchema&amp;gt;
        &amp;lt;DataKind kind="name"
                  maxOccurs="1"
                  supportsDisplayName="true"
                  supportsPrefix="true"
                  supportsMiddleName="true"
                  supportsSuffix="true"
                  supportsPhoneticFamilyName="true"
                  supportsPhoneticMiddleName="true"
                  supportsPhoneticGivenName="true"
            &amp;gt;
        &amp;lt;/DataKind&amp;gt;
        &amp;lt;DataKind kind="nickname" maxOccurs="1" /&amp;gt;
        &amp;lt;DataKind kind="photo" maxOccurs="1" /&amp;gt;
        &amp;lt;DataKind kind="phone" &amp;gt;
            &amp;lt;Type type="mobile" /&amp;gt;
            &amp;lt;Type type="home" /&amp;gt;
            &amp;lt;Type type="work" /&amp;gt;
            &amp;lt;Type type="fax_work" /&amp;gt;
            &amp;lt;Type type="fax_home" /&amp;gt;
            &amp;lt;Type type="pager" /&amp;gt;
            &amp;lt;Type type="other" /&amp;gt;
            &amp;lt;Type type="custom"/&amp;gt;
            &amp;lt;Type type="callback" /&amp;gt;
            &amp;lt;Type type="car" /&amp;gt;
            &amp;lt;Type type="company_main" /&amp;gt;
            &amp;lt;Type type="isdn" /&amp;gt;
            &amp;lt;Type type="main" /&amp;gt;
            &amp;lt;Type type="other_fax" /&amp;gt;
            &amp;lt;Type type="radio" /&amp;gt;
            &amp;lt;Type type="telex" /&amp;gt;
            &amp;lt;Type type="tty_tdd" /&amp;gt;
            &amp;lt;Type type="work_mobile"/&amp;gt;
            &amp;lt;Type type="work_pager" /&amp;gt;
            &amp;lt;Type type="assistant" /&amp;gt;
            &amp;lt;Type type="mms" /&amp;gt;
        &amp;lt;/DataKind&amp;gt;
        &amp;lt;DataKind kind="email" &amp;gt;
            &amp;lt;Type type="home" /&amp;gt;
            &amp;lt;Type type="work" /&amp;gt;
            &amp;lt;Type type="other" /&amp;gt;
            &amp;lt;Type type="mobile" /&amp;gt;
            &amp;lt;Type type="custom" /&amp;gt;
        &amp;lt;/DataKind&amp;gt;
        &amp;lt;DataKind kind="postal" needsStructured="true"&amp;gt;
            &amp;lt;Type type="home" /&amp;gt;
            &amp;lt;Type type="work" /&amp;gt;
            &amp;lt;Type type="other" /&amp;gt;
            &amp;lt;Type type="custom" /&amp;gt;
        &amp;lt;/DataKind&amp;gt;
        &amp;lt;DataKind kind="im" &amp;gt;
            &amp;lt;Type type="aim" /&amp;gt;
            &amp;lt;Type type="msn" /&amp;gt;
            &amp;lt;Type type="yahoo" /&amp;gt;
            &amp;lt;Type type="skype" /&amp;gt;
            &amp;lt;Type type="qq" /&amp;gt;
            &amp;lt;Type type="google_talk" /&amp;gt;
            &amp;lt;Type type="icq" /&amp;gt;
            &amp;lt;Type type="jabber" /&amp;gt;
            &amp;lt;Type type="custom" /&amp;gt;
        &amp;lt;/DataKind&amp;gt;
        &amp;lt;DataKind kind="organization" maxOccurs="1" /&amp;gt;
        &amp;lt;DataKind kind="website" /&amp;gt;
        &amp;lt;DataKind kind="sip_address" maxOccurs="1" /&amp;gt;
        &amp;lt;DataKind kind="note" maxOccurs="1" /&amp;gt;
        &amp;lt;DataKind kind="event" dateWithTime="false"&amp;gt;
            &amp;lt;Type type="birthday" maxOccurs="1" yearOptional="false" /&amp;gt;
            &amp;lt;Type type="anniversary" yearOptional="true" /&amp;gt;
            &amp;lt;Type type="other" yearOptional="true" /&amp;gt;
            &amp;lt;Type type="custom" yearOptional="true" /&amp;gt;
        &amp;lt;/DataKind&amp;gt;
        &amp;lt;DataKind kind="relationship" &amp;gt;
            &amp;lt;Type type="assistant" /&amp;gt;
            &amp;lt;Type type="brother" /&amp;gt;
            &amp;lt;Type type="child" /&amp;gt;
            &amp;lt;Type type="domestic_partner" /&amp;gt;
            &amp;lt;Type type="father" /&amp;gt;
            &amp;lt;Type type="friend" /&amp;gt;
            &amp;lt;Type type="manager" /&amp;gt;
            &amp;lt;Type type="mother" /&amp;gt;
            &amp;lt;Type type="parent" /&amp;gt;
            &amp;lt;Type type="partner" /&amp;gt;
            &amp;lt;Type type="referred_by" /&amp;gt;
            &amp;lt;Type type="relative" /&amp;gt;
            &amp;lt;Type type="sister" /&amp;gt;
            &amp;lt;Type type="spouse" /&amp;gt;
            &amp;lt;Type type="custom" /&amp;gt;
        &amp;lt;/DataKind&amp;gt;
    &amp;lt;/EditSchema&amp;gt;
&amp;lt;/ContactsAccountType&amp;gt;&lt;/PRE&gt;&lt;P&gt;When I run my application on a sony device, I have a strange behavior when adding a contact in my account :&lt;/P&gt;&lt;P&gt;In the name fields category, I see a field named "Name" :&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_20170419-183240.jpg" style="width: 480px;"&gt;&lt;IMG src="https://community.sony.co.uk/legacyfs/online/36867i2C8104B28EE7F6CE/image-size/large?v=1.0&amp;amp;px=999" title="Screenshot_20170419-183240.jpg" alt="Screenshot_20170419-183240.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When I enter text in the "Name" field and save my contact (and I think users will do the same), I am redirected to the contacts list and my contact is not added.&lt;/P&gt;&lt;P&gt;I think the "Name" field corresponds to this declaration :&lt;/P&gt;&lt;PRE&gt;supportsDisplayName="true"&lt;/PRE&gt;&lt;P&gt;It seems to be the same problem with Yahoo and CardDav Sync Free accounts.&lt;/P&gt;&lt;P&gt;No problem with another manufacturer.&lt;/P&gt;&lt;P&gt;Can you please check your contact application or give me a solution without compromise those fields on other devices ?&lt;/P&gt;&lt;P&gt;Moreover, I suggest you to put LastName and FirstName fields instead of phonetics fields when folding up names category :&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sony.jpg" style="width: 999px;"&gt;&lt;IMG src="https://community.sony.co.uk/legacyfs/online/36868iE4FA4FCD99B77477/image-size/large?v=1.0&amp;amp;px=999" title="sony.jpg" alt="sony.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Device :&lt;/P&gt;&lt;P&gt;Sony Xpéria Z4 (SGP771)&lt;/P&gt;&lt;P&gt;Android Version :&lt;/P&gt;&lt;P&gt;6.0&lt;/P&gt;&lt;P&gt;Kernel version :&lt;/P&gt;&lt;P&gt;3.10.84-perf-g19d6d92&lt;/P&gt;&lt;P&gt;BuildUser@BuildHost #1&lt;/P&gt;&lt;P&gt;Mon Jan 25 22:47:42 2016&lt;/P&gt;&lt;P&gt;Buid version :&lt;/P&gt;&lt;P&gt;32.1.A.1.185&lt;/P&gt;&lt;P&gt;com.sonyericsson.android.socialphonebook package version :&lt;/P&gt;&lt;P&gt;19.1.A.1.0&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 17:08:02 GMT</pubDate>
      <guid>https://community.sony.co.uk/t5/tablets/contacts-app-contacts-structure-correctly-manage-names-fields/m-p/3526375#M8529</guid>
      <dc:creator>MDCS_DEV</dc:creator>
      <dc:date>2017-04-19T17:08:02Z</dc:date>
    </item>
  </channel>
</rss>

