Questions tagged [bb-messenger]

BlackBerry Messenger (BBM) is a proprietary Internet-based instant messenger and videotelephony application included on BlackBerry devices that allows messaging (and videocalls for BlackBerry 10 smartphones) between BlackBerry users.

BlackBerry Messenger (BBM) is a proprietary Internet-based instant messenger and videotelephony application included on BlackBerry devices that allows messaging (and videocalls for smartphones) between BlackBerry users. It was developed by the manufacturer of the BlackBerry, BlackBerry (formerly Research In Motion (RIM)). Messages sent via BlackBerry Messenger are sent over the Internet and use the BlackBerry PIN system, so communication is only possible between BlackBerry devices.

Source: Wikipedia

49 questions
1
vote
1 answer

Blackberry reflection for BBM Integration

I'm currently trying to use the BBM SDK 1.0 (net_rim_bb_qm_platform.jar). The integration works no problem, except when the device has a BBM version lower than 6, as per the library's requirements. I'm wondering if there's some sort of "reflection"…
Kevin
  • 1,626
  • 16
  • 30
1
vote
2 answers

BlackBerry - Is it possible to change the status of the BlackBerry messenger programatically?

Is it possible to change the BB Messenger's status programatically? As of now I could just find how to get contacts from the BB Messenger instance. Thanks for any help
lostInTransit
  • 70,519
  • 61
  • 198
  • 274
1
vote
0 answers

Programmatically share the text in BBM blackberry

I need to share my text in BBM, i have tried this code protected void sendBBM() { BlackBerryMessenger bbm = BlackBerryMessenger.getInstance(); int moduleHandle = CodeModuleManager.getModuleHandle("net_rim_bb_qm_peer"); …
Vendetta
  • 513
  • 2
  • 16
1
vote
1 answer

URL scheme to launch Blackberry Messenger (BBM), like mailto or tel

Is there a custom URL scheme which can launch Blackberry Messenger on Blackberry phones? I'm looking for something like "mailto" or "tel", where clicking it would open BBM and ideally let me pre-fill the text: share by…
sil
  • 1,769
  • 1
  • 18
  • 34
1
vote
1 answer

Send message to BBM group?

I want my application to send a message to a BBM group.
Janny
  • 681
  • 1
  • 8
  • 33
1
vote
1 answer

BlackBerry Messenger integration: UUID for production environment

I've been reading the BBM SDK samples and the development guide. For an application to use BBM platform services, it should register first (it is a call to RIM servers to request access): BBMPlatformManager.register(BBMPlatformApplication) An…
Mister Smith
  • 27,417
  • 21
  • 110
  • 193
1
vote
0 answers

How to use BBM in Blackberry Webworks?

I am developing an application where I need to use BlackBerry Messenger (BBM) in it. As I am new to BlackBerry development, I don't know how to do it. Actually, I have gone through many sites and I came to know that I need to install BBM SDK. As I…
code_finder
  • 1,370
  • 2
  • 21
  • 39
1
vote
1 answer

How to delete the BBM proxy app and BBM connected app together

My app is a BBM connected app. It has a proxy app which checks whether the user can continue to our app based on the BBM requirements. The proxy app icon is visible in the BB Os. I have seen that , when the user deletes the proxy app, it doesnt…
rfsk2010
  • 8,571
  • 4
  • 32
  • 46
0
votes
1 answer

How to parse Blackberry Messenger CSV in PHP?

I want to parse through and create a single file from CSV files generated from Blackberry Messenger. An example : BlackBerry Messenger,6.0.0.129CRLF 201112071323251405361,"2732E6DB ","555ABCDA",TextData TextData TextData…
dkcreatto
  • 1
  • 2
0
votes
1 answer

how to send message in Blackberry messenger using BBM PIN via Application

i dont have experience in BBM and in my application , one requirement is that . .there in one Buttonfield. when i click on that Button one PopupScreen open .PopupScreen have three field . one TextField second "SendButton" third "Canclebutton" . i…
Hitarth
  • 1,950
  • 3
  • 27
  • 52
0
votes
2 answers

Blackberry MDS Simulator installation problem

I'm developing an app that needs to send something via BBM, so I wanted to try it out. The problem is I can't get the BBM simulator to run. I followed the instructions found on the Blackberry Messenger page but when I execute run.bat it says the…
ieeehh
  • 674
  • 5
  • 10
0
votes
1 answer

Invoke Blackberry Messenger via the RIM API

I want to incorporate a light contacts invitation module into my application using the Blackberry Messenger. Is there an API that can invoke the BBM and allow the user to select contacts to send a pre-filled( pre-generated ) text to? The target JDE…
Olaseni
  • 7,698
  • 16
  • 44
  • 68
0
votes
1 answer

BBM chat integration in 3rd party App

i want to integrate BBM Api in my application where i can chat with my friends without switching to BBM app. I know, i can initate the chat to any contact , but is it possible to receive messages into my app and continue chatting ? Any input on this…
Atmaram
  • 3,655
  • 2
  • 27
  • 33
0
votes
1 answer

How to share content from my iOS app onto BBM?

I am trying to allow users of my app to share contents from my apps on their social timelines and within their chat messenger apps. Recently I came up with the fact that BBM is actually one of the most common messenger apps in my target countries.…
Martin
  • 35
  • 6
0
votes
1 answer

Invoking BBM Video/Audio from Workspace application

I am able to invoke BBM chat from workspace, but I cannot invoke Video/Audio chat. Is this available, or is it restricted? Here is my invocation code. InvokeManager invokeManager; InvokeRequest…