Questions tagged [rim-4.6]

11 questions
19
votes
1 answer

Blackberry - How to use notification icon in statusbar

In RIM Blackberry OS 4.6+ there is a new feature - ability to show notification icon in statusbar. Integrated application use it to give quick and informative information for user: Dealler - missed calls, Messages - unread messages etc. removed…
Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114
4
votes
3 answers

Playing an InputStream video in Blackberry JDE

I think I'm using InputStream incorrectly with a Blackberry 9000 simulator: I found some sample code,…
J.R.
  • 5,789
  • 11
  • 55
  • 78
3
votes
1 answer

Accessing the 'Media' directory of a Blackberry within the JDK

Trying to use JSR 75 to access media saved under the '/home/video/' directory on the device. Using Blackbery JDK 4.6.1. Single line of code throws a 'FileSystem IO Error' Exception. Which is, as usual, unhelpful in the extreme. fconn =…
haseman
  • 11,213
  • 8
  • 41
  • 38
3
votes
3 answers

Blackberry App, display images from Web

I'm using the Blackberry JDE (9000 simulator), and am wondering if I can display an image from the web. Currently, I'm seeing tutorials that use Bitmap.getBitmapResource to display images that are local to the blackberry application, but looking…
J.R.
  • 5,789
  • 11
  • 55
  • 78
3
votes
5 answers

How to solve this JVM error in Blackberry simulator?

I am getting error ("JVM Error 545 incompatible or corrupt file system") while building the application in blackberry simulator and I am using the blackberry jde 4.6. I could not even see the first screen of the simulator. Can any one tell me what…
Kumar
  • 5,469
  • 20
  • 64
  • 87
3
votes
1 answer

How to improve the Speed of debugger attachment of Blackberry jde4.6 simulator?

I m working on Blackberry development when i click debug in the JDE my simulator takes long time to load the program and my desktop configuration are current configuration with 3GHZ processor and 4GB ram . I don't know why this happening ?
Kumar
  • 5,469
  • 20
  • 64
  • 87
2
votes
1 answer

Player gets stuck after 50 sec video playback in Blackberry Simulator

I am using blackberry jde 4.6 to test my application in the blackberry 9000 simulator. Some times before I run one .3gp video file in my application. My application consists of one player and two buttons with the name start and stop. If I click the…
Kumar
  • 5,469
  • 20
  • 64
  • 87
1
vote
1 answer

Blackberry - app not showing up on the simulator

I am using the Blackberry SDK 4.6 eclipse plugin to create applications. My applications were running fine till some time back when testing on the simulator. Then I ran the clear.bat to remove all applications I had added. Now whenever I try to…
lostInTransit
  • 70,519
  • 61
  • 198
  • 274
1
vote
1 answer

Blackberry Bold CSS

I was reviewing the CSS docs for version 4.6 and saw this in the doc: "In BlackBerry Device Software version 4.6, the BlackBerry Browser provides full support for CSS 2.1, excluding pseudo-elements and dynamic pseudo-classes, system fonts, and…
Kevin
  • 1,141
  • 16
  • 27
1
vote
3 answers

tunnel failed in blackberry bold. why?

I created a j2me program and ported it to the blackberry bold. The program does some http queries. Every now and then these fail with the exception: 'tunnel failed' My APN settings are correct (since sometimes it does work). I connect with…
Toad
  • 15,593
  • 16
  • 82
  • 128
0
votes
1 answer

How to specify a path to store file in Blackberry JDE?

Dear Friends, Can anyone tell me how to store a file in a blackberry simulator.Actually i m using blackberry jde4.6.I created one simple application in that application i created one edit field and one button if we click the button then the content…
Kumar
  • 5,469
  • 20
  • 64
  • 87