BlackBerry is a line of mobile e-mail and smartphone devices developed and designed by Canadian company Research In Motion (RIM) since 1999. (Consider adding tag [tag:blackberry-10] for BB10 specific questions)

learn more… | top users | synonyms

0
votes
0answers
13 views

How to use Compass in Blackberry 7.0?

I am showing a compass in my application. I have used the BlackBerry Developer guide "Adding a compass field to an application" to show a compass. Now I want to use the bearing to show direction in my ...
0
votes
1answer
10 views

Implementing RabbitMQ in BlackBerry

I need to use RabbitMQ in one of my projects. On googling I got to know that the library for RabbitMQ is not compatible with BlackBerry. In some posts in StackOverFlow itself someone has suggested to ...
1
vote
1answer
3k views

Blackberry - get contacts list

I wanted to get the list of all names and their corresponding email address from the contact list in blackberry JDE 4.7 can anyone help with the code for getting the above mentioned things.. Thanks ...
0
votes
0answers
9 views

Porting lwuit app to Blackberry: Bold 9900

I have been working on porting my lwuit app to Blackberry. It works fine except that when tested in Bold 9900 Blackberry, touch event is not happening. The buttons, list etc gets focus but touch event ...
-2
votes
0answers
13 views

Blackberry own dialpad issue

I have created a virtual dial pad for my app in blackberry with one editfield for dial a number. But i couldn't dial the number because each time i press one button the editfield is refresh and ...
0
votes
3answers
125 views

Blackberry application loading on simulator

