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
1answer
29 views

bb and windows or microsoft equivalent to ios webkit

Can you please advise – certain code to be added to stop blackberry devices changes the font size, it might be a bb equivalent of ios -webkit-text-size-adjust? Blackberry: ...
1
vote
1answer
100 views

Media query for the Blackberry 9900 bold?

I need media query which will only be applied on Blackberry 9900 bold. I have tried with @media only screen and (max-height: 480px) and (max-width: 640px) but it wasn't successful. Can anyone help ...
1
vote
0answers
50 views

Blackberry Twitter App using oAuth and TWITTER API ME 1.8 Library

I am building a Twitter App for BB that connects to Twitter and posts on users behalf. Using TWITTER API ME 1.8 Library and oAuth authentication method. Here is the code: class ShowAuthBrowser ...
0
votes
0answers
30 views

Integrating google maps into Blackberry app

I am new to Blackberry app development(Blackberry 7.1) .I need to integrate google maps into a native Blackberry application. Should I use Google API V2 or V3? Are there any links or github projects ...
-1
votes
1answer
54 views

Limited ListField items are drawn instead of complete list in Blackberry

I am trying to draw a list of all contacts saved in device. Everything is fine but when I select all contacts, I get only those contacts which are drawn on the screen. In other words, list drawing ...
2
votes
1answer
183 views

How to handle null as a key value in Hashtable in blackberry?

As, I know Hash table doesn't allow null. How to handle it if I want to put key pair values? Is there any other alternative in blackberry ??
0
votes
0answers
30 views

How do I detect whether the user has granted permissions or force APP EXIT in Cordova / Phonegap?

I have a blackberry phonegap / cordova app that uses the barcode scanner. When on device, the first time a user attempts to use the SCAN operation, it asks them if they grant permission to the ...
1
vote
1answer
68 views

Popping multiple screens in a BlackBerry application

I writing a BlackBerry app which has multiple screens that the user navigates through (like a survey). After submitting the survey the app must return to the start screen, after which, they must not ...
0
votes
2answers
201 views

BlackBerry App Error starting MyProject: Module “xxxxxxx” not found

In my BlackBerry app I have three projects; MainProj, OwnersAppComm, JSON-ME whose build paths are configured as follows. MainProj Java Build Path - Projects - OwnersAppComm ...
1
vote
1answer
46 views

Auto adjust alignment to screen size

I am working on a BlackBerry App that has a lot of ImageButtons, LabelFields and MessageBoxes. What appears to be perfect on one screen size, seems a mess on the other. For instance, Vertical Field ...
0
votes
2answers
45 views

Unit of measurement BlackBerry location.getSpeed

I am acquiring speed value in my BlackBerry App through; double velocity = location.getSpeed(); However, I am confused what is the unit of measurement for the returned speed. Is it kilometer per ...
-5
votes
2answers
68 views

Pushsharp Compatible with Phonegap and Supported platforms + server control [closed]

Is pushsarp compatible with phonegap all the supported platforms i need to support IOS , Android , BlackBerry and windows phone and second thing can i control the server side or sending the push ...
0
votes
0answers
21 views

how to disable ssl_verifypeer in webworks?

I am working on a webworks application for BlackBerry and I am getting an SSL Certificate Exception when connecting to a specific site. Is there a way to disable the ssl check in the code, without ...
1
vote
1answer
55 views

How to keep the order of elements in hashtable in blackberry

