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

Stand-alone Mail API in Blackberry

Does anyone know of a stand-alone Mail API that works well with Blackberry? We're developing a client for a service that uses IMAP as a backend, but is not an IMAP Mail server. JavaMail has everything that is needed but doesn't play nice with…
Nicholas
  • 7,403
  • 10
  • 48
  • 76
2
votes
0 answers

invoke SMS application, starts with default sms content?

l want to invoke the native sms application with the specified text but without the phone number , I want it to start with add recipient screen. I have tried many ways but without the solution to my problem. By the way this does not work for me…
David
  • 2,103
  • 3
  • 21
  • 29
2
votes
1 answer

Reverse Geocoding using Blackberry 5.0 API example anyone?

So the blackberry documentation shows you the following code example: import net.rim.device.api.lbs.*; import javax.microedition.location.*; public class myReverseGeocode { private Thread reverseGeocode; public myReverseGeocode() { …
Strong Like Bull
  • 11,155
  • 36
  • 98
  • 169
2
votes
2 answers

how to use global Event listener?

i want to communicate between two applications, whenever blackberry messenger is open then at that time my application can notified that,this blackberry messenger is started. how could i do with the use of global event listener.. thanks a lot.
amit
  • 169
  • 1
  • 11
2
votes
1 answer

Blackberry OS 6 Development Environment

Will development for the Blackberry Torch (and other selected OS6 blackberries) be done through a new version of the standard RIM JDE or is there a new environment or focus on the Eclipse side of things?
Mat Nadrofsky
  • 8,289
  • 8
  • 49
  • 73
2
votes
2 answers

Blackberry - how do you specify argument(s) to application main method without using JDE or Eclipse plugin?

I am building my application .cod file without using Blackberry JDE or Eclipse plugin. Everything works fine in the simulator if I hardcode the String arguments which my main() method needs. (I am using Maven to build.) How do you specify main…
2
votes
1 answer

BlackBerry: Programmatic "Add to contacts"

If I type a phone number into the phone application on my Blackberry (5.0.0) I can hit the menu button, and one of the options is "Add to contacts" which will bring up the add contact screen, with the phone number already populated. I would like…
Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
2
votes
2 answers

BlackBerry-how to change Manager background image?

I am trying to create a tool bar with background color different from the screen background, i am using the following code getMainManager().add(mToolbarManager = new HorizontalFieldManager()); mToolbarManager.add(mBtn = new…
Mohamed Magdy
  • 551
  • 2
  • 9
  • 19
2
votes
1 answer

Blackberry parse String in format yyyy-MM-dd to Date

I've tried using the HttpParserDate.parse method but in one device (Blackberry Pearl 9100) I get the error Error starting App: Class 'net.rim.device.api.io.http.HttpDateParser' not found. I'm using the BlackBerry JDE 6.0. Is there a way to parse…
2
votes
0 answers

Blackberry custombutton on touch/trackpad frozen screen

I created a sort of a grid with multiple vertical and horizontal fieldmanagers. The code to create the grid is: public class CategoriasScreen extends MainScreen { private int colores [] = {Color.BLUE, Color.ALICEBLUE, Color.CHOCOLATE,…
2
votes
0 answers

Render image from ftp server blackberry smartphone client side application

I want to display an image from following url using ftp protocol. ftp://64.207.150.31:21/images/gobali.jpg The above url have following pattern when we use in app. ftp://user:password@host:port/path user: remote password: 123456789
Abdullah Haider
  • 195
  • 2
  • 11
2
votes
2 answers

Best method to run a periodic background service in java blackberry

Objective: I want to develop an UI application that runs a service/ task/method periodically to update database. This service should start after periodically even if my application is not active/visible/user exits app. Similar to an Android…
2
votes
1 answer

is it possible to run blackberry OS 10 in blackberry OS 6,7 and 7.1

I am new to blackberry development; please let me know is it possible to run blackberry OS 10 apps on blackberry OS 6,7 and 7.1? Or vice versa? Also i want know how to develop a flip board type application for blackberry OS 10, or OS 6 and 7.
2
votes
1 answer

Blackberry: how to find subnet mask of connected network

How can I find the subnet mask of connected wifi network in Blackberry jde 4.5+ ?
Asif Mujteba
  • 4,596
  • 2
  • 22
  • 38
2
votes
1 answer

Blackberry How to access Contacts from Contact List of Phone

I am developing one application in that i have contact details ,when i click the contact number it will ask some option like call.How to access contact list in blackberry so that it should show contact list of phone. Just similar to the image…
meera
  • 199
  • 3
  • 15