How to get the picture of the contact phone

Hello

Please, how can he get the contact picture?

hear you a BlackberryContact? Using the PIM API with Contact.PHOTO:

Byte [] photoEncoded = blackberryContact.getBinary (BlackBerryContact.PHOTO, 0);
Byte [] photoDecoded = Base64InputStream.decode (photoEncoded, 0, photoEncoded.length);

Tags: BlackBerry Developers

Similar Questions

  • How to get the contact's mobile phone number?

    I know there is StringArray for data http://www.blackberry.com/developers/docs/4.6.0api/index.html telphone and I see someone [contact.getString (Contact.TEL, 0)] to obtain the HOUSE telphone number. From my point of view, it should be Contact.Tel [N] above. So my question is how do I get the mobile phone number? Can I use contact.getString (xxx)? Thanks for any response.

    VR;

    getString (Contact.TEL, Contact.ATTR_MOBILE)

    instead of 0 as the 2nd argument

  • How to get the full phone number?

    I try to get the full phone number using the device.

    I + 1 807 1234567 number and copy the following code:

    Phone *phone = new Phone(this);
    QMap lines = phone->lines();
    foreach(Line line, lines)   {
        if(line.type()==LineType::Cellular)
            phoneAns = line.address();
    }
    

    Gets only 1234567.

    Could you help me, please?

    Thanks in advance

    There could be a problem with the way the SIM card has been implemented.  I would recommend give you carrier a call to see what they say.

  • How to get the contact details of the contact list to the use of the incoming call number?

    Hello

    I need callid, name, name of the company from the list of contacts to the use of the incoming number. If anyone has a solution please reply me as soon as possible.

    I have code below

    void ApplicationUI::onCallUpdatedd(const bb::system::phone::Call &call)
    {
        CallState::Type state = call.callState();
        //qDebug() << "call updated: callId=" << call.callId() << " callState="
        //  << state;
        if (state == bb::system::phone::CallState::Connecting
                || state == bb::system::phone::CallState::Connecting) {
            qDebug() << "call connecting";
        } else if (state == bb::system::phone::CallState::Connected) {
            qDebug() << "call connected";
        } else if (state == bb::system::phone::CallState::Failed) {
            qDebug() << "call Failed";
        } else if (state == bb::system::phone::CallState::Disconnected) {
            qDebug() << "call Disconnected";
        } else if (state == bb::system::phone::CallState::Incoming) {
            qDebug() << "call Incoming";
        } else {
            qDebug() << "Invalid";
        }
    }
    

    then, how I got the calling detail like number, name, company ect... call id?

  • How to get the contact data of old hard drive?

    A friend's mother died.  He would like to get contact details.  He says that he "kept everything in Internet Explorer." I can't understand this... was it really store in Outlook?  I got the hard drive of the machine and it attached to my laptop under drive H.  How can I recover the data?

    I would ask him what email he used; It is possible that he was using a webmail (gmail, hotmail, etc.) and has been updated and access to contacts and mail via Internet Explorer, and it don't realize may not be not that they were stored on the webmail site and were not yet on his hard drive. Another possibility is Contacts in C:\Users\username\Contacts, but that don't rely on Internet Explorer.

  • How can I get the contact photo?

    Hello everyone.

    I work in my own app to make and end calls by program but I can't find a way to get the contact's photo, I saw the API documentation but I tried to get the pic and move it to a QImage without success.

    Can I get the contact name and number phone properly using ContactAttribute inside a ContactService.

    Could someone help me?

    Thank you!

    Hi santito95,

    Have you thought about the ContactFoto API? https://developer.BlackBerry.com/native/reference/Cascades/bb__pim__contacts__contactphoto.html

    In addition, there are two examples of applications that use the Contact service and demo how to use some of the contact of the API:

    https://github.com/BlackBerry/Cascades-samples/tree/master/Rundgang

    https://github.com/BlackBerry/Cascades-samples/tree/master/AddressBook

  • How to get the number and the name of the contacts selector

    Hi all

    I got the Contact Picker work but I have no idea how to get the selected telephone number and the name.

    There are attributes that I can put like contactId.value () to retrieve or there is another way?

    Thanks in advance.

    ImageButton{
                        defaultImageSource: "asset:///images/bluebutton.png"
                        onClicked: {
                            contactPicker.open();
                        }
                        attachedObjects: [
                            ContactPicker {
                                id: contactPicker
                                onContactSelected: {
                                    result.text = "You chose contact: " + contactId;
                                }
                            }
                        ]
    
                    }
    
                    Label {
                        id: result
                        text: "You chose contact: "
                    }
    

    Hello

    You can get the contact name and phone number as this,

    ImageButton{
                        defaultImageSource: "asset:///images/bluebutton.png"
                        onClicked: {
                            contactPicker.open();
                        }
                        attachedObjects: [
                            ContactPicker {
                                id: contactPicker
                                onContactSelected: {
                                    result.text = "You chose contact: " + contactId;
    // call a cpp method to get the details
    
    app.getDetails(contactId); } } ] } Label { id: result text: "You chose contact: " }
    

    the CPP code:

    void ContactDetails(ContactId id)
    {
    Contact contact_info = m_contactService->contactDetails(id);
    
        QString firstName = contact_info.firstName();
        QString lastname = contact_info.lastName();
            QList phoneno_list = contact_info.phoneNumbers();
    
        QStringList no_s;
    
        foreach(ContactAttribute attr, phoneno_list)
        {
            no_s << attr.value();
        }
    }
    

    You can get details like this.

    Kind regards

    Naresh Kodumuri.

  • During the import of my camera or a file in Lightroom 5 my pictures are too exposed by 1-2 stops, while they are well exposed on the screen of the device. How to get the "right-exposed images on the screen?

    During the import of my camera or a file in Lightroom 5 my pictures are too exposed by 1-2 stops, while they are well exposed on the screen of the device. How to get the "right-exposed images on the screen?

    There is an option in your Lightroom preferences, under the general tab, "treat JPEG files next to raw in form of images". If you have this option is checked, then Lightroom will import and view your first two and JPEG files. You use the active D-lighting on your camera? If you are, you must disable this feature.

  • How to get the mask of IP subnet by program

    Hi all

    for my application UI (contact control via an external library of LWIP system) would be very useful if the host network map is capable (that is correctly configured) to connect with the desired IP address.

    I have an idea to use GetAllTCPHostAddresses () function - and get host IP interfaces available. But how to get the IP subnet mask appropriate for each interface?

    Any advice will be appreciated!

    Thank you

    George

    Hi, Roberto,

    that all I wanted to thank you is a lot!

    Now I tested it and it is good work.

    See you soon,.

    George

  • I have a single open for Exchange 2007 Standard how license get the product key

    I have a single open for Exchange 2007 Standard how license get the product key

    For assistance, please contact the administrator of your Open License program.

  • Someone tried to hack my account and now I can't in my mail. How to get the lock down?

    I tried to log on my hotmail and it says it is locked due to too many failed attempts to connect.  Someone tried to hack my account and now I can't in my mail. How to get the lock down?

    Hello

    Answers is a peer group supported and unfortunately has no real influence on Hotmail.

    HotMail has its own Forums, so you can ask your questions there.

    Windows Live Solution Center - HotMail - HotMail Forums Solutions
    http://windowslivehelp.com/

    Hotmail - Forums
    http://windowslivehelp.com/forums.aspx?ProductID=1

    Hotmail - Solutions
    http://windowslivehelp.com/solutions.aspx?ProductID=1

    How to contact Windows Live Hotmail Support
    http://email.about.com/od/hotmailtips/Qt/et_hotmail_supp.htm

    Windows Live Hotmail Top issues and Support information
    http://support.Microsoft.com/kb/316659/en-us

    Error message "your account has been locked" when trying to connect
    http://windowslivehelp.com/thread.aspx?ThreadId=77be7d82-a0e9-49c7-b46d-040ec654a9e2

    Compromised account - access unauthorized account - how to recover your account
    http://windowslivehelp.com/solution.aspx?SolutionID=6ea0c7b3-1473-4176-b03f-145b951dcb41

    Hotmail hacked? Take these steps
    http://blogs.msdn.com/b/securitytipstalk/archive/2010/07/07/Hotmail-hacked-take-these-steps.aspx

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • Windows vista Home premium recovery question - how to get the source for windows vista home edition premium as the recovery does not work since the recovery partition

    How to get the source to windows vista Home premium recovery is not from the recovery partition and gives me an error message

    Hello

    Contact the computer manufacturer and ask them to send you to vista recovery disks to reinstall the operating system back as it was when you bought it

    they do it for a nominal cost of $

    or borrow a vista microsoft dvd; not a HP, Acer recovery disk etc

    Make sure that you borrow the correct 32-bit or 64-bit microsoft dvd to your computer

    they contain all versions of vista

    This is the product key that determines which version of vista is installed

    http://www.theeldergeek.com/Vista/vista_clean_installation.html

    How to replace Microsoft software or hardware, order service packs and replace product manuals

    http://support.Microsoft.com/kb/326246

  • How to get the time of the device

    Hello

    I'm developing an application in which I send location of the device in lat, long for every 10 minutes.  I want to send some time also with lat, long. This time must be peripheral situation updates for every 10 minutes.  Can someone tell me how do I do this?

    It is not obvious to your OP exactly what you ask.

    Ask you in a certain way a consistent recording time no matter what time zone are you in?

    Or are you just asking how to get the date and time?

    If it's the last QDateTime is one of the ways to get the date and time...

    http://developer.BlackBerry.com/native/reference/Cascades/QDateTime.html

    If you ask for the first answer more complex, you will probably need to check the time against an external clock (say GMT) and then re-reading use the contact information you have saved to determine what the weather was (including a calculation of DST) at this point in this particular time zone.

    Relying on the phone to change accurately that it is time that you move in time zones will not give accurate results.

  • How to get the playback of DVD of PC remote access permissions?

    I have 2 personal laptop, it has a DVD player, an other donesn can't.

    PC with a DVD player, broke a screen, so I use a PC that does not have a DVD player, watch the film from the remote PC.

    I type % ComputerName % d, but the message appears and says below,

    is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.

    Can anyone help and how to get the access permissions?

    The reason for the message is:

    1. the share is not correctly configured.
    2. sharing is configured correctly, but the network profile is not configured correctly.
    1. follow the link:
    http://Windows.Microsoft.com/en-us/Windows7/help/home-sweet-HomeGroup-networking-the-easy-way
    or
    http://TechNet.Microsoft.com/en-us/library/cc770880.aspx
    2. by default, Windows prevents sharing if the network profile is set to Public. But it is not recommended to enable sharing of public profiles, instead of changing the type of home network profile. Follow the link for steps to change the type of profile: http://windows.microsoft.com/en-in/windows7/choosing-a-network-location
    If you face any problem with changing the type of profile, download Microsoft Fix it from here:
    http://support.Microsoft.com/kb/2578723
  • How to get the new activation key when some numbers are taken away and you have received?

    How to get the new activation key when some numbers are taken away and you have received?

    Have a laptop with windows 7 from Dell. Need to re install W7. And I have some numbers are taken as a result of its use.
    How can I get a new code activation or my complete activation code?
    Best regards, W7 user

    How to get the new activation key when some numbers are taken away and you have received?


    Have a laptop with windows 7 from Dell. Need to re install W7. And I have some numbers are taken as a result of its use.
    How can I get a new code activation or my complete activation code?

    Dell provided you with restore/recovery media and/or a way to restore the machine 'default' as a key sequence?  If so - you won't need the number--unless they just sent a DVD of Windows 7 nu - and they are usually not unless you ask.

    They have probably installed using their key, which means that even with a utility like Belarc Advisor or ProduKey - you will not get the product key that matches the one on the sticker.

    Some may have you take several different digital pictures of the sticker from different angles and see if you can decipher the missing characters like that (you'd be surprised to see how that works).

Maybe you are looking for