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
-1
votes
1 answer

Android SEND_SMS permission not working on Blackberry 10.2.1

I have an android app that users the following permissions :
-1
votes
1 answer

Customize push notification sound and icon for blackberry cascades 10

I have used the pushcollector example from blackberry code from github to integrate push notification, I'm receiving notification in my device but with default sound and bell icon. I need to change the default bell icon and sound with the ones that…
-1
votes
1 answer

Setup Blackberry10 Environment on Mac

I'm building Hybrid application on Worklight using Eclipse. I have downloaded BB10 sdks and followed the steps mentioned in previous question (IBM Worklight - Mac - "'WEBWORKS_HOME' environment variable is undefined") However, I'm still facing this…
Sami
  • 572
  • 8
  • 22
-1
votes
1 answer

can I write button click action for a button in qml and cpp together bb10 cascades

Consider a scenario in which a button is defined in QML: Page{ Container{ Button{ text:"click the button" onclicked { //action performed by the button } } …
-1
votes
1 answer

Mobile Phone Operating System

Is it possible to to replace a mobile phones operating system from Android OS, v4.2 (Jelly Bean) to Blackberry os 10? and if so are there any instructions?
-1
votes
1 answer

How to access nested array JSON file in blackberry 10 using qml

I have the following json file I am trying to access time, percent, amount from above nested array Json file using Qml. I am not able to get these data. I want this data to fill in a table which has 3 columns. Please tell me how to do…
xxxxxx
  • 1
  • 1
-1
votes
1 answer

Error "Unresolved inclusion" while buidling Blackberry app

Trying to build BlackBerry 10 app . Some of its parts already has been done.I have downloaded ECLIPSE indigo, QT5.31, Blackberry SDK. Now i am trying to open it in Eclipse. But getting error : Unresolved inclusion on following lines…
mark
  • 623
  • 3
  • 21
  • 54
-1
votes
1 answer

Why can't I print to PDF in BlackBerry-10 with QTextDocument?

QTextDocument *td = new QTextDocument(); td->setHtml("

blah blah blah

"); QPrinter printer; printer.setOutputFormat(QPrinter::…
Dave
  • 17
  • 4
-1
votes
1 answer

Does IBM Worklight 6.1.0 supports Blackberry 10.2?

I just need a clarification of Blackberry support for 10.2 OS. I know Worklight supports Blackberry 10. I have tried to install worklight application on Blackberry 10.2[Z30] but not getting installed. SDK: Blackberry SDK 1.0.4.11 Device: …
-1
votes
1 answer

Installing .cod file to blackberry q5

I have a .cod file that I want to install to my blackberry. When I try javaloader "javaloader -u load *.cod" I get the following error. Connecting to device...debug: HRESULT error during Open: 80040154 Error: unable to open port Additionally, I…
Abdul Rahman
  • 1,294
  • 22
  • 41
-1
votes
1 answer

IBM Worklight 6.1 - White screen while reloading the app

I have developed a Worklight application in Dojo for BlackBerry OS 10. When I click the "Reload" button, the WL.Client.reloadApp() API method is invoked. The app gets reloaded with white screen. I have attached the screenshots which will explain the…
dhineshsundar
  • 112
  • 1
  • 10
-1
votes
2 answers

how do i programmatically create folder for application to upload content in it using BOX rest api

I want to support box cloud facility my blackberry 10 app,for this i'm using box rest api to implement this functionality. so using box rest oauth2.0 i able to get authorizedcode and then accessToken and RefreshToken but still not able to create a…
Ankur
  • 1,385
  • 11
  • 21
-1
votes
1 answer

Force iOS, Android And/Or Blackberry to Ring on Silent

I work for a company that can send out public safety messages. I unfortunately can't give code samples or explain exactly how it works, so this is more of a "is this possible" type question. In the case of our app, it is essential to get public…
Kenton de Jong
  • 1,001
  • 4
  • 17
  • 37
-1
votes
1 answer

Want to convert apk to bar file for blackberry 10?

I want to convert my phone gap apk to bar for blackberry 10. I go through this link Apk to BAR Conversion but not able to do this. So please help me on this.
Aman Arora BB
  • 190
  • 1
  • 12
-1
votes
1 answer

How to generate .cod file using blackberry webworks sdk 2.0.0.54?

Can we build .cod file using blackberry webworks sdk 2.0.0.54 for a phonegap application?If yes, then plz provide the details as i have generated .bar file that runs properly on blackberry 10 simulators but didn't find any .cod file to test it on…