Call the target than e-mail, Manager phone number

Hello

I don't know how to config my bar - descriptor.xml for my application being a target to invoke that manages e-mail address, phone number. I assume these are text/plain and action could be one of them or all:

bb.action.SHARE
bb.action.VIEW
bb.action.OPEN

Just want to say, then hold on a header/title/address of message in the hub, it should provide my application among target applications in the overflow menu that can handle the number of mail or telephone.

Help, please.

This is currently not possible. You can, however, leave the user sharing the message with your application. You must register your application, as shown below:

  
        My Hub
        icon.png
        card.composer
        
            bb.action.SHARE
            message/rfc822
            
        
    

Tags: BlackBerry Developers

Similar Questions

  • has anyone had any strange phone calls claiming to be from Microsoft? Phone number: 007277489117

    Has anyone had any strange phone calls claiming to be from Microsoft? Phone number when you dial 1471 is: 007277489117

    Hello

    Calls unrequested telephone of this nature are almost always a common scam. Do not let them give any info, do not give access to your PC, not give them all the money and do not go to all the websites that they suggest. One moment.

    Please see:

    http://www.Microsoft.com/en-GB/security/online-privacy/avoid-phone-scams.aspx

    Microsoft issues never not solicited for phone calls of support or security.

    These types of callers can use completely fictitious names or bogusly claim to be of real companies other than Microsoft as well.

  • How to get the Pic of the address book Contact gave a phone number

    Hello

    How can I access the Blackberry address book and retrieve Contact's photo?

    I tried:

    String phoneNumber = "1234567890";
    Vector contactList = new Vector();
    contactList = Phone.getContactsByPhoneNumber(phoneNumber);
    

    except with a real number, of course. However, if I keep this code, I get an error saying ClassNotDefFoundError or something like that. on the line of Phone.getContactsByPhoneNumber () .

    Is there another way I can get the pic contact associated with a single address book contact?

    Later, I'll probably use this code to get the photo of contact:

    Contact contact = (Contact) contactList.elementAt(0);
    byte[] byteStream = contact.getBinary(Contact.PHOTO, Contact.ATTR_NONE);
    EncodedImage contactPic = EncodedImage.createEncodedImage(byteStream, 0, byteStream.length);
    

    So as you can see, I just need to get in contact for a specific contact record.

    Thanks for any help.

    If anyone is interested, he will get the peak of contact contact, based on the phone number. It assumes there is only one contact for this number, so if there is more than one, it will get the peak of contact for the last contact only, because the loop will overwrite the previous photos.

    BlackBerryContactList contactList = (BlackBerryContactList) PIM.getInstance().openPIMList(PIM.CONTACT_LIST, PIM.READ_WRITE);
    
    // Get a list of contacts that match the phone number (I only want last 8 digits only)
    Enumeration _enum = contactList.items(inputNumber.substring(inputNumber.length()-8),BlackBerryContact.TEL);
    
    while(_enum.hasMoreElements())
    {
        BlackBerryContact c = (BlackBerryContact)_enum.nextElement();
        if (c.countValues(BlackBerryContact.PHOTO) > 0)
        {
            byte[] photoEncoded = c.getBinary(BlackBerryContact.PHOTO, 0);
            byte[] photoDecoded = Base64InputStream.decode(photoEncoded, 0, photoEncoded.length);
            EncodedImage contactPic = EncodedImage.createEncodedImage(photoDecoded,0,photoDecoded.length);
            String picType = String.valueOf( contactPic.getImageType() );
            // If you want to store the photo as a HEX String
            String hexPic = byteArrayToHexString(photoDecoded)
        }
    }
    

    FACT!

  • How to get the categories of contect by a phone number?

    now I have a phone number, I can get the name and so on.

    but now I want to get the contect categories, how can I do?

    Please give me some examples of code, thanks.

    If you need information from a blackberry contact you using this code:

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800363/How_To _...

    Press the button Bravo thank the user who has helped you.

    If your problem has been resolved then please mark the thread as "accepted Solution".

  • How the hell can I find a phone number to speak to someone at Adobe LR?, how the hell can I find a phone number to speak to someone at Adobe UK from LR?

    I desperately need some advice of a human being and can not find a number ringing anywhere I went round and round in circles - that makes me really wonder if they want me to buy a product on their part!

    Google has no trouble finding this phone number

    Search

    Adobe tech support phone number uk

  • Call the target for multiple selection

    Hello

    I want my app to be able to be that a 'SHARING' call target if one or several photos are selected.

    I saw WhatsApp is able to do this, how can I add this feature to my own app?

    It works like a charm for a photo, but it does not show my application if I select several files.

    Kind regards

    Try this:

    
        card.composer
        Share Multiple
        
            bb.action.SHARE
            filelist/media
                    
        
    
    

    For sharing multiple files in file manager, you must use mixed/filelist.

  • Call the target for part Image

    The following code in fact handle bar my app a target for text sharing.

        
            Diaree
            icon.png
            application
            
                bb.action.SHARE
                text/plain
            
        
    

    But when I do the same with

    image/png
    image/jpg
    image/jpeg
    

    I don't see my application as a target in the image viewer share.

    I also tried

    *
    

    Who works for text, but not the images.

            
                bb.action.SHARE
            *
            
            
            
    
  • Problem, my debit card was fresh random $ 25 yesterday and the info on the withdrawal gives me a MSN phone number. What could be?

    I have a Zune account and gold so I know how they look like when they charge me.

    This has nothing to do with the installation, upgrade, and activate Windows.
    You must contact your bank.

  • my hotmail is Arabic, not English can I talk to someone about this problem, * address email is removed from the privacy * email address < PII removed > phone number

    can you help me with this problem

    Direct number: (888) 725-1047

    1-800-936-5700

    or

    Contact Microsoft support:
    http://support.Microsoft.com/contactus/?ws=support

  • Regarding the Validation Manager for phone number

    Hi all

    I need to use a validation Manager so that I can post the phone number field that is available by default in the console of the IOM in creating user. I want to be able to verify that this phone number is 10 digits, and a few other validations we want to do. Now that I saw the doc Oracle which shows a validation example on the link Manager: http://docs.oracle.com/cd/E14571_01/doc.1111/e14309/oper.htm. The code is displayed as below:

    throws a ValidationException ValidationFailedException {}
    Parameters HashMap < String, Serializable > = orchestration.getParameters ();
    String password = (parameters.get("usr_password") instanceof ContextAware)
    ? (String) (Parameters.get ("usr_password")) .getObjectValue () (ContextAware)
    : (String) parameters.get ("usr_password");
    If (password.contains("$")) {}
    throw new ValidationFailedException();
    }
    }

    but I suspect there's a missing line above what should be as public EventResult run (long processId, long eventId, orchestration of the Orchestration). That said, the usr_password is the parameter that happened here using the parameters.get () function. However I can't figure out how I can check for the phone number of the same way? It will be like usr_telephone_number? Please guide me still.

    Also, I need to do as a manager of validation for email address where in the Organization the user selects should be the domain of the email for example address field. If the user selects a fictitious organization, then the validation of the email should work to check if the entered domain is [email protected]. So for this I think I might need the details of how to get the selected organization and the e-mail address entered. Can you please help me to get the names of parameters for these parameters? Or direct me to the doc or a link where it is mentioned? Don't want to do trial and error with an event handler. Please help me.

    Thank you

    Attributes are referenced by the 'attribute name', i.e. 'Phone number' and 'Email' for the attributes you want. To the organization that you use "act_key" However this only returns the key of the object of the organization database - and not its name. If you need the name for validation, you will need to get this through the OrganizationManager, for example to get the name of the Organization to the organization with the act_key key:

    OrganizationManager orgmgr = (OrganizationManager.class) Platform.getService;
    Set = new HashSetuploading.
    try {}
    org = orgmgr.getDetails (act_key, uploading, false);
    } catch (Exception e) {}
    }
    orgName = (String) org.getAttribute ("name of the Organization);

    Note that act_key can be returned as a long and the need of conversion to a string first.

  • (E-mail) Message with a phone number

    Hello

    I wonder if there is a way to emulate the blackberry feature when a valid phone number appears in an e-mail message that you can highlight and call the phone feature. Is it possible to enter the phone number with some better than opening a textstream and legitimate analysis through the body of the message for a phone number?

    I noticed in environmental JDE that a class called DTMEchoField is instantiated at somepoint during the example that I have just described. It is an inner class, but I hope that there is something available that would work similar.

    Thanks in advance.

    Well in the end I found this one for myself. For all of you who are interested, I went the use StringPattern road to perform the management of phone numbers as they appear.

    I appreciate the help of RexDoug.

  • just got my phone under all contacts, he has my phone number, but the wrong name

    Just got my new IPhone 6

    Under (all Contacts) bears the name of evil but my phone number

    How can I change that I tried to change but not luck.

    Go to settings > Mail, Contacts, calendar > my info and tap on the name of here and which will open the Contacts window to choose the contact that has your name. First, if you haven't already done so, add a new contact with your name and number.

  • How to check if the mobile/cell the same phone number is registered on the different apple ID?

    Hello

    Is it possible to have the same number of mobile/cell phone with several Apple ID?

    If Yes, is it possible to check if the number is connected to several Apple ID? and how it can be removed?

    When I changed my job, I got a new cell phone number.

    I disconnected all my devices and removed my old number of my Apple ID, after that, I added my new number to my Apple ID and connected to my devices (iPhone, iPad and MacBook Air).

    The thing is that the person who had my new phone number previously, had the same phone number, added to their Apple ID.

    I get time iMessage and FaceTime applications contact the previous owner of my phone number.

    Even if it's annoying that I don't really like, I just block the numbers I don't recognize.

    But my big question is, if my friends iMessage and FaceTime applications for my new phone number can be found at the i-devices previous holders?

    I hope it's understandable - because it feels like a security risk.

    / Calle

    Unregister the old number

    https://selfsolve.Apple.com/deregister-IMessage

  • The CC $29.99 with a serial number CS4 student quote, it is possible - but not online? Help!

    I spent a lot of time waiting after you have called the Adobe - 1800 016 837 Australian aid number. Finally, I was transferred internally to a Customer Service Rep who kindly informed me that I have CS4 registered my Adobe ID and I can go to a CC non-students (with the $29,99 by month supply) of my student CS4 in Australia. But I can't do this online, I must apply through a Customer Service Rep (but not her because she was in the States), or through chat. I've received a number to call (?) - and for the life of me, cannot be connected to a live chat on the web. each link I found for web chat brings back me to the support options for the forums. So please, please, please - can the Adobe staff member contact me and help me.

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html ( http://adobe.ly/19llvMN )

  • Phone number fields

    Hello

    I have my phone set up number fields so that when the user enters a 10-digit phone number, they tab above and it appears as such: (999) 999-9999. I was wondering if there is a script that can be used to allow only the codes 204 and 431.

    Thank you in advance for any help you can give me.

    NikDk

    Form1.Page1.Subform1.telephone::exit - (JavaScript, client)

    validat formats include 1234567890, (123)456-7890 and (123) 456-7890

    var regex = / ^-(?) () \d{3})\) ? [- ]? ({\d{3}) [- ]? (\d{4})$/;

    var str = this.rawValue;

    If (regex.test (str)) {}

    var areaCode = "";

    Regex = / ^ \d{10}$/;

    If (regex.test (str)) {}

    the format is 1234567890

    codeZone = str.substring (0.3);

    If (ZipCode == '204' | codeZone == "431") {}

    "Str =" ("+ str.substring (0.3) +" "") "" + str.substring (3.6) + '-' + str.substring (6.10);

    this.rawValue = str;

    }

    else {}

    xfa.host.messageBox ("the area code must be either 204 or 431.");

    }

    }

    else {}

    the format is (123)456-7890 or (123) 456-7890

    codeZone = str.substring (1.4);

    If (ZipCode == '204' | codeZone == "431") {}

    this.rawValue = str;

    }

    else {}

    xfa.host.messageBox ("the area code must be either 204 or 431.");

    }

    }

    }

    else {}

    xfa.host.messageBox ("Please enter the 1234567890 format phone number, (123)456-7890 or (123) 456-7890" ");

    }

    Steve

Maybe you are looking for