Questions tagged [blackberry-qnx]

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.

BlackBerry QNX is a mobile platform developed by Research In Motion. It is used as the underlying operating system used on the BlackBerry PlayBook and BlackBerry 10 devices.

The development approach for BlackBerry 10 and PlayBook is very similar, allowing developers to use either C/C++ for native development or HTML5 using the WebWorks SDK.

The only notable difference between the 2 product lines is that BlackBerry 10 developers can use the Cascades UI framework.

48 questions
13
votes
1 answer

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: https://developer.blackberry.com/cascades/documentation/getting_started/index.html I noticed that all of RIM's…
MrFox
  • 1,204
  • 11
  • 23
11
votes
2 answers

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: "https://movilapi...." Code: networkAccessManager = new…
6
votes
2 answers

make: *** No rule to make target `Device-Debug'. Stop.

i am using QNX momentics for blackberry development. The problem is whenever i download any sample code and run it on Simulator. then error comes to me. When i clean the project it give me Error **** Clean-only build of configuration…
4
votes
2 answers

Import OpenCV for Blackberry 10

I want to include OpenCV library into my cascades project but I don't know how to do it because of luck of documentation.. Please I need help! PS : I'm using Windows 7 64bits.
3
votes
1 answer

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 problem ' I am using BB10_0_10.261 simulator I have…
3
votes
1 answer

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 (still not found correct answer yet) - blackberry…
itsaboutcode
  • 21,936
  • 42
  • 103
  • 153
3
votes
2 answers

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 playbook. for this a debug token is needed which…
User42590
  • 2,427
  • 10
  • 39
  • 84
3
votes
1 answer

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 service like Android platform. Can the app be left…
tech74
  • 1,385
  • 13
  • 31
2
votes
1 answer

JPEG image on qnx window

Helo All, I'm working on a project where I have jpg files and I have to show it on QNX screen. I want to read JPEG file using libjpeg and decode it and show it on qnx window using window pixmap. I tried writing my code as below but it respond with…
Satish
  • 76
  • 13
2
votes
1 answer

BlackBerry 10 C-ARES

I am writing an application that uses C-ARES to resolve DNS. The C-ARES library available with the system doesn't support ares_parse_naptr_reply, something that I really need. I tried to compile c-ares as an external library (version 1.9.1, which we…
2
votes
2 answers

separate .cpp file for every qml in blackberry 10

In my application i am using navigation pane. and i want to make separate files for every QML Let suppose this is my file applicationui.cpp // initial load // Create scene document from main.qml asset, the parent is set // to…
2
votes
1 answer

How to add cocos2d-x to BlackBerry 10 project?

I want to create a simple game for BlackBerry 10 and I want to use cocos2d-x as a game engine. I compiled and ran examples from cosos-2d-x on simulator and it works fine. But problem is when I create new project and reference to cocos2d-x project.…
Rafal Cypcer
  • 517
  • 5
  • 16
2
votes
2 answers

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 to see which user apps are already running in the…
teon
  • 8,321
  • 10
  • 46
  • 83
2
votes
1 answer

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 Info: Action: Install and Launch Info: Debug…
Naskov
  • 3,951
  • 4
  • 35
  • 62
2
votes
2 answers

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 booting up BB, because without it there are weird…
Tjaart
  • 3,323
  • 2
  • 35
  • 55
1
2 3 4