BlackBerry QNX is a mobile platform developed by Research In Motion. It is used by the BlackBerry PlayBook and BlackBerry 10 devices. Please use this tag for questions relating to PlayBook or BlackBerry 10.

learn more… | top users | synonyms

1
vote
0answers
16 views

BB10 WiFi/Bluetooth Detection

I'm doing a bit of research and I was hoping to get some clarification on the availability and functionality of APIs for BB10. What I'm trying to accomplish: I'm trying to create a BB10 application ...
0
votes
1answer
14 views

Getting the list of running user process in QNX

I am running some daemon user processes as well as some Xlet GUI apps in a QNX operating system.I connect to the QNX console using TeraTerm.I need to get the list of running user apps/process inorder ...
0
votes
1answer
84 views

unable to build and deploy any sample cascades applications to the simulator

I have the latest (as of 5/1/2013) SDK and Simulator installed (10.1.0.1483). I have also downloaded the samples from github and unzipped on my PC. Here are the steps I take in attempt to launch a ...
0
votes
1answer
99 views

Installing Target Bar file in Blackberry 10 alpha Simulator

I have question w.r.t BB10 BAR file installation in Alpha Simulator. I created a blackberry 10 casecade application on QNX Momentics IDE. Application works fine on Blackberry 10 alpha simulator when ...
0
votes
1answer
30 views

Developing Library for a Blackberry 10 app

I want to develop a Authentication library for Blackberry 10 app. This will contain some UI elements and request/response handling to the server for authentication purpose. I have come to know that ...
0
votes
1answer
53 views

Deployment Failed BlackBerry

I am trying to run my Application from QNX Momentics and install it on my BlackBerry 10 Dev Alpha B device. The following error occurs Deployment Failed: Info: Sending request: Install and Launch ...
0
votes
1answer
74 views

Access Internet from BB10 simulator

I want to access Internet from my BB10 simulator. I have changed the setting of the virtual machine and changed the Network Connection type from NAT to Bridged. But after this when I restarted the ...
0
votes
2answers
52 views

How to connect BlackBerry10 Dev Alpha B to QNX Momentics

How to connect BlackBerry 10 Dev Alpha B device to QNX Momentics? I've tried to connect it with Window > Preferences. Expand BlackBerry, and then select Signing. Click BlackBerry Deployment Setup ...
0
votes
0answers
21 views

libmmrndclient.so.1 link errors try adding it to the linker command line

I am having a mm_renderer function. When i try to compile in debug mode, i get this error. I am using qnx for bb10 'mmr_context_create' is defined in DSO ...
0
votes
0answers
66 views

Blackberry 10 Dev Alpha update issue

I'm having trouble updating the firmware of my Blackberry 10 Dev Aplha B device. The OS has expired, the message shown is the following: "Thank you for participating. The Blackberry 10 Dev Alpha ...
3
votes
1answer
107 views

Running my application in Blackberry 10

I am newbie in Blackberry 10 development I have tried to run a GE / Cascade sample application but it has thrown the error as seen in image 'Syncing and starting the application has encountered a ...
1
vote
2answers
156 views

Is there a sample of displaying a BBM contact list using Cascades on BB10?

I have been struggling for a little while to get the contact list from a BBM connected app so that I can choose a contact to work with. I am using the bb::platform::bbm::ContactService class, but ...
0
votes
0answers
51 views

BB10 QNXStageWebView drop down not working

I'm trying to use the QNXStageWebView control using the BB10 SDK 3.1.1 for Adobe AIR and I'm having an issue when clicking a drop down menu (HTML select tag). It does not work, when I click on the ...
0
votes
1answer
109 views

On user closing bb10(z10) app , its taking long time to access app icon on home screen

The scenario is my app is using web view(java script for map) , on user closing the app he has to wait for some time(the icon image is blurred on home screen signifying app is not ready). Does bb10 ...
1
vote
1answer
168 views

How to Fix Module Not Installed Error in BB10 IDE

Is it possible to fix module not installed error in BB10 IDE? Attached is screenshot of error to explain it a bit. Note: There is a similar question on SO which is kind of asking the same question ...
0
votes
0answers
15 views

How tocreate a text overlay in qnx target screen

Can anyone tell the screen.h api to overlay a text in qnx target Thanks in advance.
0
votes
0answers
44 views

Building project error on NDK

I installed BlackBerry Playbook NDK 2.1.0 and I cannot build any project. When I use Project->Build way nothing changes, console is empty too. I made a video of my problem here: ...
0
votes
0answers
294 views

cannot find error trying to link a static cascades library

I'm trying to pull out a custom control from my Blackberry Cascades app into a library My projects folder setup root/sdk root/app sdk.pro TEMPLATE = lib APP_NAME = bb10_sdk CONFIG += qt warn_on ...
0
votes
1answer
170 views

BlackBerry 10 OS OpenGL ES 1.1 Application Template

I wanted to follow this tutorial But it says to create a BlackBerry 10 OS OpenGL ES 1.1 Application Template Project. But I dont see any option for that when I try to create a new blackberry10 C/C++ ...
10
votes
2answers
406 views

SSL Handshake Failed in BB10 QNX Momentics IDE

I'm trying to make a connection to a web service that uses SSL. I'm working with Blackberry 10 in C++ with the QNX IDE Momentics. The connection that I'm trying to do is as follows: URL: ...
4
votes
2answers
99 views

BlackBerry Error

I am trying to developing an android app for blackberry Playbook. For this i have installed all the necessary tools for blackberry development in android.For month ago i run some android apps on BB ...
0
votes
2answers
268 views

Error while configuring Qt Creator 2.6 beta with BlackBerry NDK

I am facing a problem configuring Qt Creator, unable to add Qt Version. Error is shown below : I had installed Cascades native NDK and the BB simulator. Help me out of this problem....
2
votes
1answer
570 views

Blackberry 10 - running app in background

On the new blackberry 10 platform how can one develop a VoIP application which needs to contact a server every 10 minutes or so and receive incoming calls. I think there is no option for background ...
1
vote
2answers
875 views

vmware player not working properly for blackberry 10 dev alpha

I am trying to use the blackberry 10 emulator on my Core i3 laptop, but the performance is horrendous. I am using Windows 7 and the BB10 dev alpha simulator image. I am using the safe option when ...
1
vote
2answers
701 views

Add/Insert dynamically QML element into QML view with C++

I'mt trying to add a custom QML element that I create into another QML view already loaded from C++. The context is the following: I'm loading a QML view from C++, and I need to inject another QML ...
4
votes
1answer
2k views

BB10 Cascades Command Line Development

Since programming for BB10 is now supposedly much easier if you know Qt, I decided to give it a go and I have been reading this: ...
0
votes
1answer
60 views

Trying to play sound on blackberry playbook

I'm trying to play a simple beep sound in my playbook application when a countdown expires. I manage to get the countdown to work correctly and but I can't get my sound to work. This is how i'm ...
1
vote
1answer
217 views

How do i configure SDL to work with the Blackberry Playbook Native SDK / NDK?

I've got the NDK set up and managed to compile and run the hello native sdk project on my playbook. I downloaded the blackberry sdl port from github. However I've been unable to compile even a hello ...