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

Integrate LWUIT with Blackberry JDE

I am trying to make an integration between LWUIT and Blackberry JDE. I am importing the LWUIT .jar file into a library project and setting the dependencies of this library with another project. I am then creating a new LWUIT form and running the…
Farid Farhat
  • 2,300
  • 1
  • 16
  • 29
1
vote
2 answers

Blackberry Package Project for Multiple OS Targets/Versions

I'm using the Eclipse plug-in and my app runs on the following simulators: 9800, 9700, 8900 ,i.e, it is compatible with OS versions 5 and 6. However , when I package the application to run it on a device, the .alx file is generated correctly but…
1
vote
2 answers

Trouble to open application on Blackberry Simulator

I am trying to open my application on simulator 9800.i am using JDE 6.0.when i tried to debug my application i got some message on my console. [0.0] UIE: Foreground app package.MyApp@ has no screens. This should be corrected. [0.0] UIE:…
Sagar
  • 451
  • 1
  • 3
  • 13
1
vote
1 answer

Using SQLite in BlackBerry

I am new to blackberry development. I am trying to make an application where I have to save name and three checkbox results(i.e. whether boxes have checked or not). I have created a screen. But I am not able to save the data in database and I think…
1
vote
1 answer

How to create non-Modal (Non-UI-Blocking) PopUpScreen in BlackBerry

I am working on adding a simple popUpScreen with a texual information when you hover over a CustomButton in BlackBerry. I have seen this already implemented in applications like Twitter, Facebbok and even in native BlackBerry pictures app and many…
1
vote
6 answers

Make a notification that will run every day at 9:00 pm

I want to make an auto synchronize in my application that will happen every day at 9:00 pm. I am doing this in the way of : try { Thread.sleep(24hours); } catch (Exception ex) { } But the problem is when the user turns off his device before 24…
Farid Farhat
  • 2,300
  • 1
  • 16
  • 29
1
vote
4 answers

Can't make new Blackberry Project

Basically I use eclipse and I installed the plugin for blackberry, however even know if I go to about and it is listed as installed, I cannot create a new project, or open the perspective either. It's nowhere to be found in the new project menu. I…
1
vote
1 answer

Finding the location of mobile number in blackberry while getting call?

i want to find the location of a mobile number from where i am getting the call in blackberry. is it possible. if yes, can you guys redirect me to some links or provide me some samples which will help me to go ahead with my idea.
Nilanchala
  • 5,891
  • 8
  • 42
  • 72
1
vote
1 answer

Get path from a file that trigger an app

I´m downloading a file to a SD card in the BlackBerry, and when I open that file, my application run. So when my application run, I need to delete that file. The problem is that I dont know where it is(the file) from my app, because the user could…
1
vote
1 answer

Blackberry Api: Writing an array of bytes to a file

I am trying to read and write metadata to/from an mp3 file. I can read the data, but I cannot figure out how to write it. I use the following code to get file access: FileConnection file = (FileConnection)…
Julia
  • 11
  • 2
1
vote
1 answer

Is there any Javascript Chart Library which i can use for Blackberry browser. Without ActiveX?

Is there any Javascript Chart Library which i can use for Blackberry browser. Without ActiveX? I want to make one blackberry browser based chart report app using PhoneGap with html and javascript. Thanks --Raghav
1
vote
2 answers

Iphone Application Porting to Blackberry RIM

I have developed an application for iPhone. Is there any way to port that application on to Blackberry RIM so that i can avoid rewriting the application in Java for Blackberry RIM? I am rewriting my application for black berry,suggest me the way to…
Narasimha Reddy
  • 754
  • 6
  • 23
1
vote
2 answers

Blackberry and Editfields

This is a very basic thing but I cant seem to find the answer searching then net. Basically Im having issues in displaying two EditFields next to each other on a HorizontalFieldManager. I believe from what Ive read the EditField uses the maximium…
john
  • 11
  • 2
1
vote
3 answers

How to run BlackBerry application in Background

I am working on a BlackBerry Application which requires the application be running once its sent to the background also. I would really appreciate it if someone could guide me to any tutorials related to running background services in BlackBerry.
1
vote
2 answers

JDE 4.6.0 BlackBerry

I'm searching on internet a old version of blackberry JDE (4.6.0), have you got a link to download this ?
Jeremie
  • 23
  • 3