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

-1
votes
0answers
19 views

java.lang.stackover flow error in blackberry?

I want to convert android app into blackberry app.i used all the android run time steps but in playbook compile i get this error java.lang.stackoverflow . plz help me m new there.. thanx in advance. ...
-1
votes
1answer
29 views

What is the best way to share business logic code for mobile development?

If one was to develop a mobile app for iPhone, Android, Windows Phone 8, and Blackberry 10, what is the best way to share core business logic across the platforms? I am aware that each system will ...
2
votes
2answers
30 views

Locator.geocode(…) freezes/blocks UI in OS 5 devices(Blackberry Java)

In my BlackBerry app, the Locator.geocode(...) request is inside a Thread but it still blocks the UI in OS 5 devices. In OS 6 and 7 devices it works fine. The UI is not blocked. From the moment ...
1
vote
3answers
1k views

BrowserField Cookie Deletion

I am making a Blackberry application using the RIM JRE 6. The first time a BrowserField is created, a cookie is created. At a certain moment (dependent on user input) the cookie must be deleted. To do ...
0
votes
2answers
40 views

Java / Eclipse - macro to specify current method name?

I'm using eclipse and want to have a "macro" that the preprocessor will replace with the name of the current method before compiling it. I have an error reporting function, that is called as: ...
0
votes
0answers
5 views

Phonegap Build Blackberry Error starting: Module attempts to access a secure api

My wife and I are currently working on a Phonegap Build app for distribution in BlackBerry World; however, whenever we try to run the app on a BlackBerry, we get the message "Error starting [TheApp]: ...
4
votes
6answers
1k views

Streaming audio to mobile phones, what technology to use?

I'm planning on building an application where audio media is going to be streamed to the mobile phone for the user to listen. The targets are smartphones: iPhone/Blackberry/Android/(J2ME ?). I see ...
1
vote
1answer
34 views

How to use sqlite database in Blackberry simulator?

