Questions tagged [blackberry]

BlackBerry offers a variety of development tools, including the BlackBerry Dynamics SDK, Cylance REST APIs, BlackBerry Workspaces APIs and SDKs, BlackBerry QNX development and BlackBerry UEM REST APIs. Consider adding the BlackBerry SDK you are using as an addition tag.

BlackBerry provides intelligent software and services to enterprises and governments around the world. BlackBerry software leverages AI and machine learning to deliver innovative solutions in the areas of cybersecurity, safety and data privacy solutions.

Resources BlackBerry Enterprise Developer Site Official BlackBerry Developer Blog BlackBerry GitHub BlackBerry Cylance GitHub BlackBerry Beta Programs

BlackBerry Development Products

BlackBerry Dynamics SDK - consists of the BlackBerry Dynamics (BD) SDK services that provide a powerful set of tools to ISV and enterprise developers. It allows them to focus on building their commercial and business apps rather than learning how to secure, deploy and manage those apps.

BlackBerry UEM & UES Web Services - are server-side integration APIs that allows you to build UEM remote administration use cases such as an external custom portal, batch processing and automation type integration

BlackBerry AtHoc SDK - provides a suite of portable APIs to facilitate integration with the BlackBerry AtHoc system which is an industry-leading enterprise-class notifications management and delivery software.

BlackBerry Workspaces SDK - allows you to develop applications enabling end users to work with files protected by Workspaces.

BlackBerry® QNX - offers a broad range of safety-certified and secure software products, complemented by world-class professional services, to help embedded developers increase reliability, shorten time-to-market and reduce development cost.

BlackBerry Spark Communications Services - With industry-leading security, proven infrastructure and rich communications features, Spark Communication Services is a complete development solution for ISVs to securely build enterprise-grade voice, video, and messaging functionality into high-performance applications.

BlackBerry Enterprise Identity - is an Identity as a Service (IDaaS) product that BlackBerry customers can use to federate identities for SaaS services that they may use. For developers that offer customers a SaaS service, Enterprise Identity allows customers to tie user identities in the developers' SaaS service to those in their existing directories, authenticate those identities using advanced policies, and control user entitlement for more control and easier management of the SaaS service.

BlackBerry 2FA - is a two-factor authentication technology that can be integrated into a wide variety of platforms and applications. Unlike legacy two-factor solutions, BlackBerry 2FA leverages user mobile devices, avoids PINs and codes, and is both inexpensive and simple to deploy. BlackBerry 2FA can be used on nearly any mobile device – iOS, Android, or BlackBerry, whether it’s managed by BlackBerry products or not.

Legacy BlackBerry Development Products

BlackBerry OS, PlayBook OS and BlackBerry 10 SDKs

8384 questions
2
votes
2 answers

PhoneGap Blackberry build error. The system cannot find the file specified

I am new to using PhoneGap and am trying to setup the example app, i'm using PhoneGap version 2.9.0 and apache-ant-1.9.1. I have configured apache ant, installed the WebWorks SDK and have setup the project.properties file. The error seems to be that…
jdtaylor
  • 334
  • 2
  • 5
  • 20
2
votes
1 answer

Blackberry | keyUp and keyDown methods from MediaKeyListener not called when app in background

I want to handle long press (about 10sec) of volume button (volume up or volume down doesn't matter). For this reason I used own implementation of MediaKeyListener private class LoongPressKeyListener extends MediaKeyListener { public boolean…
CAMOBAP
  • 5,523
  • 8
  • 58
  • 93
2
votes
0 answers

How can i remove system menu items in blackberry?

I want to remove system menus; for example, in the Message app I want to remove the Send option from the menu. There is a way to add menus using ApplicationMenuItemRepository.getInstance() …
Aman Arora BB
  • 190
  • 1
  • 12
2
votes
1 answer

Unable to change width of TextField in Blackberry

I am a newbie to Blackberry, I was just trying out some sample apps in Blackberry. I tried to create a login page. In that, when I tried to change the width of the text field, the text field became invisible. The below is part of the code to create…
2
votes
0 answers

Blackberry EventInjector (alt + esc key) is not working on 7.0 and 7.1 devices

In my blackberry application i am using EventInjector for implementing switch application menu (alt + escape key). The following code are used in my application. EventInjector.KeyCodeEvent eiK= new…
mindus
  • 209
  • 2
  • 12
2
votes
1 answer

J2ME BlackBerry creating instance from array class

Is there a way to create an array from a Class object dynamically using something like MyClass[].newInstance(); I'm aware that it throws an InstantiationException, but is there a way for me to instantiate an array indicating its type with a Class…
danielrvt-sgb
  • 1,118
  • 5
  • 17
  • 33
2
votes
1 answer

Using MIDP Canvas keyPressed / keyCode on BlackBerry to get Canvas.FIRE for trackball click

I have a MIDP application that I would like to run on BlackBerry devices. It's quite generic, the one gotcha is that when I override the Canvas keyPressed(int keyCode) method, I'm not capturing the trackpad click events. Normally you would use…
Simon Woodside
  • 7,175
  • 5
  • 50
  • 66
2
votes
1 answer

IBM Worklight - "config.xml is malformed xml or could not be found in the application's root"

While compiling my application, developed as a Worklight 5.0.6.1 Hybrid application with the BlackBerry 6/7 environment, I get the following warning message: config.xml is malformed xml or could not be found in the application's root.
UjjawalKr
  • 241
  • 1
  • 4
  • 20
2
votes
1 answer

Blackberry simulator won't load cod file from eclipse

I've got eclipse installed with the appropriate blackberry plug-ins, etc. I can build the project fine. When I try to debug using the simulator, the cod file is placed into the simulator's directory and the simulator starts, but I can't find the…
ConsultUtah
  • 6,639
  • 3
  • 32
  • 51
2
votes
1 answer

Getting 411 response code while getting JSON Response

In my application, I am trying get the response using POST request. The response server is sending me in Json format. But after adding the properties, it is returning me the response code as 411 (i.e issue with content length). I have already added…
Arindam Mukherjee
  • 2,255
  • 11
  • 48
  • 83
2
votes
1 answer

navigate page after parsing in BB 10

I am try to navigate page after parsing but before i got response from server, method getLoginData() is called from Qml file and get false because at the time of calling this function response not get from server, when i click again in button where…
Shivang
  • 935
  • 8
  • 18
2
votes
2 answers

Blackberry check permission for facebook integration

In my application I am using Facebook integration but not able to find how many checks / permissions I should use. I just wrote some code but am not able to find all media permissions and "addpermission" or "Application Permission" private void…
user2043359
2
votes
1 answer

How to access SIM contacts in Blackberry

I need to access contact list in blackberry, I writ following code to do that: private void readContacts() { try { PIM pim; pim = PIM.getInstance(); String lists[] = pim.listPIMLists(PIM.CONTACT_LIST); …
Talha
  • 699
  • 2
  • 12
  • 33
2
votes
0 answers

Is there a place to test the Blackberry browser?

I have a client that uses Blackberry for mobile and AOL (yes, AOL) on their desktop. I'm trying to figure out how to load the Blackberry OS via virtual machine (downloaded from blackberry site) but no avail. Windows cannot find the extention or load…
2
votes
1 answer

Pass the svn version number to the bar file

How can I pass the svnversion command output to the buildnum file? Ok, I know I can pipe the output to it, but how can I integrate this in the QNX Momentics build process? So when I click "Build" it does this automatically for me.
Bruno Cardoso
  • 403
  • 3
  • 13
1 2 3
99
100