Questions tagged [blackberry-10]

BlackBerry 10 is a QNX-based mobile platform developed by BlackBerry (formerly Research in Motion). It is the successor to the BlackBerry Java platform and was launched to consumers on January 30th 2013. Be sure to read the tag wiki (click on learn more) before selecting question tags.

BlackBerry 10 is a QNX based mobile platform created by BlackBerry (formerly Research in Motion). The officially supported development approaches are:

  • Native (C/C++) - This includes a UI framework called Cascades which developers can use to design and layout UI components

  • WebWorks (HTML5) - BlackBerry® WebWorks™ allows web and mobile web developers to use the SDK in combination with their development tooling of choice to develop, test and package up their web applications for BlackBerry tablets and smartphones.

  • Android runtime (Java) - BlackBerry 10 includes the Android 4.2.2 (Jelly Bean) runtime so Android apps can be repackaged to run on BlackBerry 10 devices

  • Adobe AIR (Actionscript) - BlackBerry 10 includes the Adobe AIR runtime to allow AIR apps to be repackaged to run on BlackBerry 10 devices

  • Development for BlackBerry OS - Use your existing JavaScript/CSS/HTML skills to bring your app to existing smartphone users. Develop using HTML5, JAVA, Theme Studio

BlackBerry 10 was officially launched to developers in May 2012.

The operating system, as well as two devices, the Z10 (a full touchscreen device), and the Q10 (a device equipped with a physical keyboard), were announced simultaneously around the world on January 30, 2013.

When asking a question, please use one of the following tags to specify platform:

For simulator do not use tag, instead use . For Eclipse plugin use .

1386 questions
7
votes
1 answer

Is it possible to play a gapless looped WAV file without stuttering?

I have a requirement for perfect gapless looped audio in a BlackBerry 10 app. My loops are stored as WAV files. The method I'm using for playing them is: Create a buffer for the WAV file using alutCreateBufferFromFile which returns a…
donturner
  • 17,867
  • 8
  • 59
  • 81
7
votes
3 answers

How can I find syntax errors in QML files?

I'm doing development for Blackberry 10 using Cascades, which includes QT and QML. I find that I sometimes make mistakes in my QML file, but they don't get picked up at compilation time. How can I check whether I've made a syntax error, or mis-named…
paulmorriss
  • 2,579
  • 25
  • 30
7
votes
4 answers

How to install .bar file in Blackberry 10 simulator

I have 1 .bar file which is generated from eclipse plug-in. Now I want to test that .bar file in Blackberry 10 simulator. How can I test that Application? I have installed blackberry simulator 10 Dev Alpha successfully and configured IP Address…
7
votes
4 answers

blackberry 10 Unresolved inclusion

I'm using the new version of Blackberry (Blackberry 10) . I'm trying to integrate c++ code with QML , but I faced some problems that I thinks connected to other . in the .h file Q_OBJECT , Q_PROPERTY signals and slots shows that there is syntax…
Bayan
  • 283
  • 4
  • 14
6
votes
1 answer

Deployment getting timeout on blackberry10 device

I am trying to run cordova blackberry application in my blackberry 10 device. I am getting following error. $ platforms/blackberry10/cordova $ ./build [INFO] Populating application source [INFO] Parsing config.xml [INFO] Generating…
Pavunkumar
  • 5,147
  • 14
  • 43
  • 69
6
votes
1 answer

Headless Application BlackBerry 10

I am implementing a IM service and I want to include as one of the features the ability to send and receive an sms message. I am wondering if when an SMS message is received (not a ported directed sms, a regular sms) it is possible to wake up the…
6
votes
1 answer

Expose abstract type as Q_PROPERTY to QML

I am using Qt 4.8 with BB10. I defined a base interface for classes to implement: class AbstractImageProcessor : public QObject { public: AbstractImageProcessor(QObject * parent) : QObject(parent) {} virtual QImage process(const QByteArray…
krdx
  • 1,315
  • 15
  • 22
6
votes
1 answer

How can I add more items to a ListView before reaching the end of the list on a BB10 app?

I have a listview that starts off with 50 items, and I want to add more as the user scrolls through the list, but before they reach the end of the list. I've been using the atEnd property to know when I'm at the end of the list, and adding more…
krilovich
  • 3,475
  • 1
  • 23
  • 33
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…
6
votes
1 answer

How to Create Shared Library with Assets in blackberry10

I have a cascade C/C++ project. Which I build into a shared library. But when I expand the libxxx.so I just found the source codes, assets are not present there. But I did use images in my Assets folder, which is part of my project. And it should be…
6
votes
4 answers

Blackberry 10 cascades - Check Internet connectivity

I am developing an application for BB-10 using web service. In this I want to parse JSON in both the get and post methods and I want to check the Internet availability. How can I do this?
Vendetta
  • 513
  • 2
  • 16
6
votes
1 answer

Blackberry 10: Android Runtime & JNI

Is JNI supported on the BlackBerry 10 Android Runtime? I would like to execute native c code in my android app which I'd like to deploy on the blackberry 10 os. In my android app, I use JNI to handle callbacks from the native c code to the java…
6
votes
2 answers

QML signal executed twice

I'm new in QML and QML signals and I'm having this silly problem that I'm not being able to resolve by myself. I'm triggering an onTouch signal and is executing twice, generating a double response that crashes my app. Here's my QML…
mariomunera
  • 323
  • 1
  • 4
  • 18
5
votes
0 answers

BlackBerry OpenCV Compiling New Versions

I want to compile OpenCV v2.4.11 for a BB10 native app What I tried: Track 1: Using the already built android version of OpenCV 2.4.11. After solving all the dynamic links that I could i just had a couple of link errors with the kernel(found some…
5
votes
0 answers

Blackberry Native SDK capture scrollview in invoke window

I am writing a simple application on the BB10 simulator to capture the contents of an invoke preview window (which contains a scrollable view for emails). I want to capture the entire scrollview of the invoked window/email, not just what's on…
Richthofen
  • 2,076
  • 19
  • 39
1
2
3
92 93