| fcrochik |
2011-02-14 00:12 |
Re: [Announce] MyContacts - 75 contacts on your desktop, custom ring tones per group and call with double-click
Quote:
Originally Posted by zlatko
(Post 945318)
@fcrochik
You want me to compare the contact's card after reboot, after edit/save and reboot again? Below is the result(chronologically):
Code:
BEGIN:VCARD
TEL;TYPE=PREF;TYPE=CELL:+359xxxxxxxxx
END:VCARD
Code:
BEGIN:VCARD
TEL;TYPE=CELL;TYPE=PREF:+359xxxxxxxxx
END:VCARD
Code:
BEGIN:VCARD
TEL;TYPE=PREF;TYPE=CELL:+359xxxxxxxxx
END:VCARD
As you can see there ARE some differences in the order of the elements of the v-card, but the phone numbers are always listed with the same(correct) type.
|
zlatko: after your message I played a bit with creating contacts, changing phone types and exporting vcards. I am inclined to think that there is an issue with Qt Mobility on the n900 when handling a phone number with more than a context (CELL+PREF) or (VOICE+CELL). This contact that you are having an issue with must have been imported, right? I don't think you have how to set the context for a phone as PREF by using the standard contacts application on the n900.
If I am right your only way out is to edit the contact add a new phone, making sure to manually select the type to be cell, copy the phone number from the existing one and then delete the old one. If you export again you will see that the only context for the phone will be "CELL".
It seems crazy but the order of the fields may be another factor. You can see that on the second one (the one that works) the first context is CELL on the others the first context is PREF. Why it changes after rebooting is another mystery.
|