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 bar signing error

I have an android application and want to port it to BB 10 device. I have converted it to bar file with command line tools and configured my computer for signing application. But when i am trying to sign application it gives error. Command Line : …
0
votes
0 answers

How to develop an simple application for Blackberry that allows me to send and receive data from mysql server

I want to develop an simple application for a blackberry that allows me to send and receive data from a MySQL server. I am not that familiar with Java Mobile Programming but am aware I need some sort of web service/servlet. I have been trying to…
0
votes
0 answers

Blackberry java connect to a URL

I used following class which extends the Thread to connect to the web import java.io.ByteArrayOutputStream; import java.io.InputStream; import javax.microedition.io.Connector; import javax.microedition.io.HttpConnection; import…
0
votes
0 answers

Blackberry push sdk error

I have installed Blackberry push sdk after referring the BPSS installation guide. All the necessary software has been installed. Now I can access Tomcat home page via the https URL but I cant open any sample URL in push sdk it gives an error saying…
Grant
  • 4,413
  • 18
  • 56
  • 82
0
votes
2 answers

How to fire click event on new app. icon set using HomeScreen.updateIcon(bitmap)?

I m changing the app. icon using HomeScreen.updateIcon(bitmap) when app. is in background. Now how to fire click event when I click on this new app. icon like when I click on previous app. icon (which is set through Project Properties-> Resources)…
Shreyas
  • 209
  • 1
  • 7
  • 16
0
votes
1 answer

integration of FB into blackberry

i want to integration of FB into blackberry..plz tell me the steps. i have dwnloded FB sdk for BB and then next how to get login and get the user ID and token id.how login to fb and directly go to our app I've searched through all the topics…
Prashant
  • 66
  • 9
0
votes
1 answer

Blackberry OS 5,6,7

I have to build a app that should support Blackberry OS 5,6,7. My question is would one app would be enough or do I have to build 2 separate apps? i.e 1 compatible with OS 5 and 2nd with OS 6 and 7. Also I would like to know if there are any open…
0
votes
1 answer

Porting lwuit app to Blackberry: Bold 9900

I have been working on porting my lwuit app to Blackberry. It works fine except that when tested in Bold 9900 Blackberry, touch event is not happening. The buttons, list etc gets focus but touch event is not triggered. I am using Blackberry JDE 5.0…
0
votes
1 answer

Set BlackBerry image field on focus (Highlighting) color

I'm developing a BlackBerry application which uses table row manager to create a table view. In my application I added bitmap fields as row backgrounds, and then the default blue color of field highlighting was gone. I read some answers in…
0
votes
1 answer

BlackBerry code signing warning

I use following line of code in my blackberry java application (6.0) private static final int HPADDING = Display.getWidth() <= 320 ? 6 : 8; but Eclipse gives me a warning saying That : Signing Required: RIM Runtime API (0x52525400): Protected…
0
votes
0 answers

BlackBerry Create a table with four clickable image rows

How to create BlackBerry Table model with four clickable image rows (6.0.0 java) ? . I found this post but I'm very new to blackberry development so I have no idea to create the simple table. Please help me to do this. I want to create something…
Grant
  • 4,413
  • 18
  • 56
  • 82
0
votes
1 answer

Convert date to milliseconds in Blackberry

DateTimePicker datePicker2 = DateTimePicker.createInstance(); datePicker2.doModal(); Calendar cal = datePicker2.getDateTime(); Date date = cal.getTime(); TimeZone _timeZone = TimeZone.getDefault(); int month =…
sachin
  • 19
  • 2
0
votes
3 answers

List field in blackberry , event click listener not working

I am working on BB OS v5.0. I have managed to get the list to appear on the screen. I am getting data from webservice and adding it into a Vector. Now I want to find out onclick, which is the item that is clicked and accordingly perform some…
meera
  • 199
  • 3
  • 15
0
votes
1 answer

Null point exception in persistent object , blackberry application

I am using persistent stores to store data in a Blackberry application. I am trying to store phone number in persistent objects, but after storing, it gives null value. here i am posting my code: public static Vector push_data; public static…
meera
  • 199
  • 3
  • 15
0
votes
1 answer

BlackBerry - Disable cut,copy and paste option and disable screenshots option

In my blackberry application, i want to disable cut,copy and paste option on edittext and other html contents. And also i need to disable to capturing screenshots of the screens in the application. Thanks Mindus
mindus
  • 209
  • 2
  • 12