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

Custom font in Blackberry 10

Hi I am new to blackberry10 platform and I am stuck with adding custom font in blackberry10. Please anybody tell me how to add custom font in blackberry 10.
pranavjayadev
  • 937
  • 7
  • 31
3
votes
2 answers

How to access the outer components from listitemcomponents in listview bb10 qml?

I am not able to access the Datasource id from inside of the ListItemComponent. Can anyone help me in regards to this? ListItemComponent { type: "item" Container { id: listviewcontainer Container { preferredWidth:…
SelvaRaman
  • 218
  • 2
  • 15
3
votes
2 answers

The canvas size of a Flot chart is too large in a BlackBerry bbUI application

I'm using a Flot line chart in a BB10 WebWorks application that is also using the bbUI.js toolkit. When running the app with the Ripple emulator the chart size is right (1000x500). However, when I deploy the app to the device (Dev Alpha) the chart…
gparis
  • 1,247
  • 12
  • 32
3
votes
1 answer

Deployment Failed: Info: Sending request: Install and Launch

I am trying to Launch simple BlackBerry 10 App on the BlackBerry Simulator but the following error occurred. Deployment Failed: Info: Sending request: Install and Launch Info: Action: Install and Launch Info: Debug native: on Info: File size:…
Naskov
  • 4,121
  • 5
  • 38
  • 62
3
votes
1 answer

How to Fix Module Not Installed Error in BB10 IDE

Is it possible to fix module not installed error in BB10 IDE? Attached is screenshot of error to explain it a bit. Note: There is a similar question on SO which is kind of asking the same question (still not found correct answer yet) - blackberry…
itsaboutcode
  • 24,525
  • 45
  • 110
  • 156
3
votes
2 answers

How do I create an image button in BlackBerry 10 Cascades?

I need to create custom UI elements like buttons and lists with image backgrounds in Cascades Qml, However there doesn't seem to be a way to set the background of controls such as Button. I can't find any examples of this anywhere. It seems like…
Tjaart
  • 3,912
  • 2
  • 37
  • 61
3
votes
3 answers

Manually create Debug Token for BB10 fails

i want to create a debug token for my dev device with the native SDK (momentics), but it fails without any error message (just: "error creating debug token). Now i use the command line tools. But: 1. If i want to request a…
ohboy21
  • 4,259
  • 8
  • 38
  • 66
3
votes
2 answers

Android on Blackberry: How to Play Videos

i've ported some Apps from Android to Blackberry (by repacking them with the Blackberry tools). Most of the App seems to work fine, however i con not get the Videos to work. The Loading indicator appears (but does not spin). Nothing else Happens (No…
r-hold
  • 941
  • 8
  • 30
3
votes
2 answers

BlackBerry 10 Dev Apha Simulator Size Issue

I want to do some magic with BB. So I decided to go with BlackBerry Cascades. For that I downloaded Native SDK (772 MB) and Simulator (242 MB) and Photsjop plug in. I installed Native SDk and simulator and I opened the Simualtor in Vm. Till here…
Akshay Joy
  • 1,765
  • 1
  • 14
  • 23
3
votes
1 answer

Blackberry 10 - running app in background

On the new blackberry 10 platform how can one develop a VoIP application which needs to contact a server every 10 minutes or so and receive incoming calls. I think there is no option for background service like Android platform. Can the app be left…
tech74
  • 1,609
  • 1
  • 20
  • 39
3
votes
2 answers

Add/Insert dynamically QML element into QML view with C++

I'mt trying to add a custom QML element that I create into another QML view already loaded from C++. The context is the following: I'm loading a QML view from C++, and I need to inject another QML custom component that I build into this QML view.…
mariomunera
  • 323
  • 1
  • 4
  • 18
3
votes
2 answers

NFC APIs in BlackBerry 10 Webworks(HTML5) Platform?

Hi friends I am new to Blackberry 10 Development Platform. Are there some ways to Invoke NFC APIs in BlackBerry 10 Webworks(HTML5) Platform? Such as Reading Tags or Writing Tags.
pranavjayadev
  • 937
  • 7
  • 31
3
votes
2 answers

How to respond to clicking on list items in a list view in qml, C++ qt, in Blackberry 10 Cascades

I am trying to figure out how to be able to click on an item on a list in Blackberry. I'm using QML, C++, QT, and Blackberry 10 Cascades. I had the list view implemented, then I tried to make it so that you could click on an item on the list by…
user1296259
  • 521
  • 1
  • 13
  • 33
3
votes
5 answers

PhoneGap with Blackberry OS 10

I would like to know whether PhoneGap sdk supports Blackberry OS 10 build? I think it is .bar file, am I correct?
3
votes
3 answers

How to convert and install Android app to blackberry 10?

From the Eclipse plugin, installed via instructions in Runtime for Android apps documentation, I tried to convert my Android app with BlackBerry plug-in for ADT, but I got this error message: Failed to deploy project android-app-com-2 Info: Sending…