I am inserting some values in hashtable. But its not keeping the order as i inserted. for (int i = 0; i < SignatureKey.size(); i++) { m.put(SignatureKey.elementAt(i), ...
0
votes
1answer
26 views

how to set single line editfield in blackberry

i am creating log in page. i want user name in single line editfield. i tried this code, but i wont get single line editfield. private EditField txtUserID; txtUserID = new EditField( ...
0
votes
1answer
32 views

Register two application from main function

I am developing application in which i have to register two listener from main funtion. Out of two, One is for registering push notification and other is for when notification comes, will display icon ...
0
votes
1answer
35 views

How to make my blackberry application downloadable?

I have a simple "hello world" blackberry application. I want to put my compiled files (.jad,.jar or .cod) to my web server and let my application to be downloaded by my blackberry users. I have tried ...
2
votes
0answers
33 views

EditField issue in BlackBerry device

I am using EditField in my application. The EditField is editable while using virtual keyboard but it requires long press to edit with quetry keypad. I tried all possible way which I can but didn't ...
0
votes
1answer
35 views

BlackBerry MapField

problem using BlackBerry MapField This is the code i use for displaying a map: class MapScreen extends FullScreen { public MapScreen() { super( FullScreen.DEFAULT_CLOSE | ...
2
votes
2answers
87 views

how to create singleline EditField and PasswordEditField in blackberry

i am creating log in page. i want user name in single line editfield. i tried this code, but i wont get single line editfield. private EditField txtUserID; txtUserID = new EditField("", null, 49, ...
1
vote
1answer
25 views

BlackBerry Spatial Database

I'm trying to create a BlackBerry app with my own geospatial database. The app shouldn't use online services, so the database should be inside the app. I just have some polygons and asking the ...
1
vote
1answer
35 views

How to fill screen with items by using TableLayoutManager

I try to implement the third example at the link : http://devblog.blackberry.com/2009/10/how-to-use-table-view-layout/ I made a simple app to try the layout, but items do not fill the screen and ...
1
vote
1answer
111 views

Delete Persistent Store data when App is uninstalled/deleted

I have a BlackBerry application that starts (App load) with a Registration screen when the App is first installed. Later, the App will load with the home screen. Registration screen only appears on ...
0
votes
0answers
15 views

Blackberry BrowserField with xslt

I am working on a application in which i need to show .xsl file in BrowserField. I tried with .html file and is working fine but when i try to to load local .xsl file BrowserField shows complete code ...
0
votes
1answer
95 views

Consume .NET WCF Service in Eclipse for Blackberry

does consume .NET WCF service is do-able in Eclipse for Blackberry? been trying hard for 4 days now with no luck i'm stuck when trying to generate java Stub class for my WCF using Java ME 3.2 because ...
1
vote
1answer
83 views

Persistent Store - Save, Read and Overwrite data

I am trying to save 10 String values in PersistentStore in my BlackBerry App. The idea is to save the newest 10 items (String values) at any given time. When the first 10 values are saved and the 11th ...
1
vote
1answer
54 views

invokeLater's run() method being called twice

In order to determine which screen to display next in my BlackBerry app I'm using the code below. For some strange reason, however, the code within run() gets executed twice when a menu item is ...
0
votes
0answers
31 views

Http 401 along with Http 500 in blackberry app development

I am developing a Blackberry Application With Oauth Webservice. While I am sending a GET request, I am getting HTTP 401 status code first although i am sending authorization header properly.When i ...
0
votes
1answer
43 views

Phonegap Blackberry app not signing

I am building a phonegap app for blackberry. It runs fine in the emulator but when i try to sign the project using command line so that i can run it on an actual device it gives me the following ...
0
votes
0answers
25 views

Is it possible to track mobile hotspot in terms of MDS on blackberry 7.1?

Well the questions is self explanatory. Currently I am using 'RadioInfo.getNumberofPacketsReceived()/Sent' and subtracting the WLAN & Bt data used But after playing around I didn't see any ...
0
votes
1answer
83 views

Google Map is not showing in Blackberry Browser

Hello Everyone, I am trying to open Google-Map URL in BlackBerry Browser , but unfortunately it's not showing the Google-Map. The URL is working fine in other OS(Android , Iphone , ...
3
votes
0answers
72 views

How to give Select All option menu in contact list in Blackberry?

I am trying to create a list of device contact in my application ,in which I have to give a select all checkbox. On check it should select all the contact and create one string buffer of all the ...
0
votes
0answers
25 views

open application on click of button blackberry

I am developing application where i need to fetch pushnotification and display that alert in push notification bar at top. I have displayed dialog box with two button ok and cancel. I want when ...
1
vote
0answers
87 views

BlackBerry Packager for Android Error - An error occurred while processing your request

Today I decided to repackage, sign and publish my Android app to the Windows platform using the 'BlackBerry Packager for Android'. ...
0
votes
1answer
110 views

how to send the text message to multiple numbers in blackberry java applications? [duplicate]

Send the Text message(SMS) to multiple numbers in blackberry java applications. i tried the program to send the text message with single mobile numbers. how to i do in multiple mobile numbers? This ...
1
vote
1answer
46 views

Go back to previous version of the screen

I am working on a BlackBerry application that has a number of screens. I am able to navigate back and forth from each screen easily. However, I am trying to navigate "back" to the previous version of ...
2
votes
1answer
52 views

Can we use generic or collection classes in blackberry app development

I am a newbie in blackberry app development. I am making a Blackberry Project using BB JRE 5.0. And i want to integrate another project into it which is working fine with J2SE 1.5. How can i achieve ...
0
votes
0answers
21 views

Object Choice Field is not working with touch

I am trying to create a drop down list (Object Choice Field), but unfortunately it is not open in OS 5.0. Same code is working fine in OS 6.0, see the code and let me know what is the reason. ...
0
votes
1answer
38 views

Error in sax parsing Blackberry 7.1

I am trying to use SAX parser in blackberry and used this tutorial : http://javarevisited.blogspot.com/2011/12/parse-read-xml-file-java-sax-parser.html#ixzz2OZJ6vB8O and this is the code for my ...
0
votes
0answers
45 views

How to retrive the select radio button value in blackbery

I tried to display radio button selected value in a dialog box alert. For that i use this code: RadioButtonGroup group = new RadioButtonGroup(); //RadioButtonField radio0 = new ...
0
votes
1answer
47 views

Blackberry app for different blackberry devices

First of all, I'm not a Blackberry user. I have made a blackberry application for 7.0+ OS Versions. From the start I tested the app on Blackberry 9900 Bold Simulator and same device (Same device ...
1
vote
1answer
45 views

Auto Scroll Vertical Field Manager

I have developed a BlackBerry Application with a simple chat feature. The chat messages appear inside a Vertical Field Manager (VFM) when the user clicks Send. The user can sent multiple messages. ...
0
votes
0answers
87 views

Blackberry Push Notifications Client Sample

I am trying to install the sample application with push notifications enabled. I download the sample code from here : BB sample app On the device when i hit register i get the error : Some of the ...
1
vote
0answers
58 views

Google Maps Not Clickable on Blackberry

I'm building a mobile application on Phonegap, implementing jQuery Mobile. I'm building the same App on Blackberry, Ios and Android. The Ios and Android Google Maps work as expected: you can click on ...
0
votes
1answer
49 views

Blackberry Push Client Application Blackberry Registration failed

I have registered with RIM for the push evaluation and got the credentials like url,app id,password etc. When I register with BIS Push from my push client application it throws an IOException with ...
0
votes
0answers
42 views

phonegap JQUERY.GET() doesnt work on blackberry app

im developing phonegap to get xml data from remote site. the code works on riple simulator but not work on blackberry app Any Idea how to solve my problem ? here 's the code jquery.get(RSS, {}, ...
2
votes
0answers
87 views

Blackberry app: Drop marker to get latitude and longitude

I'd like to have a page on my Blackberry app where the user can drop a marker on a map (Google map most likely) and the coordinates (latitude and longitude) of the marker will be retrieved. I have ...
0
votes
1answer
83 views

Warning - BlackBerry 9900 Simulator ----Could not erase C:\Eclipse\plugins\net.rim.ejde.componentpack7.1.0_7.1.0.10\components\simulator\9900.bug

Can anybody please explain and give solution to me ? for the problem occuring while running a project on Blackberry Simulator 7.... I have a pop-up Warning - BlackBerry 9900 Simulator Could not ...
5
votes
2answers
171 views

invoking native MenuItem(Switch Application, Close, etc.) in my CustomMenu in blackberry

I need to create a custom menu in my blackberry application so that I can manage its appearance. I managed to create my custom menu by creating a class which extends a PopupScreen and having my ...
1
vote
0answers
84 views

how to create singleline edittext field in blackberry [closed]

i am creating log in page i want user name in single line editfield ,i tried this code but i wont get single line editfield. txtUserID = new EditField("", null, 49, EDITABLE & ...

1 3 4 5 6 7 163