while loading my application on BlackBerry simulator its displaying given below an error Unable to start simulator. Check that the file exists. (java.lang.IllegalArgumentException: Executable ...
1
vote
1answer
636 views

Problem with Twitter4j 2.2.2 Serializable cannot be resolved

I'm trying to use twitter4j on blackberry SO 5.0.0, I did import the Twitter4j 2.2.2 to the project. After importing the needed classes, the error appear at line twitter.setOAuthConsumer("Consumer ...
0
votes
2answers
313 views

NullPointerException

I am building an app but on running my code i keep getting a nullpointer exception when i debug it i dont seem to notice what could possibly be giving it an error,i get it on the coated line , do i ...
-1
votes
0answers
13 views

CodenameOne WebBrowser not working for RIM devices

I have an App that loads an external link in a webbrowser on a form. I have successfully got it working on android but when run on RIM devices it doesn't show the web page, just shows a blank space on ...
-1
votes
0answers
8 views

BlackBerry Android Arc Menu [closed]

how can develop menu like the below link in blackberry, or where you can find like this menu https://github.com/daCapricorn/ArcMenu thanks
-1
votes
2answers
34 views

Javascript alert - access to php not allowed?

When I am trying to call a .php file from my Javascript function, it simply says "Access to http://192.168.0.104:89/someDir/filename.php is not allowed" . This scenario is coming on my ...
3
votes
0answers
77 views
+50

BlackBerry - Possible to Hide Video Field?

I want to write an application like a Flashlight (with the help of the camera LED). Player player = javax.microedition.media.Manager.createPlayer("capture://video?encoding=video/3gpp"); ...
0
votes
1answer
10 views

issue blackberry app with ksoap library

I need consume web service from blackberry. But i couldn't run the app with Ksoap library i am using ksoap2-j2me-core-2.1.2.jar. when i run the app i got this run time issue ...
1
vote
0answers
16 views

Blackberry Push Notification - Not receiving on Device

I am struggling for getting message on devices since last some days. At last I think to take a help from experts. Below are the steps I have followed. I have created Push initiator in core java. ...
1
vote
1answer
49 views

I need my Screen to wait for a thread to end before being pushed

I need my app to start a thread (after clicking on a button) that does something, get me some variables then push a screen that displays those variables. The problem is that I can't get my screen to ...
1
vote
1answer
18 views

How to set ringtone programmatically in Blackberry?

I want to set ringtone programmatically in Blackberry through my app, but I am not finding any sample code. I tried this, but it's not working: ...
1
vote
1answer
22 views

Getting A NumberFormat Exception in BlackBerry

I am trying to parse a string to int value. But i am getting a NumberFormat Exception. I am writing the below code: Logger.out("Myprof", "Contact "+strContact); try{ i = ...
0
votes
1answer
19 views

How to use sqlite database in Blackberry simulator?

Hi I am new to blackberry development, i am try to create small demo app of sqlite for that iam writing the following code try { URI myURI = ...
1
vote
2answers
46 views

Which Android version when Programming Android apps for BlackBerry?

I am writing an Android app which needs to be run on BlackBerry Z10, too. Someone mentioned that Android apps can be wrapped for BB. However I am not sure of the version. If I use 4.x specific ...
0
votes
1answer
16 views

PhoneGap BlackBerry / Webworks Build Error

I have used the command line tools provided in PhoneGap 2.7.0 to create a BlackBerry 7 and earlier project that uses the WebWorks SDK. During the build process, the build scripts try to execute the ...
0
votes
0answers
10 views

Twitter page in my application doesn't display correctly in 9220 simulator in Windows 8 OS

I am developing a Blackberry application in Windows 8 OS with 9800 and 9220 simulator, and I am facing following issues: My twitter apps page is not clearly displays in 9220 simulator but it ...
3
votes
2answers
97 views

Blackberry Simulator OS 7 Browser distortion

I am testing our web app for various mobile devices. In this case, I’m running a Blackberry simulator that simulates a Blackberry Bold 9900 running Blackberry OS 7. There is nothing out of the ...
0
votes
0answers
19 views

TextArea on Blackberry: cursor does not advance for space

I have a BB app (written with j2me and lwuit). There are a lot of text fields (com.sun.lwuit.TextArea objects) in the app. When running it, if I type characters in the text fields, the cursor advances ...
1
vote
1answer
23 views

getting Null value from Persistent object

I am trying to store the registration state of the user in my app. i have used Persistent store. But i am not getting the data bak from the store. I have written the below code: package ...
3
votes
1answer
292 views

Phonegap Blackberry build error for cross domain

When i build my application from phonegap. It works in iPhone, iPad, Android but didn't work in blackberry. I'm calling cross domain API WSDL. In blackberry it gives error URL (exmple :- ...
0
votes
0answers
19 views

issue for blackberry webservice consume

Hi I am new to blackberry.So i have to try consume the web service. and pre-verified the ksoap2-j2me-core-2.1.0. and import the jar into my project. But I got some warning messages in run time.. And i ...
0
votes
1answer
15 views

Retrieving sd-card details of BlackBerry Device Using PhoneGap

I am developing a BlackBerry application using PhoneGap. Can anyone help me in my problem. How to get details of sd-card e.g. available memory, used memory etc. of a BlackBerry device using ...
0
votes
1answer
19 views

Why am I getting a bps_remove_fd failure when trying to store a QSslSocket inside a QScopedPointer?

I am developing a networking-based app for the blackberry playbook using Qt4.8.3, part of which involves storing a QAbstractSocket in a QScopedPointer as follows: ...
1
vote
1answer
29 views

Blackberry Click Events

I have a ImageButton in a VerticalFieldManager and VFM in a HorizontalFieldManager. The ImageButton click event is firing when I click anywhere in the surrounding field. I want that click event to ...
5
votes
1answer
284 views

Facebook Blackberry SDK Error 500

I am trying to create application in BlackBerry that connect to Facebook using facebook-bb-sdk-0.8.25 . First time I used it, it ran well for a few days. But since 5 days ago, after coming into login ...
2
votes
1answer
39 views

Blackberry UI different devices

I'm working on a blackberry application. I have a header which you can see in the following picture, with low resolution it takes the space more than the width, currently testing on BB Bold 9900 ...
0
votes
1answer
267 views

BlackBerry Application compatibility wiht smartphone and normal phone

I am new to BB development.recently i have developed a simple application using JDE eclipse plugin ( Blackberry JRE 5.0.0.0 ). I have tested this simple application on default simulator i.e. ...
0
votes
0answers
25 views

Blackberry Facebook SDK NoClassDefFoundError on OS 7.1

When I try to run Strawberry application (facebook-bb-sdk-0.8.25), it runs well on BlackBerry OS 5.0, 6.0, and 7.0. But in OS 7.1 it throws exception NoClassDefFoundError right after the icon was ...
0
votes
0answers
25 views

BlackBerry Push Notifications , OS < 7.X

I am working on developing a BB OS<7.X application, that implements push notifications. I finally ended up with some working code that is able to receive push. However, the push notifications DONT ...
1
vote
0answers
34 views

Programmatically share the text in BBM blackberry

I need to share my text in BBM, i have tried this code protected void sendBBM() { BlackBerryMessenger bbm = BlackBerryMessenger.getInstance(); int moduleHandle = ...
5
votes
2answers
79 views

Cordova/Phonegap Plugins for Blackberry

In my Phonegap application I would like to implement login for Twitter and Facebook, and sharing for BlackBerry. Are there any plugins available for that? Preferably, a single plugin would handle iOS, ...
0
votes
0answers
14 views

Android compilation trouble after adding and removing BlackBerry SDK

I installed BB tools for Eclipse, just added and removed BB Nature to one of my projects. And now, I can't compile it (for Android). Eclipse told me about some troubles in AndroidManifest.xml: ...
0
votes
1answer
27 views

BlackBerry stop receiving push notifications

I have signed with RIM for BlackBerry Push Service Evaluation Credentials so that i can test my push notifications implementation. I used the low level sample as my server to send the push and i ...
0
votes
3answers
107 views

catch touch event on blackberry api5

I want to catch the touch event in OS5. I use this method protected boolean touchEvent(TouchEvent message) in ListFieldRich. But this method didn't run it. I press all keys nothing happens. Even if I ...
0
votes
1answer
29 views

Set BlackBerry image field on focus (Highlighting) color

I'm developing a BlackBerry application which uses table row manager to create a table view. In my application I added bitmap fields as row backgrounds, and then the default blue color of field ...
2
votes
1answer
387 views

Bouncycastle HTTPS, ignoring certificate validation issues

I am developing a BlackBerry (OS 5) application that needs to make a HTTPS call to a server. The server has a self-signed certificate. I cannot ignore or suppress validation errors on the BlackBerry ...
1
vote
1answer
23 views

How to access Google Analytics from BlackBerry?

I'm trying to access Google Analytics API from my BlackBerry's Mobile App (written in JavaScript) using Google's OAuth 2.0 procedure described here: ...
0
votes
1answer
53 views

How to update to phonegap 2.6.0 for a Blackberry project?

I am trying to update a Blackberry project to 2.6.0 on phonegap, but there is no tutorial on how to do that. The guides only goes up to 2.0.0 ...
3
votes
1answer
430 views

WebWorks AJAX Cross domain request

I'm working on a playbook app with webworks sdk. I'm trying to make an http request (method: post) by sending AND recieving data. I can get the response from server, but the server can't get the $POST ...
2
votes
0answers
14 views

Unable to run Blackberry app in device 907 invalid cod file

I just develop a blackberry application and want to run in my device. I have been set up code signing key.And install it successfully but not able to run on my device,When I run the .jad file it says ...
2
votes
2answers
1k views

“Error: unable to open port” in installing Blackberry application on mobile

I have created a BB application and want to install on mobile. It is working perfectly on emulator but getting problem when I am installing on mobile. I am using javaloader.exe for installing it on ...
0
votes
1answer
10 views

GridFieldManager Blackberry align fields

I have a GridFieldManager whith 3 columns and I want to align their content like this: |Title left | Title Center | Title Right| The problem is that I'm using a RichTextField instead of a ...
0
votes
1answer
38 views

PhoneGap CreateProcess build errors. C:\Program not found

I've been building PhoneGap apps for BlackBerry for about a year now. Suddenly, the build process is hitting errors like this: build: [exec] [INFO] Parsing command line ...
1
vote
3answers
806 views

Regex PatternRepository pattern on BlackBerry 5 - how to ignore case

I hope this title makes sense - I need case-insensitive regex matching on BlackBerry 5. I have a regular expression defined as: public static final String SMS_REG_EXP = ...
-1
votes
0answers
12 views

what kind of security check being done by blackberry before uploading an app to BB app store [closed]

What kind of security checks being done by blackberry before uploading an app to their app store. will it check any malicious code in the app or any kind of other security blackberry do before taking ...

1 2 3 4 5 163