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
2
votes
2 answers

Which version of qt is used on Blackberry 10.0 OS (momentics 1.0)?

I am curious about the qt version used on Blackberry 10 momemtics IDE. Can I use QT5 for blackberry 10 development ?
lalthomas
  • 442
  • 5
  • 14
2
votes
1 answer

How to disable webview bouce effect in Blackberry 10 webworks application

I am developing application for BB10 webworks. How I can remove webview bounce effect on blackberry 10 webworks application? I had tried using meta tag in index.html and adding preferences tag for webviewbounce effect in config.xml but none of them…
2
votes
2 answers

Worklight API method not working in Blackberry 10

I am developing an application using IBM Worklight 6.2. The WL.App.OpenURL method is not working in BlackBerry 10 but does work in other environments (iPhone, Android, ...). Likewise, WL.SimpleDialog did not work - until the…
Rohit Rathod
  • 118
  • 7
2
votes
2 answers

Data loss while reading from Blackberry device file containing data sent from an accessory using the AOA protocol

Blackberry(BB) device running Blackberry 10. Trying to read the data sent by the USB accessory using AOA protocol. /dev/aap0 created, which is a character file containing data sent by the USB accessory. While reading from this file, some data seems…
Alexander
  • 25
  • 5
2
votes
0 answers

Blackberry cocos2d-x build error- libtiff.a warning: relocation in readonly section `.text'

I have resolved a lot of linker errors and set up the SDK,NDk for blackberry. But now I am stuck with this linker error popping up everytime i build any project to the simulator. I tried to change permissions of .a file, but no luck. Also if I…
2
votes
0 answers

Blackberry 10 stacktrace for Android runtime (like `adb logcat`)

I am using the BB10 porting tools to turn my Android APK into a BB10 BAR. On BB10, is there a tool that provides similar functionality to the Android adb logcat command? So I can see my log statements, and stack traces on…
Richard Le Mesurier
  • 29,432
  • 22
  • 140
  • 255
2
votes
0 answers

BB10 OS Version using Android Code

In Android Code the function Build.VERSION.RELEASE returns the android version of device running the application but After porting in BlackBerry the same code doesn't provide the BlackBerry OS version. Is there any way to get blackberry OS version…
user3517929
  • 235
  • 1
  • 7
2
votes
2 answers

Pass TextStyle from c++ to QML

I am having problems setting the TextStyle of a Label when using a c++ method, it always causes the app to crash. I have a c++ getStyle() method. I want to be able to call it like so (parameters removed to simplify code example): Label { id:…
hyarion
  • 2,251
  • 2
  • 17
  • 28
2
votes
4 answers

BlackBerry Ported Android Application Upgrade Issue

Recently we provided an update to an BB ported application(Android) which is already there in blackberry world. This time we added few more permission in Android application manifest and BB application was signed from a different computer. When…
2
votes
0 answers

InApp monthly subscriptions in BB 10

I am new to Blackberry 10 cascades. In my current app I need to make InApp subscriptions. I am unaware of how to achive this BB 10. But I have Integrated the BB 10 Payment Service sample from the link https://developer.blackberry.c... to my current…
user2085965
  • 393
  • 2
  • 13
  • 33
2
votes
1 answer

Blackberry 10 Cascades - search-ahead drop-down + tag field

My question is related to Filipe Figueiredo's query (see: Blackberry 10 Cascades - Images inside Text Area) My Cascades BB10 App requires a search-ahead drop-down with the ability to have multiple items selected and displayed as Tag Fields. Look &…
sathyan
  • 21
  • 1
2
votes
2 answers

Blackberry 10 Cascades ListView visible items

I am using a listview to show some messages to the user, and I want to mark those messages as read when they appear on the screen. To do that, I would need to know if them were displayed or not. It is possible to do that? I know about…
2
votes
0 answers

Blackberry10 | netstatus_interface_get_type: type was NULL

I have problem with HTTP request request.hpp #ifndef PROGRAMMEREQUEST_HPP_ #define PROGRAMMEREQUEST_HPP_ #include class RequestHTTP : public QObject { Q_OBJECT public: RequestHTTP(); virtual ~RequestHTTP() {} void…
CAMOBAP
  • 5,523
  • 8
  • 58
  • 93
2
votes
1 answer

Blackberry apps still showing phonegap logo as icon

I have successfully deployed my phonegap apps to iOS, and Android Platform. The phonegap that i'm using is phonegap build. However for blackberry my apps rejected because the icon that shown in device is the phonegap logo. I export my android apk to…
user3231429
  • 205
  • 1
  • 2
  • 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…