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
3
votes
4 answers

C / C++ Char Pointers to Pointers and Arrays

There is a function with a header such as this: BPS_API int dialog_event_get_filebrowse_filepaths(bps_event_t* event, char** file_paths[], int* num_paths); This is from BlackBerry 10's Native SDK for…
user1114055
2
votes
1 answer

BB10 signing migration

Since the EOL date for deprecated BlackBerry services has arrived, what options are available to those of us who wish to continue programming for BB10? Is it possible to get keys from your upgraded servers by changing a setting on our…
bbleo
  • 35
  • 4
2
votes
0 answers

Installed Momentics IDE on linux but can't use qcc in terminal

I have installed "Momentics IDE 2.1.2 for linux_64bit" on my lubuntu 20.04 machine and I have also installed the SDK. But when I try to run the command qcc from the momentics folder it always say that qcc not found. I have tried to add the momemtics…
Junnun Karim
  • 23
  • 1
  • 5
2
votes
0 answers

Unable to create a debug Token or sign bar files

The signing and debug token server has been down for more than a week and always getting "Error: Server returned HTTP response code: 502 for URL: http://www.rim.net/Websigner/servlet/......" message. Sadly, It is impossible to build and develop apps…
yadv
  • 21
  • 1
2
votes
0 answers

BPS service not starting at the launch of the app Blackberry10

if(bps_initialize() == BPS_SUCCESS){ qDebug() << "............................................"; netstatus_interface_details_t *details; if (netstatus_get_interface_details(interface, &details) == BPS_SUCCESS) { …
2
votes
1 answer

UI does not respond outside ApplicationUI

I'm new developing BlackBerry applications and it's really hard for me understand how it works because the way to develop for BB differs a lot of Android or iOS developing. Here is my issue: I've created a registerPage.qml and a…
kemmitorz
  • 351
  • 7
  • 18
2
votes
0 answers

Blackberry not receiving push notifications

I am trying to receive push notifications to our blackberry devices running software version 10.2.x I am able to post to the blackberry push eval service and receive the status code code="1001" desc="The request has been accepted for processing."…
2
votes
0 answers

How to handle QML page orientation?

I'm developing a BlackBerry 10 mobile application using the Momentics IDE 2.1.2 (native SDK). Let's start with the example of the "orientation handler" that I'm using for my layout : attachedObjects: [ …
Mohamed Jihed Jaouadi
  • 1,427
  • 4
  • 25
  • 44
2
votes
1 answer

Blackberry 10: Is there any garbage collector or system clean method in QT

I have created an application which works in background as I got SMS it will show a toast message. But After 7-8 times it wont show any toast message for new incoming or outgoing message. At that time if I open my app by clicking icon it will works…
My Phone
  • 21
  • 4
2
votes
2 answers

Failed to find debug token

I am able to run the application on blackberry simulator but not able to run on device.I am running the app in debug mode. I am getting the warning like, [INFO] Target Z3-2be47f01 selected [INFO] Generating debug token [INFO] Error: The…
2
votes
2 answers

blackberry webworks access to URL not allowed?

I have completed web-works software setup like "blackberry Web-works 2.2.0.15" and "blackberry 10 device simulator BB10_3_1.995". when I launch my application on BlackBerry emulator it keeps showing me Access to (some link) not allowed. I have tried…
2
votes
1 answer

Get TextField->text() from slot Blackberry 10

I'm a complete beginner in Blackberry 10 development. I'm developing an app that should take user input from a text box and search if there is an occurrence of the word in a text file. I'm using the triggered() signal of ActionItem to invoke the…
Wedava
  • 1,211
  • 2
  • 16
  • 30
2
votes
1 answer

QML binding not updating

I have a simple BB10 app with a QML front end. The GUI consists of a couple of buttons and a label Page { Container { Label { text: app.alarmCount() } Button { text: qsTr("Resend…
Saurbaum
  • 415
  • 1
  • 4
  • 22
2
votes
0 answers

Unable to get push notification in Blackberry 10 device with cordova

I was trying to implement push notification for BB10, and also i had downloaded push service sdk as push initiator with BIS service. And i am using below plugin for client side code as i was developing application with…
chetan
  • 174
  • 9
2
votes
1 answer

Android Studio Blackberry plug-in - can't repackage APK to BAR

I'm trying to repackage my fully compatible Android app to Blackberry's BAR format. I've tested the application extensively in the simulator using Blackberry's ADB Proxy, so I know Android Studio sees the RIM "device," but the option is grayed out. …