BlackBerry Messenger

Hi all

Im trying to listen to an incoming message from BlackBerry Messaging. As far as I understand this concept so far all I do is listen to a request new session, and then start a new listener associated with this session request. My listener of the session, have all 5 classes that are needed but when I compile the source it throws an error "xxx is not abstract and does not substitute the abstract method messageDelivered in net.rim.blackberry.api.blackberrymessenger.SessionListener".

My Code:

Net.rim.blackberry.api.blackberrymessenger import. *;

public class xxxxx implements {SessionListener}

' Public Sub messageQueuedForSend (a session Message message) {}

}

' Public Sub messageReceived (a session Message message) {}

}

' Public Sub messageSent (a session Message message) {}

}

' Public Sub messageDelivered (a session Message message) {}

}

{} public void sessionClosed (one session)

}

{} public void sessionRequestAccepted (one session)

}

}

Any idea or I do something wrong?

Well, I imported each individual class and it worked... thxs

Tags: BlackBerry Developers

Similar Questions

  • Target value again Blackberry Messenger SDK

    Hello

    I'm new to BLackberry Messenger.

    I download the latest version of the SDK that is available two days ago.

    as indicated in the RFSO for Blackberry Messenger SDK I create the shortcut for the run.bat file...

    in the doc told them to add text in the target in the Properties window.

    my current goal is as below:"C:\Documents and Settings\megha.sanghvi\My Documents\Downloads\BBM SDK Beta 4_03_10_2011\MDS Simulator\MDSv3.5.3\sdk\mds\run.bat"

    How to add

    Just add after the current Destination...

    as-

    "C:\Documents and Settings\megha.sanghvi\My Documents\Downloads\BBM 4_03_10_2011\MDS Simulator\MDSv3.5.3\sdk\mds\run.bat Beta SDK"

  • BlackBerry messenger integration Playbook Tablet Adobe AIR app

    Hello community,

    I need help. I've updated to OS2.0. I want to integrate shraing via BlackBerry Messenger in my application look like adobe for the playbook tablet. It is possible now or wait until BlackBerry Tablet OS SDK for Adobe® AIR® API update comes? I can't find any documentation on this issue, nor some api to do this.

    Thank you

    It is not yet possible.

  • BBM blackberry messenger restore/download

    -Very well, is thoughtless and I tried to update my blackberry Messenger (BBM) and the download/update canceled. Later, I restarted my phone and when I tried to open up BBM, it wasn't there. I checked everywhere and now I don't have him anymore. I tried a link online but I need Blackberry App World, I did not because of the ability of my phone. So my question is how can I possibly restore or download BBM on my phone without using blackberry app world?

    OK, nevermind. I managed to do go. Haha I kept hitting the button when my screen turned dark so that's probably why he would cancel. Thank you very much. You have made my day.

  • How to get the Version of Blackberry Messenger in webworks

    I would like to know if its possible for me to get the version of Blackberry Messenger installed on Blackbery device from my application webworks.

    I need to know how to do that because I intend to connect my blackberry webworks for BBM 6 application. So I need to know if the user has version 6, so I can tell them to upgrade if it is not.

    Thank you


  • HELP BlackBerry Messenger platform problem-"Access Violation" when registering

    Hi all

    I am trying to create the object of class BBMPlatformApplication as follows

    and try to save it:

    private class BBMAppPlugin extends BBMPlatformApplication{
            public BBMAppPlugin(){
                super("5FBAD902-0E8C-81AC-E6FF-62D17AFD9BE6");
            }
        }
    

    I create an object of this class and simply try to regisiter using:

    BBMAppPlugin bbmPlugin = new BBMAppPlugin();

    platformContext = BBMPlatformManager.register (bbmPlugin);

    But the meothod of registry, the 9800 Simulator, to 6.0.0 platform, just hangs and gives an error dialog box:

    Internal error - Simulator BlackBerry 9800
    ------------------------------------------
    "Access violation writing to 0x2A5CFD9C.

    After that I also dismiss the dialog box, the Simulator disappears from the display.

    What is going on?

    What is happening with all the codes of the sample as well as BBMSdkDemo of the RIM.

    Someone HELPPPPPPP!

    I call the method register inside another object as follows:

    As soon as the executable is called the error appears:

    /**
    * Constructor.
    */
    BBMHelper(){
    BBMAppPlugin bbmPlugin = new BBMAppPlugin();
        // register the bbmPlugin
        UiApplication.getUiApplication().invokeLater(new Runnable(){
            public void run(){
                try {
                    platformContext = BBMPlatformManager.register(bbmPlugin);
                }
                catch (ControlledAccessException e) {
                    // The BBM platform has been disabled
                }
                if (platformContext != null) {
                    platformContextListener = new TheBBMPlatformContextListener();
                    platformContext.setListener(platformContextListener);
                    screenBBMInvite = new BBMInviteScreen(platformContext);
                }
            }
        });
    }
    

    It's the debug output that I get before the Simulator crashes:

    [0,0] 11/02 19:55:05.257 BBM FutureTask run: net.rim.device.apps.internal.qm.bbm.filetransfer.BBMFileT [0.0] ransferManager@bd3f718c
    [0,0] start FileIO:fileinfo 8
    [0,0] FileIO:info by full name 8
    [0,0] start FileIO:fileinfo 9
    [0,0] FileIO:info by full name 9
    [0,0] FileIO:fileinfo start a
    [0,0] FileIO:info by name full one
    [0,0] b FileIO:fileinfo beginning
    [0,0] FileIO:info by full name b
    [0,0] FileIO:fileinfo start c
    [0,0] FileIO:info by full name c
    [0,0] FileIO:fileinfo beginning d
    [0,0] FileIO:info by full name d
    [0,0] FileIO:fileinfo e beginning
    [0,0] FileIO:info by e full name
    [0,0] f early FileIO:fileinfo
    [0,0] FileIO:info by f full name
    [0,0] FileIO:fileinfo start 10
    [0,0] FileIO:info by full name 10
    [0,0] start FileIO:fileinfo 11
    [0,0] FileIO:info by full name 11
    [0,0] FileIO:fileinfo beginning 12
    [0,0] FileIO:info by full name 12
    [0,0] 11/02 19:55:09.875 BBM FutureTask finish: net.rim.device.apps.internal.qm.bbm.filetransfer.BBMFileT [0.0] ransferManager@bd3f718c
    [0,0] from the tasks planned: Wed Nov 02 19:55:12 America/New_York 2011
    [0,0] beginning 13 FileIO:fileinfo
    [0,0] FileIO:info by 13 full name
    [0,0] start FileIO:fileinfo 14
    [0,0] FileIO:info by full name 14
    [0,0] FileIO:fileinfo start 15
    [0,0] FileIO:info by full name 15
    [0,0] beginning 16 FileIO:fileinfo
    [0,0] FileIO:info by full name 16
    [0,0] FileIO:fileinfo start 17
    [0,0] FileIO:info by full name 17
    [0,0] completing tasks planned: Wed Nov 02 19:55:12 America/New_York 2011
    [0,0] type of bridge: 7 PID: 4028 uninit

    It turns out that there is an IllegalArgumentException in another part of my code.

    But this code was not serious.

    And also I needed to upgrade from version 5.0 to 6.0 blackberry Messenger blackberry app world.

  • [With the help of Blackberry Messenger]

    Dear Sir

    I have small example how I send the text, my request to one of my friends from Messenger Blackberry and he received this normal on his Blackberry Messenger.

    Thank you much for the help

    There is none of these examples because it can "receive this normal. He could only receive if you wrote the BBM on her BB also customer.

    BBM is an application-to-application session protocol based.  See the code of Tic Tac Toe demo for an example of how it is used.

  • How to add a list of users of Blackberry Messenger using Java?

    Hi all

    Do I want to, a Midlet Application to add a list of users to BB Messenger PIN or email. Is it possible using the Blackberry API?

    If this is the case, could you please send me links or any other useful animals...

    or

    Is it possible to send contacts from this using BES BlackBerry BB Messenger?

    Thank you

    There is no API BlackBerry that allow you to add contacts to BlackBerry Messenger.

  • BlackBerry Messenger message

    Hello

    I want to do something like the browser app where when there's a new BB Messenger message, something appears on the title bar of my application.

    How do I listen to an event of BB Messenger? I see in the OS 4.2.1 API, you can do BlackBerryMessenger.registerServer (), but it is not very clear how to build a service.

    Someone knows or can provide a quick snippet on how to register a listener for BB Messenger?

    Thank you.

    The BlackBerry Messenger API support all incoming messages, only those for a session recorded by listening application.  For an example, take a look at the tictactoedemo provided with the BlackBerry JDE.

  • BlackBerry Smartphones Blackberry Messenger "More information" is wrong - I can't fix

    When I opened first Blackberry Messenger, he asked me to associate a contact with my identity.

    It was my first night with the touch keyboard and I accidentally chose the wrong contact in my list.

    Now when I look at my profile for Contact and seek 'View My additional Info', it has the information to the wrong contact.

    I tried to use the 'remove link to Blackberry Contact' window 'View info', but even when I type 'Yes' to the warning the wrong information still remains.

    How can I change the information for the correct contact? or how to reset everything? or how to change the existing information?

    UPDATE, the issue seems to have resolved itself... Don't know if it was when I updated the BBM survey software or when I reset the device by removing the battery...?

  • BBM for the bold 9900 blackberry Messenger

    I completely deleted my bbm in my camera and then when I go to the world of blackberry to install it, after a while completing the 7 MB download it says "installed", but I'm not in the menu of my camera, even in the blackberry set up which will be I get back my bbm again normally and I go to see him again in the menu and in the blackberry set up. TNX

    The steps outlined in the knowledge following BlackBerry Base Article usually solve the problem, you declare: KB23968 BlackBerry Messenger icon disappears from the home screen of the BlackBerry smartphone

    Let me know how it goes!

  • Blackberry Smartphones blackBerry Messenger

    Hello, when I update my blackberry bold 9700 my blackberry messenger its no longer works and I got the message every time

    a temporary server of BBM has occurred

    I tried several times to update but its not working,

    Hey rouiha,

    Welcome to the community of BlackBerry Support Forums.

    Thanks for the question.

    Do you have a BlackBerry data plan with your network service provider?  Also are you connected to a Wi - Fi network?  Can send me a private message with your PIN so I can study?

    Thank you.

  • Uninstall Blackberry Messenger blackBerry Smartphones

    How to uninstall blackberry messenger?  It won't uninstall the usual ways and a bunch of methods I google does not work either.

    How have you tried to uninstall?

    The only way to do it is to go into your Options icon, then device > application management.  Access BlackBerry Messenger, select it, and then press delete.

    Your device will require a restart, but which should probably uninstall it.

  • String of Smartphones blackBerry, invalid certificates after the upgrade to Blackberry Messenger on torch

    I've recently updated my BBM to version 7.0.0.126 by suggestion in Blackberry App World. After the upgrade, I am getting an error on the screen every two minutes. It reads:

    "You are attemptiing to open a secure connection, but the string server certificate is not valid."

    When I click on "View certificate" I get this information:

    X *. VoIP.BlackBerry.com

    Unverifiable Cert Chain

    Status of string stale

    Revocation status: unknown

    Status of trust: trust explicitly

    Expiration date: Saturday, November 9, 2013 18:59:59

    Certification type: X 509

    The public key type: RSA 2048

    Object: CN = *. voip.blackberry.com; OR: IT; O = Research In Motion Limited. L = Waterloo; ST = Ontario; C = CA

    Issuer: CN is Thawte SSL CA.; O = Thawte, Inc.; C = US

    Serial number: 1679 4F1B FB86 F194 CA7C AA89 432 7433 has

    The key usage: Digital Signature; Encryption keys; Server authentication; Client authentication

    Signature algorithm: RSA_PKCS1/SHA1

    SHA1 Thumbprint: 66 4 86AB CF52 9023 C563 C776 813D C9D5 B18D 053D

    MD5 Fingerprint: 933 1 12 2 81 24A 7 E35A B117 48F9 48F9

    I made sure that I got everything updated on my Blackberry. Yet the problem persists. I'm on a package version 6.0 of Blackberry Torch 9800 695 (v6.0.0.246, platform 6.4.0.105). When I click "Software updates" under Options, I get: "your BlackBerry is up-to-date.

    The error message is driving me crazy and sometimes it is even difficult to get any use out of my phone because it appears whenever he wants, without worrying if I type an e-mail, in contact with someone on BBM or navigation.

    How can I get the error message stop popping up?

    Hey Netzimon,

    When you receive this error message is your BlackBerry smartphone connected to a Wi - Fi network, behind a firewall? If so, please see the following article:

    BlackBerry Messenger Voice Chat using a firewall

    http://BTSC.webapps.BlackBerry.com/BTSC/KB33102

    Let me know if it helps.

    Thank you.

  • BlackBerry smartphones can not use the contact option search on blackberry messenger

    my camera 9360

    I can't use contact search on my blackberry messenger, if I use that just get my blackberry Messenger to block/no response.

    What will happen?

    Pliss help me, brother and sister n

    Thank before and after

    Hmm... I don't know why your BBM contacts are suspended.

    • I would try to backup your BBM contacts on your media card (open BBM > Menu key > Options > backup locally to media card).
    • Then, to delete BBM on your device in Options > advanced > Applications (options > device > Applications)
    • Perform a simple reboot on the BlackBerry this way: with smart BlackBerry poweredphone, remove the battery for a minute and then reinsert the battery to restart.
    • Now, reinstall BBM using your Blackberry browser to www.blackberry.com/bbm
    • restore your identical to the backup above BBM contacts.
  • Question of blackBerry Smartphones blackberry messenger

    It is perhaps a silly question, but do you need to have signed up for the option of monthly data transfer with your service provider in order to use blackberry messenger?

    Hello, the issue is not stupid, and Yes you do I need a plan

Maybe you are looking for

  • Installation of Vista on the powerful Qosmio

    today I received my Qosmio back for a repair under warranty (dead pixels), a fast and wonderful repair that you expect from Toshiba. I decided to give Vista a spin and see how things were going, install went ok ish (locked at the 1st attempt) managed

  • Resetting a case Structure

    The goal is to fill two tanks, one after the other. When the first tank reaches 90, must emit red light, and the second reservoir begins to fill. Once the second tank reached 190, a green light, and when it reached its maximum capacity (200), the loo

  • Using the same device

    Hey guys I've migrated my VBAI to labview and it works once I run it. I use a Basler Camera etc, but once I run the labview application use again the portable camera how can I set to constantly select the basler camera. In VBAI he will always choose

  • Data flow of the User Interface general problem (LabVIEW 2012)

    I have problems reading & checking to a tab group user input (see the "Test settings" tab in the attached example). Essentially, I need to define and test many parameters. In the example, I need to create a bitmask of four switches to selection. Only

  • How to free space on my C drive

    I recently bought a computer on the ground that he had a lot of space - 2.56 TB on drive D, but everything on the C drive that has only 149GB. Drive C is now full and I cannot work properly, why are all the program files etc on the smallest available