Search code examples
smsnokiavcf-vcard

How can i send a VCard to Samsung and Nokia phones using SMS?


I don't know what is wrong with my syntax (or Nokia & Samsung phones) because when i send it to Sony Ericsson it will be processed and save as a Contact but when i send it to Nokia or Samsung it will be displayed as plain message.

This is my syntax & works perfectly in Sony Ericsson:

   BEGIN:VCARD
   VERSION:2.1
   N:myname;
   TEL;VOICE;WORK:0999999999
   TEL;CELL;WORK:0999999999
   EMAIL:myemail@example.com
   END:VCARD

Solution

  • You may have more success if you send the vCard to the WAP vCard SMS port, 0x23f4, as a binary SMS. It is entirely possible the Nokia handsets are expecting vCards to come from this port.