Tagged Questions
The rim-4.6 tag has no wiki summary.
14
votes
2answers
7k views
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 ...
3
votes
3answers
2k views
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 ...
3
votes
3answers
1k views
Playing an InputStream video in Blackberry JDE
I think I'm using InputStream incorrectly with a Blackberry 9000 simulator:
I found some sample code,
...
2
votes
1answer
445 views
Blackberry Simulator - player get stuck after 50 sec video playback
Dear Friends, I am using blackberry jde 4.6 and i use to test my application in blackberry 9000 simulator.Some times before i run one ".3gp" video file in my appliction.My application consist one ...
2
votes
2answers
4k views
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 ...
2
votes
1answer
689 views
How to improve the Speed of debugger attachment of Blackberry jde4.6 simulator?
Dear Friends, I m facing one problem.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 ...
2
votes
1answer
968 views
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 ...
1
vote
4answers
3k views
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 ...
1
vote
2answers
1k views
Blackberry - app not showing up on the simulator
I am using the Blackberry SDK 4.6 eclipse plugin to create applications. My apps were running fine till some time back when testing on the simulator. Then I ran the clear.bat to remove all ...
1
vote
1answer
779 views
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 ...
0
votes
0answers
35 views
Blackberry 4.6 Javascript KeyDown Event
Does blackberry OS4.6 support preventing default from happeing on the onkeydown event? I'm trying to allow only numbers in a text field but can't cancel the event. This means all keys are entered into ...
0
votes
1answer
800 views
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 ...