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

Blackberry connecting to a remote mySql DB

I am looking at developing an application (in the Blackberry JDE) that has the need to read from a remote mySql database. Previously, I have added data to mySql databases by sending data to a php script via post. However I am now looking for a…
Graeme Leighfield
  • 2,825
  • 3
  • 23
  • 38
0
votes
1 answer

How to Convert String(yyyy-mm-dd) to date format

I have find the date in (yyyy-mm-dd) format Like this 2011-09-20. Please give me the solution to convert this string to Date. I want to add this date to the calender event in blackberry.
vijay
  • 1
  • 1
0
votes
1 answer

I want to enable call forwarding option enable in blackberry through program is is it possible?

I want to enable call forwarding option enable in blackberry through program (the forwarding number is set previously just i want to enable the option) is is it possible?
0
votes
1 answer

Create a custom PictureScrollField

I want to create a custom PictureScrollField to manage the distance between the images. When using it, and specifying different HighlightStyles, I can obtain what I want but I want to change the space between the images. I didn't find any function…
Farid Farhat
  • 2,300
  • 1
  • 16
  • 29
0
votes
1 answer

How to add simulators to JDE

I have downloaded the BlackBerry JDE 7.0 and also the simulators 9360, 9810 and 9850. Can anyone tell me how can I add these simulators to my JDE?
varun
  • 11
  • 1
0
votes
2 answers

How to display local HTML text in blackberry using sdk 4.6

Till now i was using SDK 5.0 and was able to dispaly local html text using net.rim.device.api.browser.field2.BrowserField but now my requirement has changed and have to use SDK 4.6. The problem is that now i'm getting compiler error for the…
Rahul Sharma
  • 3,637
  • 2
  • 20
  • 18
0
votes
1 answer

Invoke Blackberry Messenger via the RIM API

I want to incorporate a light contacts invitation module into my application using the Blackberry Messenger. Is there an API that can invoke the BBM and allow the user to select contacts to send a pre-filled( pre-generated ) text to? The target JDE…
Olaseni
  • 7,698
  • 16
  • 44
  • 68
0
votes
3 answers

SAX PARSER IS NOT PASRSING AFTER "&" SYMBOL

my requirement is to parse xml data from the server side and display it in Blackberry, I am using SAX parser to perform this operation. I am using an example to explain the…
varunrao321
  • 925
  • 2
  • 10
  • 18
0
votes
1 answer

Generating file in Blackberry, Android or J2ME?

I have an application where i have to generate a file either it could be an txt file. All i want is to send some reports over mail either by mail or attachment in mail. please help me how to do this? The data format is something like a tabular…
Nilanchala
  • 5,891
  • 8
  • 42
  • 72
0
votes
1 answer

Apdu Connection Blackberry 7.0

I use this sample code for apdu connection. When i run this code, ı got BAD AID exception. Is there anybody who get this error message before? APDUConnection acn = null; try{ //Create an APDUConnection object acn = (APDUConnection) …
yasinkafadar
  • 229
  • 1
  • 12
0
votes
1 answer

How to create my private key to sign my blackberry application

Can you please tell me how can I create my private key to sign my blackberry application (java)? Thank you.
michael
  • 106,540
  • 116
  • 246
  • 346
0
votes
1 answer

UnReachable code-How to use preprocessor settings

Can anyone help me,how to make the preprocessor settings starting from 4.5 OS in Blackberry? if i use preprocessors such as JDE_4_7 and NOT_JDE_4_5(For eg)I am getting the error as unreachable code, Is there any condition that we should not use…
0
votes
2 answers

Deleting an Application from 8830

We have developed an application for 8830 Device and its working fine. The problem that we are facing now is that, we are unable to delete the application from the device. We selected the application, pressed the menu button, but dont find any…
Dheeraj Jami
  • 190
  • 2
  • 14
0
votes
1 answer

Blackberry Maps - Detect click in RichMapField?

I'm getting my richmapfield from a factory like so: map = MapFactory.getInstance().generateRichMapField(); My question is how do I detect clicks/swipes etc on a RichMapField?
Paul
  • 753
  • 5
  • 19
0
votes
1 answer

blackberry 5.0 api manager/ui layout

I'm trying to come up with a structure for my simple blackberry app. I want to have a static header and 3 containers that will slide into view once the user makes a selection in the previous one. Here is a diagram of it: The red box is the visible…
boz
  • 4,891
  • 5
  • 41
  • 68