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

Configuring Blackberry 10 SDK in Titanium

I have been working on Blackberry 10 Cascades Native SDK. I tried to configure the SDK in Titanium Studio. Though the Titanium Dashboard indicates a green checker and states the SDK installed and configured, when i try to create a new project, the…
3
votes
2 answers

I can't upload application to BlackBerry World due to umlauts in application name

I have Android application (.apk bundle). Application name contains umlauts. I'm trying to convert .apk bundle to .bar (BlackBerry 10). I'm using BlackBerry Repackaging Tool Plug-in for Eclipse. After repackaging and signing process application name…
Mikhail Grebionkin
  • 3,806
  • 2
  • 17
  • 18
3
votes
1 answer

QTransform quadToQuad always returning false

I'm trying to use quadToQuad to transform coordinates so I can draw a pixel on a resized image, and transfer that coordiantes back to the original image. For a sample purpose, I made 2 rectangles, but the quadToQuad function always returns…
footose
  • 325
  • 1
  • 2
  • 8
3
votes
1 answer

Error 'result::failure -9' when porting android app to BlackBerry 10

I am trying to deploy my android app from eclipse on to my blackberry Z10 running 10.0.9.422 and i am unsuccessfull at it. Here is the actual error that i am receiving. Failed to deploy project XXXX Info: Sending request: Install Info: Action:…
3
votes
2 answers

How to override BlackBerry10 function?

I am making an application that is using tab bar with the "More" button. I would like to Override the swipe function and instead of OnClick on the "More" button, the help panel to pop up on swipe (from left to right). The picture is showing the…
Naskov
  • 4,121
  • 5
  • 38
  • 62
3
votes
6 answers

BlackBerry 10, Camera, and FILE_NOT_FOUND_ERR

I am trying to run a phonegap app in a new BlackBerry 10 Device (Z10) and I'm running into an issue. Basically, I take a photo and I want to upload it to my server with a FileTransfer, but the FileTransfer fails with a…
niltz
  • 1,014
  • 11
  • 28
3
votes
0 answers

Trying to sync audio/visual using FFMpeg and openAL

hI have been studying dranger ffmpeg tutorial which explains how to sync audio and visual once you have the frames displayed and audio playing which is where im at. Unfortunately, the tutorial is out of date (Stephen Dranger explaained that himself…
user1379811
  • 203
  • 2
  • 10
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

Android Runtime GPS Location - Blackberry Device - not working

My app has been ported from Android to blackberry and it works fine... the only thing not working is the GPS location which works on the android.... the app displays a message to the using that we are trying to find the location and if no location…
3
votes
1 answer

Changing default animation of Sheet on Blackberry 10

I'm developing a native cascades BB10 app using the Gold SDK. When a 'Sheet' is displayed on BB10 it animates as a slide transition from the bottom of the screen. Is it possible to override this transition and replace it with a fade…
tech74
  • 1,609
  • 1
  • 20
  • 39
3
votes
1 answer

C++ BlackBerry10: Should all custom classes extends from QObject?

I want to make my first BB10 app. My Questions is, should all objects extend from QObject, also custom classes that only used by a controller and not inside the QML file?
DevCoder
  • 111
  • 1
  • 3
  • 7
3
votes
2 answers

BlackBerry Android Push Message Server

I'mm having problems when trying to push notifications for my Z10. The device successfully registers for push notifications and I receive the BlackBerry generated registration ID as described in "Creating Push-Enabled Android Apps". I am having…
3
votes
1 answer

BB10 how to generate config.pri file

Is there a script or a tool to generate the config.pri file for a BB10 project? Momentics IDE does it for you automatically whenever a project is refreshed or the directory is changed. Unfortunately, I am deploying and compiling via command line…
3
votes
2 answers

Cannot get network location from BB10 device

I am porting an Android app to BlackBerry 10 OS using the Java Runtime support. My app is working fine on Android devices currently, but I cannot get location updates from the BlackBerry device. My manifest requests the COARSE_LOCATION…
James Busby
  • 119
  • 11
3
votes
0 answers

How to programmatically show numeric keypad in android application

I am trying to port the android application(2.3.3) to BB 10,Presently input=number,is not showing numeric keypad,even though it filters appropriately,I tried list of methods to make it programmatically work or make some modifications in XML. While…
Rakesh
  • 14,997
  • 13
  • 42
  • 62