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

Window object cleared on $Interval

I'm experiencing rather weird behavior when trying to log a window object defined by $window.open() in AngularJS within an $interval self = this $scope.childWindow = $window.open(authService.buildAuthorizeUrl(), '_blank') console.log…
Alex_Faber
  • 117
  • 1
  • 8
5
votes
2 answers

get BBM Pin using webworks sdk on Android,windows,IOS

I am developing an application for Android,IOS,Windows using Phonegap based on bbm. But I could not find any way to retrieve bbm pin from device. Is it possible to retrieve bbm pin from device using webworks api?
Deepak Agrawal
  • 1,301
  • 5
  • 19
  • 43
5
votes
1 answer

Detect user proximity from the screen

I'm working on a BB10 app that needs to be able to disable the screen when the user holds the phone up to his/her face during a call. How can I tell when the user is holding the phone up to his/her face?
Brian
  • 14,610
  • 7
  • 35
  • 43
5
votes
3 answers

How to display a local:// image in ionic framework + cordova?

Does anyone know how to display local images, packaged inside a Cordova container, using Ionic (http://ionicframework.com/docs/)? I am currently getting this error when the app runs on a device: GET unsafe:local:///img/thumbs/myImage.jpg Unhandled…
thinkbigthinksmall
  • 894
  • 5
  • 10
  • 19
5
votes
1 answer

Blackberry 10 Cascades - Images inside Text Area

I am designing an application that needs to replace some text inside of a TextArea with an Image. For example, if I enter a phone Number that exists on the Native contacts list, I need to replace the text on the text Area with an Image and be able…
5
votes
1 answer

BlackBerry 10: GNU STL

I am trying to create a BB10 cascades project with Momentics IDE version 2.0 and I need the project to use the GNU Standard library instead of Dinkumware (because I have external libs compiled with arm-unknown-nto-qnx8.0.0eabi-g++ that only supports…
5
votes
1 answer

Native Packager exception occurred

I am getting below exception while building phone gap application for blackberry 10. [BUILD] Populating application source [BUILD] Parsing config.xml [BUILD] Generating output files [WARN] Failed to find debug token [INFO] Info: Package…
Venu Annaram
  • 287
  • 2
  • 8
  • 16
5
votes
7 answers

Adding blackberry10 platform in cordova(3.0.0) is showing "Error: node cannot be found on the path. Aborting"

I had installed blackberry 10 required software. Error: node cannot be found on the path. Aborting.
Manu Mahesh
  • 49
  • 1
  • 6
5
votes
1 answer

how to get json data in blackberry cascades

contacts.json {"GetCategoryResult": [ {"CategoryID":"3","CategoryName":"News","CountryID":"1","Result":"OK"}, {"CategoryID":"4","CategoryName":"Daily…
Rajesh Loganathan
  • 11,129
  • 4
  • 78
  • 90
5
votes
1 answer

Google OAuth Accept button is disabled

I have a Google Drive app running on BlackBerry 10 and PlayBook devices. The OAuth process was working fine for all users. Suddenly on Aug 23rd I received reports from some users complaining the "Accept" button is disabled and can't complete the…
5
votes
4 answers

Is it possible to change language on Qt at runtime

in my app I need internationalization. Say I have created several .ts file for different languages e.g., German, French, etc. - together with translated phrases. Now, say the user wants to change the language at run time. Will it not be possible…
user2054339
  • 393
  • 1
  • 6
  • 20
5
votes
0 answers

Cordova - Issues when a cross platform android app is run on Blackberry 10 alpha simulator

I am facing problems in running a cross platform android App in blackberry 10 Alpha simulator. The App works fine when run in iphone, android devices. But when I run it in blackberry 10 it doesn't load the template files hence a blank screen. The…
Sumodh Nair
  • 1,656
  • 1
  • 11
  • 34
5
votes
0 answers

Numeric keyboard not displaying when porting Android app to BB10

I have an EditText field in my application with inputType="number". When selecting the field, the normal keyboard appears; it shows the normal Qwerty keyboard without numbers. I want the keyboard to display the number keys in the keyboard rather…
Rakesh
  • 14,997
  • 13
  • 42
  • 62
5
votes
2 answers

Verification Errors while trying to port Android application to BlackBerry 10

I am trying to port an existing Android application to BlackBerry 10 using Android Runtime. First of all I need to mention that I have successfully port a simple Android application to BlackBerry 10 without any error. I have used "Plug-in…
AnujAroshA
  • 4,623
  • 8
  • 56
  • 99
5
votes
2 answers

BB 10 Cascades qml sending a simple email

I found one example in the the git hub for BB 10 for sending an email, but it looks pretty complicated and alot done in C. does anyone have an example on how to send a quick email using QML. I don't need any buttons or text fields, just hard coded…
user1158745
  • 2,402
  • 9
  • 41
  • 60
1 2
3
92 93