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
4answers
73 views

Banning By Mobile Device?

I am making some application that will be largely user driven and of course that means their will be trouble makers who probably will enter fake data into it using swear words or worse change valid ...
0
votes
0answers
80 views

Building BlackBerry apps with signing keys using Phonegap Build API

I use Phonegap Build for building my apps. I build the apps by uploading the archived source files and the related signing keys' ids via Phonegap Build API using CURL. Everything works fine for iOS ...
1
vote
1answer
28 views

Blackberry - Sorting with accents

I am trying to sort a SimpleSortingVector in BlackBerry that contains french accents. The sorting puts the items with accents at the very end of the list. How do I sort in blackberry that will put the ...
-2
votes
0answers
14 views

how to create the view without using AdvancedUi Lib in blackberry

i used this code for wall post,that is working fine. now i want my friend list and i want to display that friend list in list field but when i try to get my friend list, in the console i got my all ...
0
votes
0answers
35 views

How to access Datasource JSON blackberry qml

How i access on datasource and litsview blackberry QML these json. I want view title and published date. I have try but always fail. this my datasource: DataSource { id: serviceDataSource ...
0
votes
0answers
17 views

unable to set icon for my application Options

I tried to create my app icon according to link! link with Blackberry Java Plugin for Eclipse. But I can't find "Use as Application Icon" when I right click my image file. Can somebody help me set ...
0
votes
0answers
13 views

New Pane Listview Blackberry Cascades

I want to show the new listview when an item of listview is selected, i use attached object to show new pane, this is my trigger onTriggered: { var menuSelected = ...
0
votes
0answers
17 views

Not able to set alpha value in BB 10

Hai I have list where I set a background image for each row. On clicking each row i need to change the alpha value of the background image. I tried by updating the list but it doesn't work. The image ...
1
vote
0answers
39 views

Java BlackBerry GPS

I'm trying to create a BB app that uses the GPS. The _screen appears but the _status dosen't change (it always says 'Waiting for location update'). I create the object with new GPS(lugar), but it ...
0
votes
1answer
125 views

HTTP Post request on BlackBerry

I am trying to send a json string , from my BlackBerry OS < 7.X application to my Server. I am trying to use an HTTP Post request. What i have done so far is : String httpURL = ...
0
votes
0answers
49 views

907 invalid cod Error Starting Tag:Module'net_rim_json_org'not found

on installing my blackberry app on mobile i am getting the following error Error Starting Tag:Module'net_rim_json_org'not found. which results in 907 invalid cod. file error Please help me .
2
votes
0answers
18 views

dilever my application to blackberry device

what are the steps that need to deliver my app to blackberry device regardless bb version? Note: my app has 6 files COD. can I send direct link for these file to bb device and click on them ...
1
vote
0answers
17 views

Blackberry - Disable screenshot (BES)

Is that possible to set the configuration in BES to disable the screenshot option for the particular device or for some application on the device. Thanks Mindus
0
votes
1answer
37 views

Not loading my application on blackberry 9220 simualotr

Does anyone know this error below its not loading my application on blackberry 7.1(9220) simulator.
0
votes
1answer
71 views

Server side synch up code for mobile applications

We are planning on developing a cloud service where any mobile application that requires to synchronize data into a server is available out-of-box on a public hosting. This will be done using a NoSQL ...
-1
votes
0answers
48 views

Facebook integration to get friend list in blackberry

i used this code for wall post,that is working fine. now i want my friend list and i want to display that friend list in list field but when i try to get my friend list, in the console i got my all ...
1
vote
0answers
42 views

Blackberry :- Background Thread with ui

I have worked on an app like a birthday reminder. Here i need a UI and background thread simultaneously: a thread that starts running after installing app and is always running in background, not ...
1
vote
1answer
34 views

how to run application even it is closed Blackberry

how can i make an alarm application in Blackberry? this means i have a time picker where user selects time, i then save that time and show a dialog when the system time matches with that time. i ...
0
votes
0answers
39 views

Open a link on Playbook Browser App

I am developing an app witht WebWorks for BlackBerry Plabyook, this have a rss news reader. I've been able to read the data and display the news list with its own title and description. The link to go ...
1
vote
1answer
38 views

Suspended (exception IlegalStateException) blackberry 6.0

Following is the code which is showing the above exception on debugging : Firstly I am trying to call a class HTTPConnection from the below menu item. protected MenuItem _SelectDealerItem = new ...
1
vote
0answers
80 views

Make an http post request to send a json file in Blackberry OS < 7.X

I would like to send a JSON file from my BB device to my local server. On iOS I used the ASIHttpRequest library and what I did was : //send json file , using ASIHttpClass NSURL *url = [NSURL ...
2
votes
1answer
59 views

Illegal state exception :Field added to a manager while it is already parented

I'm getting exception IllegalStateException : Field added to a manager while it is already parented When i call below function second time,when i am changing the value of spinner and this ...
0
votes
1answer
59 views

Email on BlackBerry displaying neither HTML nor Text version

Has anyone encountered this issue where on BlackBerry Bold (and possibly other similar models) is not displaying the provided HTML nor the text version of an email? Instead it displays its own ...
0
votes
0answers
58 views

is android account sync with contacts also possible in blackberry?

I am very new in blackberry development and I am researching for an issue but could not find anything. In android, your application can be seen in accounts and you can sync your account with the ...
0
votes
1answer
54 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 ...
0
votes
0answers
54 views

rich list rows getting focused only once , while updating field manager

I am new to blackberry. I tried to implement a rich list, on click event to get row focus using command handler, the field manager gets updated as per as the spinner's selected value. But it's ...
3
votes
2answers
57 views

Blackberry - Clickable BitmapField With Different ID's

i'm creating one application in which i get gift images with id's from web server through JSON. When i click on any gift image, it goes on next page where it shows all information of that image (get ...
1
vote
0answers
28 views

Browser filed link click event

Hi I am developing an application in Blackberry java using Eclipse IDE. I have added a Browser Filed on the screen. And the Browser Filed contains many link (). I want to know which link the user ...
0
votes
1answer
81 views

Read/Write File in blackberry

I am writing to a file using this code. protected void writeFile(String text) { DataOutputStream os = null; FileConnection fconn = null; try { ...
0
votes
1answer
38 views

How to get count of images stored in SD card in blackberry

I am using camera demo given in Blackberry sample project. Using that I am saving images in SD Card, as Image0, Image1, Image2 and so on.. What i want to do , show all images in gallery kind of module ...
2
votes
4answers
92 views

How to make a blackberry application start , by code?

I have a background function listening for push messages. I need to handle though the push. I created the function to take any actions when the push arrives and it works pretty well. For example when ...
0
votes
1answer
19 views

Do we have a token in BlackBerry push?

I am trying to develop an application for OS < 7.X that implements push notifications. I finally made it make the client/server samples to work. However , i dont understand at all how the push ...
0
votes
1answer
44 views

BlackBerry - Disable cut,copy and paste option and disable screenshots option

In my blackberry application, i want to disable cut,copy and paste option on edittext and other html contents. And also i need to disable to capturing screenshots of the screens in the application. ...
1
vote
1answer
33 views

How to create a class dynamically in a Blackberry project that uses Eclipse plugin?

How to create a class dynamically in a Blackberry project that uses Eclipse plugin? My requirement: Suppose on click of a button a new class with a given name should be created. Methods and fields ...
0
votes
1answer
38 views

how to add external jar file to a blackberry?

How to add a third party jar file to a blackberry project in ECLIPSE SDK. When I am deploying the application to the device , it says "The module XXXX has verification errors". When I try to search in ...
0
votes
1answer
59 views

Where can I find BlackBerry's Android runtime?

BlackBerry now have a Android Runtime. Cool. But I wonder if this runtime is available to be downloaded itself. I've read that only BlackBerry 10 devices comes with this runtime, and I'm researching ...
0
votes
0answers
91 views

Jquery mobile and phonegap application on Blackberry

I am using Jquery mobile version 1.2.0 and jquery 1.8.2 along with phonegap 2.0.0. I am working on an application which is deployed on blackberry 9780 and 9800 an both these phones, the page scroll ...
0
votes
0answers
78 views

SSL connection , error

I am trying to connect through SSL from my phone device to my server. When i am debugging the application on the device while i try to connect to my server i get this in the logs : > Opening URL: ...
0
votes
1answer
46 views

BlackBerry10 Cascades: How to convert QObject to QVariant?

I have a list of QObjects* and want to add them to my DataModel. But the datamodel needs a QVariant instead of QObject. Is is possible to convert QObjects to QVariant?
1
vote
0answers
31 views

URL scheme to launch Blackberry Messenger (BBM), like mailto or tel

Is there a custom URL scheme which can launch Blackberry Messenger on Blackberry phones? I'm looking for something like "mailto" or "tel", where clicking it would open BBM and ideally let me pre-fill ...
0
votes
0answers
64 views

BlackBerry Location from Cell Tower

I am trying to get location in BlackBerry based on the cell tower information. It seemed to be working fine but has suddenly stopped working. I am calling a thread in my constructor so the location is ...
0
votes
1answer
52 views

HTTP Date Format in Blackberry

I need HTTP date format in blackberry. Example: Sat, 13 Apr 2013 06:06:13 GMT I have Implemented that. here is my code of Date Util Class: package mypackage; import java.util.Calendar; import ...
0
votes
1answer
54 views

Know which URL is being loaded Blackberry

So I am using a blackberry BrowserSession to load a url, I loaded the url. This url has buttons when you click on them the url changes, I want to know when is the url changing and when it changes to a ...
1
vote
1answer
64 views

Error in Blackberry Webworks: Feature cannot be found in any extension

I got an Error when i try to run blackberry Webworks project [ERROR] Feature cannot be found in any extension(blackberry.media.microphone) What i have done: I have used simple html file named as ...
4
votes
2answers
254 views

Push Notifications through BES/BIS , BlackBerry

I am trying to use push notifications for OS < 7.X . I downloaded the sample server / client code. I deployed the client code on my device and the low-level-sample code on the tomcat provided. ...
0
votes
1answer
68 views

Screen Height get reduced after click on Check Box

Hello Everyone, I am working on a Screen , the height of Screen reduced after click on CheckBox (when change listener call). Here is the code :- public class IA_SearchScreen extends ...
1
vote
1answer
46 views

Start/Cancel Timer when battery level 10

I am working on a BlackBerry App that sends a message to the server when the battery level reaches 10%. This is implemented by calling getBatteryStatus() method in the constructor where ...
2
votes
1answer
283 views

How to import contacts, which are in excel format to Blackberry device(may be in bbb format)

I have contacts in Excel file, I want to import these contacts to BlackBerry Bold device. I have used Contacts to Excel s/w to do the same, but I am not getting proper output.
1
vote
1answer
75 views

Dojo Mobile 1.8 on BlackBerry 6 - click on a dojox.mobile.ListItem only selects the item and does not fire the moveTo property

I used http://dojotoolkit.org/documentation/tutorials/1.8/mobile/tweetview/getting_started/ as source to build my first mobile webapp with dojo mobile 1.8 and it works great on iOs and Android. On ...
0
votes
1answer
91 views

Confusion between BES and BIS for BlackBerry

I am trying to develop a simple BB OS < 7.X application that the only thing it does is having push notifications enabled. I have dealt before with push notifications (android , wp7 , iOS) but the ...

1 2 3 4 5 163