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)
2
votes
0answers
98 views
How to get current BackLight setting in Blackberry?
when my blackberry App starts, it wants to get the current Backlight timeout value which setted by user, for example, 30 seconds, 1 minutes.
I've found the Backlight class in API documents. But it ...
2
votes
0answers
76 views
Eclipse is crashing during debug on device (blackberry) with error “handheld is resetting: Error: myClass: Class removed.”
Sometimes when I run my project of Blackberry I got this error from the Eclipse:
"Handheld is resetting: Error: myClass: Class removed.
or this one:
"Handheld is resetting: Error: unable to open ...
2
votes
0answers
119 views
Developing for BlackBerry with IntelliJ
I wonder if someone has idea about next.
I'm developing for BlackBerry. IDEA doesn't recognize RIM installation as JSDK or Mobile SDK. So I have create project without SDK and attach RIM jar file as ...
2
votes
0answers
121 views
create a search field on BlackBerry-KeywordFilterField
Hi everyone I want to create a search field, and I've found KeyworldFilterDemo on samples of Blackberry. But consists of a single text input field(top) and a list of selectable String elements. Is ...
2
votes
0answers
610 views
PhoneGap 1.8 BlackBerry - Failed to find feature with id: org.apache.cordova
I'm building on OSX 10.7 with ant. I've check I have good version of JAVA (1.6.0), etc. I can't seem to run the sample for PhoneGap 1.8 or 1.7. Here is the output from the terminal after I type ant ...
2
votes
0answers
81 views
show Contact Photo from PIM list on screen in blackberry?
I am working on a PIM contact list application in blackberry, in which I need to show complete detail information of all contacts one by one on screen.
Name:
Lastname:
Mobile:
Work:
Home:
Photo:
I ...
2
votes
0answers
189 views
Blackberry - how to get Application id?
If am looking to get the Application ID for use in opening an mms connection
(MessageConnection) Connector.open("mms://[peer_address]:[application_Id]");
how do I get my application_Id?
I tried ...
2
votes
0answers
121 views
Blackberry BrowserFieldHistory Does Not Get Updated by history.go(-1) javascript
Have an application that is using a BrowserField. The web site that is rendered within it all works fine except for an issue where pages have a back button that executes the following javascript: ...
2
votes
0answers
478 views
How to set BlackBerry 9900 Simulator's NFC Options?
I am developing a nfc project and i need to test it on blackberry simulator. I worked for set simulator NFC options like in this ...
2
votes
0answers
222 views
blackberry domain call not working from ajax
my function is below and ajax.status is giving error 500 and responseText is blank first time and responseText givies local connection timed out on 2nd and third state change can anyone tell me ...
2
votes
0answers
1k views
cannot install blackberry webworks plugin in eclipse
using http://www.blackberry.com/go/eclipseUpdate/3.6/java ,I installed Blackberry java plugin(core),Blackberry java SDK but for using phonegap, i used this as reference
...
2
votes
0answers
261 views
BlackBerry 8900 - issues in full touch screen mode with two pushScreen()
This issue appears on BB 9800 when the device/emulator is in full touch mode (closed slider).
I don't know if the issue appears on other TS devices (I have only this device).
I have the MainScreen ...
2
votes
0answers
197 views
Connect Blackberry Simulator to BES(Enterprise Server)
I want to replicate a scenario where user's will be able to view the PDF files onto the blackberry browser(in the absence of any PDF viewer). Some of the users on our production site are not able to ...
2
votes
0answers
246 views
Publishing Android app that have been converted to blackberry
Hello guys!
You might have heard about that BlackBerry is giving away PlayBooks if you submit and get approved with your app inbefore 13th this month, and its getting close, and I am quite worried.
...
2
votes
0answers
168 views
BlackBerry Playbook - display orientation
My game was made for portrait view in Android but for some reason whe ported to BlackBerry Playbook it puts the simulator in portrait but the game stays in landscape mode anyway of fixing this in the ...
2
votes
0answers
241 views
BlackBerry Playbook MSSQL connection approach
Scenario
Company has ordered a large amount of PlayBooks for our technicians to service our goods. We currently have a webportal that uses PHP to pull data from our SQL Server 2008R and display it to ...
2
votes
0answers
311 views
SSL Client Authentication on BlackBerry?
Is there any way to perform SSL Client(Mutual) Authentication on a BlackBerry phone? the closest thing I have found is the TLS10Connection/SSL30Connection, but I havent found any way to set any ...
2
votes
0answers
415 views
Phonegap get camera blackberry not working also place image inline and save to library
Get Camera - Blackberry and save to library advise please
I am using the following code to get pictures from the camera and place them in the app.
However it is not working on Blackberry (camera does ...
2
votes
0answers
94 views
Blackberry - create separate LocationProviders
I wish to create two separate LocationProvider instances, each using a different gps mode (assist, cellsite, etc.). The docs on LocationProvider.getInstance say that:
This method may, depending on ...
2
votes
0answers
135 views
Ksoap Http Headers in BlackBerry
Does anybody know how to embed HTTP headers in a KSOAP request from a BlackBerry?
2
votes
0answers
155 views
Pinch and Zoom on BB Maps
I am trying to find out some way to implement pinch and zoom feature on BlackBerry Maps.
I am using MapField control to implement this feature.
Has someone done that before or have an idea out to ...
2
votes
0answers
940 views
How to make Ant build for my BBM application with native BB jar
I am trying to use BBM in my application,I want to make the ant build for it
Bascially there is an implementationBBM a library project,and it in it i am adding the JAR file,and i want to make the ant ...
2
votes
0answers
389 views
Push Notification in blackberry using UrbanAirship
When running client app 5.0 on blackberry I am getting response
"Push Status: urbanAirshipRegisterPIN OK (status: 200) "during registration.
But i am not able to receive any message on my device ...
2
votes
0answers
104 views
pushGlobalScreen and registerPushApplication not work properly
I got problem when my application first check SIM Change Module if SIM is not change then is work properly when i change SIM at that time Global DialogBox open and ask for password if user enter ...
2
votes
0answers
314 views
Weird behavior in Blackberry when toggling virtual keyboard between two textboxes
My web application is to be supported by iPhone, Android and Blackberry torch. The code is working fine except some issues. One of the major issues that i am facing is:
When on a page, there are some ...
2
votes
0answers
554 views
Blackberry login design pattern
I tried to look around on login design pattern in Blackberry development and ends with no result. What is the best practice for creating login form and keeping the login session? I tried to keep the ...
2
votes
0answers
588 views
OAuth Twitter and Blackberry
I have a j2me project on blackberry that needs to connect to twitter. I did most of the hard stuff already, I've got an api that guided me through to the access token pretty easily. Now I can't seem ...
2
votes
0answers
684 views
Blackberry - Custom Grid layout
I need to implement a custom Calendar similar Blackberry native Calendar. I need to mimic almost the same as we see Month view on native Calendar. I tried GridFieldManager, but that doesn't have that ...
2
votes
0answers
353 views
Invalid Url Parameter when register with bis push service
When I register with BIS Push from my app it throws an IOException with message invalid url parameter I do not understand why this is happening.
2
votes
0answers
697 views
Scroll fields in HorizontalFieldManager
I have a class with outer horizontalFieldManager containing next and previous buttons, between them there is a inner HFM contains 10 numbers which need to scroll when click on next and previous ...
2
votes
0answers
592 views
BlackBerry Webworks app crash with blank alert box - How to debug?
I've created a BlackBerry webworks application that consists of multiple pages each loading data from a local SQLite database.
The application works fine until I've navigated between a certain number ...
2
votes
0answers
2k views
SAX parser in BlackBerry
My XML is in following format
<users>
<user uid="1" dispname ="Yogesh C" statid="1" statmsg = "Busy">Yogesh Chaudhari</user>
<user uid="2" dispname ="Sameer S" statid="2" ...
2
votes
0answers
178 views
Setting up non-BB email account on a Blackberry programmatically
I have a BlackBerry 9630 running OS v5.0.0.624. I can add my Gmail account (or any existing non-BB email account) by going to SETUP | EMAIL SETTINGS.
I am trying to find some way of either a) ...
2
votes
0answers
166 views
BlackBerry Animation Design Question on Poynt Application
My question pertains to Poynt. I am trying to figure out how to implement the animated circular icon list that Poynt has as their first screen in the application. You can catch a glimpse of what I'm ...
2
votes
0answers
485 views
Custom SpinBoxField example
I'm attempting to build a custom SpinBoxField on the Blackberry that displays an icon next to text. I've been unable to find any example code. Subclassing SpinBoxField and implementing drawRow, get, ...
2
votes
0answers
179 views
listen all incoming mms in blackberry
i can track outgoing mms using sendlistener of mms.
what about incoming mms?
how to distinguish between sms and mms if i use datagram connection?
2
votes
0answers
120 views
Query about getting GPS Location
Is there any way to set Criteria for LocationProvider depending upon the network provider, means determining whether the network provider supports CellSite mode or autonomous mode or any other mode.
...
2
votes
0answers
273 views
BlackBerry - Programmatically create new exception in profile?
Actually i trying how to read the profile status but i am not getting that.
....
If anyone have an idea how to create new exception in profile programmatically,
will really helpful for me.
Thanks
2
votes
0answers
589 views
Confused over getting GPS location in Blackberry
I am really confused over getting GPS location of user. do i have to implement separate logic for GSM and CDMA devices??...besides there are so many modes for getting GPS location(cellsite , stand ...
1
vote
0answers
31 views
navigate page after parsing in BB 10
I am try to navigate page after parsing but before i got response from server, method getLoginData() is called from Qml file and get false because at the time of calling this function response not ...
1
vote
0answers
31 views
Blackberry java show recieved push message
After referring tons of tutorials finally somehow I managed to develop java push client for Blackberry OS 7.0 (registering in RIM and server side are completely ok, this is the server script). Now the ...
1
vote
0answers
20 views
Blackberry foreground after background
When my app is running in background and I click its icon, it comes from background to foreground. Which function is triggered at first? I searched, after coming from background it triggers the public ...
1
vote
0answers
33 views
Blackberry java BIS-Push client sample
I want to implement a simple blackberry push client application for studying purposes. I tested the sample given by RIM successfully. I found great simplified client sample java codes from the ...
1
vote
0answers
37 views
How to develope server side application for Blackberry Push Notification(Facing Error)
I am using below code to make notifier on server for Blackberry Push Notification, but getting error showing below.
Can anyone help me please to develope server side application for blackberry push ...
1
vote
0answers
21 views
Is there a place to test the Blackberry browser?
I have a client that uses Blackberry for mobile and AOL (yes, AOL) on their desktop. I'm trying to figure out how to load the Blackberry OS via virtual machine (downloaded from blackberry site) but no ...
1
vote
0answers
33 views
BlackBerry audio playback from SDCard file
I've started working on audio playback by looking at the code in the support forum article "Streaming media - Start to finish"
If you take a look at OptionsScreen.java, you'll notice "MenuItem ...
1
vote
0answers
39 views
BlackBerry Wi-Fi Location in OS 5
I have successfully acquired Wi-Fi location in my BlackBerry App built on BlackBerry JRE 6.0 through the following code:
BlackBerryCriteria myCriteria = new ...
1
vote
0answers
63 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
0answers
30 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 ...
1
vote
0answers
46 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 = ...