Hi I am new to blackberry development. I am trying to create a small demo app of sqlite. for that i am writing the following code: try { URI myURI = ...
0
votes
0answers
19 views

Blackberry Local Notifications (not push notifications)

I searched for hours for it. But couldn't find how to make local notifications, like when we receive a text a notification occurs. A red spot on the app and received text message and its number in the ...
1
vote
2answers
258 views

is it possible in blackberry to post to facebook wall using access token?

I want to post a message on the user's facebook wall using access token. But I am not able to do this. Can anyone provide me the code for the same? I already have the access token of the user. When I ...
-1
votes
0answers
43 views

push notification-Blackberry [closed]

I have to build a notification app for blackberry,and I have a registered my device and I am using C# server to send notification,But can't receive notification on my device... Please help me ...
1
vote
1answer
18 views

Blackberry Build Error

I am getting the following error when building the app using Blackberry JDE editor: Building HelloWorld C:\Program Files (x86)\Research In Motion\BlackBerry JDE 7.1.0\bin\rapc.exe -quiet ...
1
vote
1answer
24 views

Using Blackberry MDS Simulator for connecting to specific SSID

I'm trying to create a Blackberry app that will connect to a specific SSID, but the Blackberry MDS Simulator only provides a 'Default WLAN Test Network' - is there any way to change the SSID of the ...
0
votes
1answer
19 views

Blackberry XML parsing not working

I have following code for parsing public class XML_Parsing_Sample extends UiApplication{ //creating a member variable for the MainScreen MainScreen _screen= new MainScreen(); //string ...
0
votes
1answer
18 views

Eclipse (BlackBerry plugin) hangs. Triggered by deleting resources during build

I deleted some source files during a build of my BlackBerry project and the build hung. The Progress view below shows what happens. The progress indicator of the build goes forwards and back and ...
0
votes
0answers
16 views

No Blackberry JRE is installed Message

I am trying to implement a blackberry app. I have already downloaded eclipse and other stuff necessary for blackberry development. Here is what I see when I try to create a new black berry project. ...
0
votes
0answers
17 views

Blackberry Push Notifications

I have a URL to which I give current date, given date, token_signature these all are to be send dynamically from the client side (device). I have searched the Blackberry Push Notification here but I ...
0
votes
1answer
19 views

phonegap blackberry jquery mobile ajax call is not working

I am developing a phonegap App. I successfully developed this app for android now I am deploying this with Blackberry. But In Blackberry Build the ajax call of jquery mpbile is not working, where the ...
1
vote
1answer
54 views

Using Browserfield.displayContent with <frame> that has an external url

I am trying to create a screen for a blackberry 5.0+ app that has a banner at the top and then a Browserfield underneath that views an external site. The banner is hosted on one site and the content ...
2
votes
0answers
34 views

I can't upload application to BlackBerry World due to umlauts in application name

I have Android application (.apk bundle). Application name contains umlauts. I'm trying to convert .apk bundle to .bar (BlackBerry 10). I'm using BlackBerry Repackaging Tool Plug-in for Eclipse. ...
0
votes
0answers
16 views

not getting rid of from REST-API code its not working in my program check this

Hi I Have used the same code as above can any body help me out in get out of a query.. i am not getting that how can i get the REST-Api for this code i used the rest-api og google but its giving me ...
0
votes
0answers
4 views

BES 5 Log files location of deleted user / device log

Any one happen to know if BES 5 logs the deletion of a device & user in its log files? If so any idea of which log file to look in? Running Win 2008 R2 Thanks
1
vote
2answers
503 views

How to port Lwuit application to Blackberry Torch

I have developed a Lwuit application and I ported that same app to blackberry bold,curve,storm but when I gonna port that very same application to blackberry torch it doesnt work and gives illegal ...
-1
votes
2answers
40 views

Javascript alert - access to php not allowed? - Closed

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 ...
1
vote
1answer
46 views

BlackBerry date parsing and an hour's difference

Due to the limitation of date parsing on BlackBerry I'm trying to roll my own parse/deparse methods, however I seem to be falling foul of an hour's difference somewhere, somehow. I do this: long ...
0
votes
0answers
13 views

Css works not on blackberry 10 with a wordpress site

i set up a wordpress website and it works fine on all browsers and all mobile devices except on the blackberry 10,the style.css is located in the theme and i include it with the following code: ...
-1
votes
1answer
25 views

BlackBerry read json string from an URL

I tried to read a json string loading from an URL, but I could not find complete code sample. Can any one provide or point me to a complete client code. I'm newer to BB development. this is what I ...
0
votes
0answers
10 views

Blackberry db not updating on changing the build with new version number

I am developing an app using Blackberry Webworks. I already had this app with version # 1.5.0.0. This app contains a json file. And programmatically I read this json file and update the db. So every ...
0
votes
2answers
159 views

JDK 7u10 and BlackBerry WebWorks SDK installation issues

For the past few days I have been trying to install the JDK 7u10 which is made available by Oracle. after installing this JDK, I then proceed to install BlackBerry WebWorks SDK but i keep getting he ...
0
votes
0answers
22 views

swipe event for page?

i have got a page in QML and i have implemented a new logic (function back()) for back button on this page. now I want, that this logic would also run after swiping the page from the screen. What is ...
0
votes
2answers
28 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
0answers
23 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
27 views

issue in blackberry app with ksoap library

I need to consume a web service from blackberry. But i couldn't run the app with the 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
1answer
19 views

Json Array - Blackberry

I try to get data from json array String username = object.getJSONObject("items").getString("f"); But it gives me a error "items.f" not found. Below is the Json Array. { "items": [ ...
2
votes
3answers
9k views

Blackberry - Application loading screen

My application contains lots of images. so it takes some time to load the application. I want to show a loading screen whhile the application is being loaded. How is it possible ?
1
vote
1answer
2k views

Phonegap and Blackberry WebWorks: build\StandardInstall does not exist

My environment is Windows XP. JDK and Apache ant are installed. Phonegap version is 1.7.0 BlackBerry Webworks SDK for smartphone: version 2.3.1 I'm following the instruction of ...
4
votes
1answer
591 views

Ajax call fails from blackberry OS5 phonegap app

why doesnt this ajax call doesnt work on my BB OS5 and works in BB OS6+ $("#HomePg").on('pageinit', function(event) { $.ajax({ dataType:'json', url: serviceURL+'linka', ...
0
votes
0answers
21 views

PHP-Push: Owncloud integration

i have to connect the activeSynch protocol to Owncloud (for blackberry phones). I have installed php-push 2 (https://github.com/dupondje/PHP-Push-2) but i can't find any example to configure the ...
0
votes
1answer
47 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 ...
1
vote
1answer
292 views

How to set event listener to auto complete field in blackberry?

I am developing one application in that I am using Auto Complete Field in blackberry. instead of string collection in demo e.g. I want to use vector collection. Now I want to know that when I enter ...
0
votes
1answer
25 views

Retrieving sd-card details of BlackBerry Device Using PhoneGap

I am using PhoneGap to develop an app for BlackBerry. How do I get details of the sd-card, such as available and used space, on a BlackBerry device?
0
votes
0answers
22 views

[BlackBerry - Java]Error: Module 'My_Project' must be signed with the RIM Runtime Code Signing Key (RTT)

In the BB java project, I try to add a feature to make sure the app can running on the backgroup.It runs normally on BB's emulator but failed with an error while run in the device. Error: Module ...
1
vote
2answers
155 views

launch a default/native browser with javascript blackberry app

<?xml version="1.0" encoding="utf-8"?><widget xmlns="http://www.w3.org/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets" version="1.0.0" rim:header="ipaidabribenaija.com Breaking ...
1
vote
1answer
4k 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 ...
-2
votes
0answers
18 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
161 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
637 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
16 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
15 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 2 3 4 5 163