get the BBM chat contact pin

Hello

I have a PIN for a user, I want to start the conversation with the contact with this PIN... what should I do?

If I started bbm chat with a contact using uiservice.startbbmchatmessage) now how do I get contacts selected pins of the switch contact thw?

I want to log in to my application I started the conversation with this contact... How do I get this contact

If you do not find in the sample and you can't find in the documentation of the API, so I suspect that you can very well be assured that it is not there.

Tags: BlackBerry Developers

Similar Questions

  • How to get the points of contact between the points and polygons

    Hi ~

    I am
    work based on Oracle 11 g and
    looking for a way to get points of contact between the points and polygons.

    For example, I have two data STORE (point) "and"(polygon) ROAD"and each store must have a contact point or points of contact for the nearest road.

    I know what the closest route is using SDO_NN, but I don't know hot to get the point of contact.

    Please let me know hot to do ~

    Thank you.

    If you have the point and its nearest road, you can find the contact point (ie the store point nearest the road linestring) using SDO_LRS function Project_Pt as follows:

    With route As (
      select SDO_GEOMETRY(3302,NULL,NULL,SDO_ELEM_INFO_ARRAY(1,2,1),SDO_ORDINATE_ARRAY(2.0,2.0,0.0, 2.0,4.0,3.218, 8.0,4.0,12.872, 12.0,4.0,19.308, 12.0,10.0,28.962, 8.0,10.0,35.398, 5.0,14.0,43.443)) as route,
             SDO_GEOMETRY(2001,NULL,sdo_point_type(9,3,NULL),null,null) as store
      from dual
      )
      SELECT SDO_LRS.PROJECT_PT(route, store) as store_on_route
      FROM route ;
    -- Result
    --
    STORE_ON_ROUTE
    --------------------------------------------------------------------------------------------------------
    MDSYS.SDO_GEOMETRY(3301,NULL,NULL,MDSYS.SDO_ELEM_INFO_ARRAY(1,1,1),MDSYS.SDO_ORDINATE_ARRAY(9,4,14.481))
    

    If you don't have a space licence, try using my LRS for users of Locator at: http://www.spatialdbadvisor.com/source_code/214/linear-package-sdo_lrs-replacement

    If this is correct, please give points. (I work for love IE Points not money!)

    concerning
    Simon

  • ContactService object in bb::pim:contacts can get the BBM contacts?

    According to the documentation of cascades, ContactService can recover contacts from various sources such as BBM. Is this correct? I can only get local contacts and active sync.

    For the BBM contacts, are returned only contacts also with your installed application.

  • Invoke the BBM Message to PIN

    I need an example code or information on how to trigger a BBM Chat with on a particular PIN the ActionBar or a button.

    Any link reference or help would be greatly appreciated.

    Thank you!

    After this doc:

    https://developer.BlackBerry.com/native/documentation/device_platform/invocation/BBM.html

    As uri (pin:<>) is almost unique to BBM app, using only the uri in the InvokeRequest would work, but if another application to register this uri, you include better target ID and ID of action both to ensure that the application of the right is open.

    In addition, do not use class Invocation of QML, which is not the same class as InvokeManager and tends to fail in many cases, including this one.

    Main.QML

    import bb.cascades 1.4
    
    Page {
        Container {
            TextField {
                id: bbmPin
                hintText: "Enter BBM pin here"
                inputMode: TextFieldInputMode.Pin
                onTextChanging: { button.enabled = (text.length == 8) }
            }
            Button {
                id: button
                text: "Chat"
                enabled: bbmPin.text.length == 8
                onClicked: { _app.startBbmChat(bbmPin.text) }
            }
        }
    }
    

    ApplicationUI.cpp

    #include 
    #include 
    
    /* ... */
    
    void ApplicationUI::startBbmChat(const QString& pin) {
        bb::system::InvokeRequest request;
        request.setAction("bb.action.BBMCHAT");
        request.setTarget("sys.bbm.sharehandler");
        request.setUri("pin:" + pin);
    
        bb::system::InvokeManager invokeManager;
        invokeManager.invoke(request);
    }
    

    ApplicationUI.hpp

    /* ... */
    
    public:
        ApplicationUI();
        virtual ~ApplicationUI() {}
    
        Q_INVOKABLE void startBbmChat(const QString& pin);
    
    /* ... */
    
  • How to get the BBM Message in our application integrate after BBM SDK in App?

    Hello

    I need help in BBM get message in our application.

    I joined the BBM SDK in app so after that how many message comes in BBM all show message of our application.

    So, it is possible?

    You can call BBM to view a map of BBM chat in your application.  This allows the user to send and receive messages with your application.

    Your application cannot capture and read BBM messages programmatically.

  • Get the code of BlackBerry PIN through lines of command, or c# program

    Hi all

    Could you please suggest me the way to get the PIN of BlackBerry code through lines of command, or c# program. Either it's direct BlackBerry or BlackBerry device Simulator and which is connected by USB.

    You can use the javaloader.exe command-line tool to do this.  It is included with the JDE BlackBerry and BlackBerry Java plug-in for Eclipse.  The following command will do.

    JavaLoader u deviceinfo

  • API to get the list of contacts, calendar, information from music files?

    Hello

    Is there support for the list of contacts, calendar list information files or music from the platform. In the case where a user synchronizes contacts, calendars, music files using a smartphone BlackBerry bridge, how applications can get access to this information?

    concerning

    Arun

    They have not released these APIs to interact with calendar and contacts features yet. They are still working on this feature for the PlayBook, but I think we would expect that in the next version of the OS.

    I'm not sure of the bridge and the music info, but I'm sure that these APIs are in the same boat as the contacts and calendar.

    Scott

  • How can I get the name of Contact? ~

    now, I opened a list of contacts,

    Contact list BlackBerryContactList = (BlackBerryContactList) BlackBerryPIM.getInstance () .openPIMList (BlackBerryPIM.CONTACT_LIST, BlackBerryPIM.READ_ONLY);
    Contact BlackBerryContact = (BlackBerryContact) contactList.choose ();

    I want to get the name of the contact that I choose, how can I do?

    I use

    String contactName = contact.getString (BlackBerryContact.NAME, 0);

    but can not have, how to use these Field summary FORMATTED_NAME ,NAME ?

    final String[] name = contact.getStringArray(Contact.NAME, 0);
            final String firstName = name[Contact.NAME_GIVEN];
            final String lastName = name[Contact.NAME_FAMILY];
    

    Check this link below.

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

  • Getting the activity of contact data?

    Hi all

    In trying to get the ProcessedActivity of database entities, I always get 0 record.

    Should be a config change to record activities?

    Moreover, in trying to get the RESTful API activities, I send requests to each contact id and each type of activity of the 8 types (emailOpen emailSend, emailClickThrough, emailSubscribe, emailUnsubscribe, formSubmit, webVisit, campaignMembership).

    But each application would expire.

    When obtaining accounts and Contacts, it works well, and records of result would be returned in a few seconds.

    So, what should I do especially for activities?

    Any suggestions?

    Thank you

    Biao

    Extraction activities in bulk via SOAP by the ProcessedActivity only works if you have the internal queue previously activated for you, and you have the activity according to the internal events that log information that him. It will store data up to 45 days. So 0 results could mean it is not enabled, your internal events are disabled (or external calls in them have been deleted) or your date range is beyond the data you have, or simply the filter on your query returns no data. You can read more here:

    The queue of activity processed (AQP)

    And here:

    Eloqua API how: retrieve data of activity through the API

    To make queries through the REST, if you get HTTP500, try again with a shorter period of time and a small page to test. If you're pulling for one year (maximum) and contacts a large number of activities, the db simply may not have able to extract the data in time. To clarify on the levels of support for REST 1.0 - product compatible will address all the problems that you encounter with him and log defects or feature requests as needed. From there on, dev may specify what level of action, we can provide on this particular workflow or an end point. REST 2.0 is not supported because it is not contractually stable and may change between versions. If the behavior/feature you need is available at REST 2.0 and 1.0 not, then certainly, you can consider using it, but it is not recommended because of this reason.

    For activity in general, exports in bulk 2.0 export activity are available. They have the advantage to be more effective than the REST, which is 1 call per contact by type of activity, and support the date more 1 year ranges. During the SOAP/QIP method, there the advantage of not requiring installation and changes to your integration area, as well as no drop of data after 45 days.

  • BlackBerry Smartphones Sim unconfigured 2 &amp; cannot get the Bbm by Instant Messenger

    Because my phone got ran, I am currently using a Blackberry Curve 9320 in which I bought from a friend. I went to the Virgin Mobile.ca and activated my sim card and phone online, and then when I thought that he said, that it has been saved successfully, it says SIM NOT CONFIGURE 2

    I'm having the worst luck and am so lost without phone. I don't know what that means, but I Googled it and got many different answers. If someone who has experienced this before can let me know what they think, that would be greatly appreciated.

    Also when I go to the instant messaging, aol e-mail POP, but not Bbm. What I download BBM as soon as I get on the phone? I thought BBM was already on BlackBerry... ugh Confused and Sad without a phone.

    T

    Hello

    If you receive this error message then the SIM card is not connected, or there is a fault with it. If customer services say they have linked the number but you are still having problems, then it is likely that a replacement SIM card will fix this for you. It could also be due to the phone being locked to the carrier of your friend.

    Now BBM maybe missing a few reasons:
    (1) it is hidden
    (2) it has been uninstalled
    (3) if it's a business device, he could have been disabled.

  • How can I get the list of Contacts to show?

    There is a 'contacts' list that is separate from the address book (#&! % *!). I look forward to Mozilla. Why can they make this clear?

    Speaking of not being clear. Where you expect to see this list?
    There are contact sidebar in a window of writing. Pressing F9 it switches on and outside.

  • BBM how to move the bbm chat history in android to the iphone 5?

    Hi all

    I just changed my Samsung S5 (android 5.0) gadget to iphone 5 (iOS 9.2)
    I need to move the history of cats BBM I in Android, in my iphone.
    Please advise...

    Thanks in advance, thank you for your help.

    Hello

    It is not possible.

    Concerning

  • How to get the ID of contact to work in notes

    I know you must go into the settings and activate a password, but when I go in the application notes, nothing has changed

    you have the last IOS 9.3?

  • I'm trying to configure icloud with my pc/outlook.  I can not get the calendars and contacts in sync.  they do not speak with each other as they did when icloud was not enabled. Help, please.

    How can I configure icloud on my iPhone and a windows PC?

    Have you followed these steps?

    http://www.Apple.com/icloud/Setup/iOS.html

    http://www.Apple.com/icloud/Setup/PC.html

  • 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!

Maybe you are looking for

  • AppleScript, convert Word to PDF doc

    This applescript allowed the user to select a word, converted doc the doc to PDF, sent by mail and then the PDF file to the trash. It worked perfectly until today, after the most recent update of OS X. Any advice would be appreciated! --------------

  • HP Pavilion 21-h000 Touch All: problem with video drivers

    I noticed that my computer has been doing my appeare slow and jerky video. A window will open as soon as I open it showing as in Windows Movie Maker: "If you experience slow performance using Movie Maker, you may need to install a driver for your vid

  • M2N68-(Narra6)

    Hello I am currently using a motherboard M2N86 - THE Narra6, which is this one here. http://support.HP.com/us-en/document/c01925534 And I recently bought CORSAIR Vengeance 8 GB (2 x 4 GB) which is; http://www.Newegg.com/product/product.aspx?item=N82E

  • SQL 2005 update failed. error code 663.

    I didn't know an answer to my previous question, which was:-my computer to stop asking me to update.  I try and it tells me that try to update sql 2005 failed.  error code 663.  This has happened for a long time.  I am a user of the computer only so

  • My Mac OSX 10.7 new does not recognize my existing j5750 all-in-one hp?

    Error message: cannot open the HP Installer application because the PowerPC applications are no longer supported.  How can I get the new Mac to recognize the all-in-one?