Discussion Board

Results 1 to 2 of 2
  1. #1
    I am sending a Vcard from my Android Application to a Nokia Phone(Any basic model say Nokia 1610).
    I knew that Nokia expect all Vcards to arrive from 0x23f4 port. So, I am sending Vcard from this port.
    The code for this is,

    Code:
    String mess = "BEGIN:VCARD" + "\r\n" + "VERSION:2.1"
    					 + "\r\n" + "N:" + "Sahi" + "\r\n" + "TEL:" +
    					 "+9645857458" + "\r\n" + "END:VCARD";
    sms.sendDataMessage("9646957130" , null, (short) 0x23f4,
    					 Base64.encode( mess.getBytes("ISO-8859-1"),
    					 Base64.DEFAULT)
    					 , null, null);
    Using this, I am able to send the vcard to the Nokia device. It detects and prompts that, "Phone Number Received", but when I open the message, it shows "Message could be displayed". It is either not understanding the format that I am sending in or is there anything extra that I need to put in with the vcard so as to make it understandable by the nokia device.

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Try without Base64.

Similar Threads

  1. How to Connect Symbian phone to Android phone Use Bluetooth
    By luoxuewuchen in forum Symbian Networking & Messaging (Closed)
    Replies: 6
    Last Post: 2011-06-29, 15:32
  2. Connected Phone Was Not Recognized
    By tanginaka in forum General Development Questions
    Replies: 4
    Last Post: 2008-10-14, 08:55
  3. E50 secondary phone numbers not recognized
    By mike5 in forum General Development Questions
    Replies: 0
    Last Post: 2007-02-23, 14:16
  4. Problems w/vCard through email to Nokia 5165 phone
    By mhkuhl in forum General Messaging
    Replies: 2
    Last Post: 2003-06-02, 11:25
  5. Send vCard from Nokia Card Phone
    By keanuser in forum Smart Messaging
    Replies: 1
    Last Post: 2002-09-24, 06:46

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved