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

Error when updating BlackBerry JDE Plug-in for Eclipse (v5.0 Beta 3)?

I tried to update Blackberry JDE plug-in for eclipse from v4.5 to v5.0 Beta 3. I followed the instructions in this page: http://na.blackberry.com/eng/developers/devbetasoftware/updatesite.jsp but unfortunately I got the following error while…
0
votes
1 answer

Blackberry java valid directories

Is there a way in Blackberry Java (5.0 and later) getting the the valid directories? Like for instance, the home directory is "file:///store/home/user/", is there any method like getHomeDirectory() and will return that path? If none, would the…
0
votes
1 answer

Phonegap blackberry jad file testing

In the windows I wrote one application and generated phone gap blackberry build in the cloud. I got .jad file for testing. For testing i downloaded the blackberry simulator and vm player. In the vm i opened blackberry simulator. Here i didn't get…
0
votes
1 answer

How to determine the type of object in blackberry application?

On my screen i have ButtonField and CustomButtonField. Both have been added to Listner of my screen. myScreen.add(new ButtonField("click me")); myScreen.add(new CustomButtonField("click me Again")); Now i want to know which button is clicked and…
SIA
  • 773
  • 3
  • 11
  • 22
0
votes
1 answer

BlackBerry app loses focus and causes app to freeze

The project I'm working on, which uses BlackBerry SDK 6, reported a bug in which when closing an MainScreen causes the app to suddenly lose focus and stops being responsive, the message reported on the console output is foreground app ******* lost…
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
0
votes
1 answer

How to delete auto start apps in BlackBerry?

Hello i had this bug in one of my apps. I can't uninstall it if its marked as an auto start app in Blackberry descriptor. When i turn off this option i can delete it. Someone has experimented this kind of problem? i have tried going to apps…
0
votes
0 answers

Using webview to display formatted HTML but having issues with height

I am attempting to display some formatted HTML inside of a webview. This HTML will have some basic formatting, such as images and paragraph tags etc. The issue is that the HTML will take up the entire height of the screen. if I have some short…
0
votes
2 answers

Java.awt.* not in blackberry?

Is there any way to import following in BlackBerry JDE 5.0 or in eclipse with BlackBerry JDE 4.7 ? import java.awt.Canvas; import java.awt.Color; import java.awt.Graphics; import java.awt.Image; import java.awt.image.BufferedImage; I need to…
0
votes
0 answers

Issue while posting data or pic to server

I am facing issue while posting image in server. I am using httpConnection, and am getting issues such as Connection closed, Not Connected, TCP Timeout, Null Exception. Wwhile posting, I am posting a JSON Object,These issues occurs inconsistently,…
Rakesh
  • 14,997
  • 13
  • 42
  • 62
0
votes
1 answer

BlackBerry - How to pass URL from one screen to another

I want to pass the value of a LocalURL to another Screen. I have tried this but all I get is blank Screen: BlackBerry - how to pass data like Intent.putExtra() in Android Like in android: (In Screen1) WebView webView; webView =…
0
votes
1 answer

BlackBerry - How to attach and get particular Field id in KeywordFilterField

I have set up a KeywordFilterField (Thanks to Signare - http://rincethomas.blogspot.in/2012/04/search-field-in-bb.html) and everything works, however, I would like to know how to make them do something or open a new screen when pressed / clicked.…
0
votes
1 answer

local storage on blackberry that is not accessible from file explorer

I have some html file that are downloaded post app startup. I would use the browserfield to display these html pages. The assistance i need is to know; Is there an internal writable directory where i can store my html files and access from…
Godwin
  • 512
  • 4
  • 14
0
votes
1 answer

BlackBerry Certificates after Moving to another PC

I had eclipse and BB certificates (barsigner.csk, barsigner.db and author.p12) installed on Machine X which I used to sign BB10 application. Later, I moved to another computer, Machine Y, but didn't move those certificates, I created a BB7 app but…
0
votes
1 answer

Display Button before lock screen in Blackberry

Can we display button before lock screen from my blackberry application? I knows that we can check programmatically device is locked or not but can we display our application screen before lock screen?
0
votes
0 answers

How to update res files from blackberry app after compiled?

im creating an app that must be generic, so i got a generic layout where a logo , a title and a body can be changed from xml or png files. At the moment i have to change the xmls and pngs and then compile to see the changes in the app. so i wonder…
AmirG
  • 615
  • 8
  • 18