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.

498 questions
2
votes
2 answers

Any simulator needed for Blackberry http connection?

I'm trying to test an http connection from my blackberry simulator but nothing happens. Do I need an MDS simulator for running this App? I am using Eclipse Helios BlackBerry Java Plug-in 1.5.0. I've also installed blackberry JDE in my system. void…
vks
  • 5,505
  • 6
  • 32
  • 53
2
votes
1 answer

blackberry development start confusion

I am going to start blackberry development (java) but I am confused in these two things that, eclipse with blackberry plugin will be better or BlackBerry® Java® SDK v7.0. My project is NFC related so which software will be ease for beginner and…
neeraj t
  • 4,354
  • 2
  • 24
  • 29
2
votes
1 answer

how to create an transparent customized progress bar popup screen in blackberry?

I have to create a progress bar screen to show the progress of download or during server interactions. I want it to be transparent and covers the screen fully. In center the popup progress should come with the status. please help me on this.…
Nilanchal
  • 5,842
  • 8
  • 39
  • 69
2
votes
2 answers

Is there something like SharedPreferences in Blackberry as in Android?

I want to implement a SharedPreferences kind of thing in my BlackBerry application similar to what is available in Android. What i want to do is store the login details after authenticating them so that the user is not required to login again and…
Rahul Sharma
  • 3,547
  • 2
  • 17
  • 18
2
votes
2 answers

Getting JVM ERROR 517 File-system corrupt in Blackberry Simulator

When I am running PhoneGap BlackBerry WebWork application using Eclipse Blackberry JDE 6.0 i am getting an JVM Error 517 FileSystem Corrupt. but when i am running my normal Blackberry Application Is works fine in the same eclipse.
Sagar
  • 451
  • 1
  • 3
  • 13
2
votes
0 answers

Having problem while parsing XML data from URL in blackberry

I have created one XML parsing application using KXML.I want to read the xml content in InputStream format and want to display that content on my Emulator or on console. import java.io.IOException; import java.io.InputStream; …
Sagar
  • 451
  • 1
  • 3
  • 13
2
votes
1 answer

Blackberry PIM why is contact creation so slow?

The following code, which i took from the blackberry forum, takes almost 26 minutes to create 2000 random contacts using the BB PIM API on an 8500 series set. Does anyone have any idea why it takes so long or how to improve the performance of…
Yasser
  • 1,808
  • 12
  • 18
2
votes
1 answer

Custom Dialog box in blackberry

How to create custom Dialogue box and add listeners to the buttons in the dialogue box in blackberry
vijayteja
  • 21
  • 4
2
votes
1 answer

blackberry signed keys not working after mylaptop restart

i am getting signed keys to my mail. i got 3 csi files and fallow the steps to install these keys which are give in main. eveything is fine but after restarting my pc i can't able to sign project. it again ask signed keys,i am trying to reinstall…
2
votes
1 answer

BlackBerry App World Distribution of .jad files

I am developing an app using Eclipse Plugin with BlackBerry JRE 4.5 to support devices with OS versions 4.5 and higher. I understand that when you use a JRE version lower than 4.7 and you deploy the app to a 4.7 device or a 5.0 device, the app will…
Dave
  • 3,988
  • 9
  • 40
  • 56
2
votes
3 answers

How to use the RIM crypto api for TripleDES encryption with NO Padding

It seems the RIM Crypto API provides for only PKCS5 Padding mode for symmetric encryption (3Des) - as far as I know. I'm working with the JDE 4.6.0. I'm trying to provide cryptography for a blackbery app which needs to be compatible with existing…
Olaseni
  • 7,250
  • 15
  • 41
  • 64
2
votes
2 answers

Dynamically resize background image according to different screen size

I displays a splash Screen when my app loads,There is a background image in the splash screen,I problem is how can I make fit this image in all types of blackberry models?
2
votes
2 answers

Blackberry Screen Transitions on close

Hey everyone, I'm doing a Blackberry App compatible with OS4.5+ and I'd like to do some screen transitions. I know how to do them through the screen's sublayout method when I push a screen to the UiApplication, but when I wan't to make one disappear…
Olsi
  • 919
  • 2
  • 11
  • 25
2
votes
1 answer

play a song from a URL in BlackBerry app

In my BlackBerry application, I have a radiotime URL of a song. The song may be in mp3 or mms format. How can I play it from my app?
Jisson
  • 2,915
  • 7
  • 34
  • 67
2
votes
1 answer

BlackBerry - Redraw my titlebar after orientation change

I am writing a BlackBerry application that uses a custom title bar. Rather than using the textual based title bar, my application uses an image. I am having trouble redrawing this title bar once the orientation of the device, such as a BlackBerry…