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
1
vote
1 answer

listfield elements action

I want to create an application,it shows some listField elements (say) Item1, Item 2 etc. And when click on each item1 it leads to another page which also has some listfield elements Item11,Item12... I am new in BB. can any one help me?
Jisson
  • 3,566
  • 8
  • 38
  • 71
1
vote
1 answer

Reading mails in Blackberry app

Is it possible for a Blackberry JDE 4.6 app to read the mails stored on blackberry device? I don't want to implement a mail client (smtp/pop/imap etc.) Is there any way to just read the mail already fetched by mail client built into Blackberry OS?
Abhijeet Pathak
  • 1,948
  • 3
  • 20
  • 28
1
vote
2 answers

Changing audio file in Blackberry

I have some audio files of different types -- .mp3, .amr -- saved on my BlackBerry and I want to alter them. I want to make the music or voice recorded sound different. What can I do to change the audio? Maybe get the file as a stream of bytes and…
gop
  • 2,150
  • 5
  • 26
  • 54
1
vote
1 answer

Blackberry:: App. with OS 4.6.xxx and OS 5.0.XXX

i want my App. work with both OS 4.6.xxx(curve 8520) and 5.0.xxx(bold 9000), so in which development environment(JDE versions) i should start to develop it? Thanks..
Piyush
  • 2,589
  • 6
  • 38
  • 77
1
vote
3 answers

How to programatically reboot a BLACKBERRY device?

Is there an API that will allow you to reboot the blackberry device?
Piyush
  • 2,589
  • 6
  • 38
  • 77
1
vote
0 answers

How to include net_rim_api_wlan_hotspot in my BB project?

I have a project that is going to create hotspot client, so it imports net.rim.device.api.wlan.hotspot.* When the code runs it complains that it cannot find net_rim_api_wlan_hotspot. If I display the table-of-contents for the jar file, *\BlackBerry…
mobibob
  • 8,670
  • 20
  • 82
  • 131
1
vote
3 answers

BlackBerry JDE Eclipse install

Installing BlackBerry's JDE in Eclipse, via Help > Install New Software, it fails with this error: Cannot complete the install because one or more required items could not be found. Software being installed: BlackBerry Java Plug-in…
atasoyh
  • 3,045
  • 6
  • 31
  • 57
1
vote
1 answer

send sms between two simulator in blackberry

I want to send SMS to multiple contacts. I wrote the code and it works fine, but I want to test between two simulators. I saw the solution in plenty of forums, including StackOverflow, but I am not able to make it work.
David
  • 2,103
  • 3
  • 21
  • 29
1
vote
1 answer

Blackberry: Location Services Backwards compatible to OS 4.5

I'm trying to use Location services for the BB, but I need backwards support to OS 4.5xx. In 4.5 API doc: Locator.geocode(AddressInfo address, Coordinates startCoords) returns an…
Valchris
  • 1,451
  • 2
  • 14
  • 33
1
vote
5 answers

Use BlackBerry JRE 5.0.0 or previous on MacOS

I have my Windows work computer set up with JDE 5, but the plugin for the Mac OSX Eclipse on my home computer is JDE 6 and I can't seem to find a source to download it from. I found a blog post about MacOS BlackBerry development, but it is from…
8vius
  • 5,786
  • 14
  • 74
  • 136
1
vote
1 answer

BlackBerry How to fix footer manager using native API

I have a header , listfield and footer in my application's main page. I use horizontalfield manager for footer and header.The header is a banner and footer is a tabs container. I add the header, the listfield and the footer to the screen…
Jutikorn
  • 838
  • 1
  • 11
  • 25
1
vote
1 answer

Where can I find good RIM API classes for integration in my blackberry projects?

I am new to BB development and it seems a lot of the classes need a lot of work to be able to compete with Android & IPhone classes. The functionality given by iPhone & Android in terms of field classes seems highly advanced. Is there a place where…
Strong Like Bull
  • 11,155
  • 36
  • 98
  • 169
1
vote
1 answer

Alter blackberry application title to show unread message count

Some blackberry applications are able to set their title depending on how many messages are unread. Examples are the Gmail and ubertwitter app. Gmail will set the title to "GMail (20)" to indicate there are 20 unread message. This shows up when…
Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
1
vote
1 answer

Third Party API in Blackberry(JDE)

How to use third party api in blackberry jde ?....(I need send file to ftp server)
dragon
  • 317
  • 4
  • 18
1
vote
1 answer

how to use createEncodedImage method in jde 4.5

Can anyone know the way how to use createEncodedImage method of EncodedImage class in jde 4.5 Thanks and regards, Vivek Birdi
user291977
  • 237
  • 1
  • 5
  • 11