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
0 answers

how to retrieve blob Object from sqlite in Blackberry java

I am, retrieving blob objects which is in db, While retrieving in the second time, I am getting error as java.lang.ArrayIndexOutOfBoundsException: Row index 1 out of valid range Code which i am using as below d = DatabaseFactory.open(myURI); …
Rakesh
  • 14,997
  • 13
  • 42
  • 62
0
votes
1 answer

How to write and read a blob object in Blackberrry Java

I want to store my Object to be stored in Sq lite Db and retreive it back programatically,I want to know how to insert a object in sqlite i.e how to insert into sqlite as blob object
Rakesh
  • 14,997
  • 13
  • 42
  • 62
0
votes
0 answers

ant build failed xxx\xxx\build.xml:49: Java returned: -1

I am trting to build Blackberry project and generate the cod file. My environment is Windows 7 and the apache-ant version is 1.8.2. I have encountered two problems and they all lead to failure. The command I used to build is "ant…
user3089953
  • 1
  • 1
  • 4
0
votes
1 answer

Blackberry source code files?

We outsourced the development of Blackberry 5, 6, and 7 apps. Please bare in mind that I have absolutely no knowledge of Blackberry development at all. Development is complete, and they have sent us the source code - a collection of .cod, .csl,…
Dave New
  • 38,496
  • 59
  • 215
  • 394
0
votes
1 answer

How to create a number of Fields dynamically in Blackberry Java SDK 5.0?

I'm trying to create a couple of BasicEditField objects after i get the number of fields that i want from an ObjectChoiceField. Problem: the BasicEditField fields that i add to my screen don't refresh unless i do it in the listener from my…
0
votes
2 answers

BlackBerry - Access the media storage when device connected to System

When i launch the application, my app will search the database file from the following path (store/home/user/sample.db). If my blackberry device connects to a computer, and at that time if i launch my application, it's not able to find the path and…
mindus
  • 209
  • 2
  • 12
0
votes
1 answer

Not Listen PhoneListener after Abnormal Termination in Blackberry

I am working on application that tracks the InComing/Outgoing calls & save calls records into Database. Yesterday I seen a scenario In which application is terminated by OS & a warning message pops Up (Error: Application is not responding). After…
AK Joshi
  • 877
  • 6
  • 20
0
votes
1 answer

Blackberry Server : "Qnx/Android" is not supported

I'm converting my Android app (apk) to Blackberry OS 10 (bar). Everything is ok if i install the bar file to my BB. But when I try to upload to our BB server to deploy to software to the Z10, i have the problem: "Qnx/Android" is not supported I…
Nam Vu
  • 5,669
  • 7
  • 58
  • 90
0
votes
1 answer

Setup Blackberry Development Environment on Java + Linux + eclipse juno

Hi I have to setup an Blackberry Development for Java on Linux machine with Eclipse Juno. I have tried to set up using ejde for eclipse using Blackberry Updates for eclipse using MAC URL but it not works, I don't found URL for Linux its only for…
0
votes
1 answer

Blackberry App - Bitmap Picture not showing

I have a feeling it has to do with the image path, that it isnt detecting the image. I am new to blackberry development. The application runs but the image doesnt show. Maybe the image isnt positioned correctly? public final class Welcome extends…
0
votes
1 answer

DFP in BlackBerry with simple url tags not loading the ad image

From the DFP publishers doc I read that we can show DFP ads in BlackBerry with the help of Simple url tags. I am trying to add a DFP ad to a project which already builds in java. Since simple url tags are possible to show DFP ads in blackberry, I…
Linson
  • 655
  • 1
  • 7
  • 21
0
votes
2 answers

Blackberry, searching contacts from list

I want to add an Search Box in list Field. so that When i Enter a letter, then it will show the names starting with the letter 'A' , and so on. Iam using Vector to save the list of contacts same as the image shown :
meera
  • 199
  • 3
  • 15
0
votes
2 answers

DES Encryption on Blackberry gone wrong

I have an application developed on BlackBerry JDE 5.0.0 that encrypts a String using DES algorithm with ECB mode. After the encryption, the result is encoded by base64 encoding. But whenever I compare the result that i get from my encryption method…
0
votes
0 answers

Blackberry java new notification message

I'm using the code below to show notification messages. ReadableListImpl mylist= new ReadableListImpl(); ApplicationMessageFolder folder = null; ApplicationDescriptor daemonDescr = …
0
votes
2 answers

BlackBerry OS 6 App Dev

When developing a application for iOS that pulls in a web site, you have a very simple web app wrapper that as far as I know acts like an iframe, pulls in the web site and boom - you have an app. My understanding is that if done this way you are…
TheWebs
  • 12,470
  • 30
  • 107
  • 211