Questions tagged [blackberry-jde]

Blackberry Java Development Environment

The BlackBerry Java Development Environment (BlackBerry JDE) is a fully integrated development environment and simulation tool for building Java Platform, Micro Edition (Java® ME) applications for Java® based BlackBerry smartphones.

It’s a Mobile Information Device Profile (MIDP) compliant Java ME environment for developers who wish to maintain seamless portability in their wireless applications. In addition, the BlackBerry JDE provides a full suite of interfaces and utilities to take advantage of some of the unique features of the BlackBerry smartphone.

More information here.

496 questions
1
vote
1 answer

Blackberry: How to properly handle focus traversal in custom field?

I am writing an app for Blackberry and I have the following problem: I have implemented a custom field by extending the Manager class. The field is quite simple, it consists of a label and two check boxes, yes and no. The fields are laid out so…
DaveJohnston
  • 10,031
  • 10
  • 54
  • 83
1
vote
2 answers

Unsupported Media Type when deploying OTA Blackberry App

I have a blackberry app that I am trying to deploy OTA (over the air). I have set the MIME type on my server to be: cod application/vnd.rim.cod jad text/vnd.sun.j2me.app-descriptor jar application/java-archive When I access the JAD file…
Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556
1
vote
0 answers

Blackberry 10.3 native SDK installation not proceeding - stuck at 28%

I have been trying to install blackberry 10 native SDK for the past two days, the progress bar has just stayed on a point and I don't know what to do. When I cancel, and then go to the update center to do the installation it moves on and also get…
John David
  • 752
  • 2
  • 9
  • 21
1
vote
3 answers

application wont start or load in blackberry simulator

I'm developing an application on two different machines (home and work) and while the home one seems to run just fine, the work one is, for lack of a better word, possessed. It has been exhibiting the following issues: When loading the application,…
1
vote
4 answers

Blackberry switch screen

To navigate through the pages of my app i use: UiApplication.getUiApplication().invokeLater(new Runnable(){ public void run(){ UiApplication.getUiApplication().pushScreen(screen); } }); This is working well on simple…
1
vote
1 answer

DTMF Tone Detection during incoming oncall in Blackberrry java

I would like to know whether we could receive the DTMF tones in blackberry java.Suppose,i am getting a call,and once i accept the call,is it possible to detect the keys that the other person is pressing during our call. I want to know any possiblity…
Rakesh
  • 14,997
  • 13
  • 42
  • 62
1
vote
2 answers

How to launch Calendar in other application?

I need to launch Calendar in my application & give choice to user for selecting event. If user select any event then retrive that event's information & process it. For address book, it is possible by choose() method for launching Address book, but…
1
vote
0 answers

Integrated maps (with location markers, etc.) in BlackBerry apps - viable options?

I have heard rumors that the use of a MapField or MapView in a BlackBerry app typically presents a problem because carriers such as AT&T and Verizon in the US have locked down the devices so as to not make those API's available or usable. I have…
Aaron
  • 868
  • 1
  • 8
  • 14
1
vote
1 answer

How to implement a global uncaught exception handler for blackberry?

Hello im trying to add a module to my app so whenever the app crash i can send usefull information to my server/mail to track the error. This info could be the model, Blackberry so version, stacktrace or at least the exception that was unhandled in…
AmirG
  • 615
  • 8
  • 18
1
vote
1 answer

Blackberry 7.1 Java app port to Blackberry 10

Can I develop app for blackberry 7.1 in Java and then it is possible to port for Blackberry 10 also? I searched on internet so much but didn't find good answer. Any suggestions or opinions welcome.
1
vote
1 answer

How to get ISO CountryCode , Country Code programmatically in blackberry?

Is there any way to retreive the ISO Country Code/Country programmatically in Blackberry 5.0/6/0 devices
Rakesh
  • 14,997
  • 13
  • 42
  • 62
1
vote
1 answer

How to flip a UI component when doing BlackBerry Java development?

I'm looking into porting my iPhone application to the BlackBerry and have run into a wall with the out of the box UI components and UI animations available for the BlackBerry. One feature that I really, really need to figure out is how do I flip…
1
vote
0 answers

Blackberry 6.x | PhoneListener.callFailed not called on BB Torch 9800

I'm faced with a problem, PhoneListener.callFailed not called on BB9800. On BB9780, PhoneListener.callFailed has been called with CALL_ERROR_OUTGOING_CALLS_BARRED. Both devices have 6.0 Bundle 2342 ( v6.0.0.526, Platform 6.6.0.195) P.S. I know…
CAMOBAP
  • 5,523
  • 8
  • 58
  • 93
1
vote
1 answer

BlackBerry SQLite supported devices

We can create a SQLite database on 5.0, 6.0 and 7.0 devices. Does anybody knows which blackberry devices supports creating and managing SQLite databasse on internal memory (eMMC memory)? As of now I've come to know that BlackBerry 9700 and 9650 do…
mindus
  • 209
  • 2
  • 12
1
vote
0 answers

BlackBerry - Unable to get a file with REM extension

As part of the application, we are creating a file myApp.cfg in "file:///store/home/user/" location on the device. I have enabled encryption (Option| Security | Encryption | Encrypt). However, the file is not getting encrypted. I dont see a file…
mindus
  • 209
  • 2
  • 12