Questions tagged [rim-5.0]
8 questions
3
votes
1 answer
In Blackberry, setting Trackball Sensitivity has no effect?
I use the following code to set the sensitivity of the trackball
public class Main extends UiApplication {
public static void main(String[] args) {
Main theApp = new Main();
theApp.enterEventDispatcher();
}
public…

Ashraf Bashir
- 9,686
- 15
- 57
- 82
2
votes
1 answer
"No BlackBerry JRE is installed" while creating new Blackberry project with Eclipse JDE Plugin 1.3 !
I downloaded Eclipse Helios "BlackBerry JDE PluginFull 1.3". I installed it, and installation process terminated successfully. But Whenever I try to create a new BB project, i got the following message:
No BlackBerry JRE is installed.…

Ashraf Bashir
- 9,686
- 15
- 57
- 82
2
votes
1 answer
Blackberry How to play sound (short[]) using the speaker of the device?
I am using Alert.startAudio to play an array of short values,
I want the same short[] to be played using the phone speaker, how could I do this ?

Ashraf Bashir
- 9,686
- 15
- 57
- 82
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…

Ashraf Bashir
- 9,686
- 15
- 57
- 82
0
votes
1 answer
Blackberry - How to get Category of BlackBerryContact?
I have not found any fields in JDK 5.0.0 for getting Category of BlackBerryContact.
If there are any alternative way for getting Category of BlackBerryContact then please suggest....

Hiren Gujarati
- 1,039
- 14
- 32
0
votes
1 answer
Error Starting xxx: Module 'xxx-4' has verification error 3337. (Codfile version 78) in Blackberry?
I've implemented a blackberry application using JRE5.0, it's running well on any device with OS5.0 and OS6.0
When I try to open the same application on 9900 which has OS 7.0, I got the following error:
Error Starting myAppName: Module 'MyAppName-4'…

Ashraf Bashir
- 9,686
- 15
- 57
- 82
0
votes
1 answer
How to restart a blackberry application?
I'm using blackberry SDK5.0 and I want to restart the application programmatically. How to do this ?

Ashraf Bashir
- 9,686
- 15
- 57
- 82
0
votes
1 answer
How to retrieve PIM contact's photo as Bitmap using RIM5.0?
I want to retrieve contacts' images and display them in BitmapFields.
So I'm collecting Bitmap objects from contacts, using this code:
Vector bitmaps = new Vector();
BlackBerryContactList contactList =…

Ashraf Bashir
- 9,686
- 15
- 57
- 82