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)
0
votes
1answer
36 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
69 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
47 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
41 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
37 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
36 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
73 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
52 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
53 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
54 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
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
...
0
votes
0answers
53 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
26 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
79 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
33 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
88 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
17 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
39 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
32 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
35 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
88 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
73 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
41 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
30 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
57 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
48 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
53 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
58 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
244 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
65 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
45 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
241 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
73 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
82 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
vote
1answer
44 views
Strange BlackBerry log
I am using the code below , as part of my push notifications implementation:
private static final String BPAS_URL = "http://pushapi.eval.blackberry.com";
private static final String APP_ID = ...
1
vote
0answers
158 views
How to get RSA public key from PEM format
I am trying to get an RSAPublicKey object from a public key file which is PEM encoded . The file is in the format given below
-----BEGIN PUBLIC KEY-----
M67sdjFDSSTRWE%$HGF£$"F£$$£%$ etc...
-----END ...
0
votes
0answers
40 views
how to fetch blackberry browser history programmatically
I need to fetch the blackberry browser history to show it in my app,in blackberry developer blog they said its not possible as there is no API available.
I would like to know if there is any hack or ...
0
votes
2answers
48 views
How to show HTTP response in Object Choice Field in Blackberry
I am reading a response from server using this code.
public static String getContentString(HttpConnection Connection) throws IOException
{
String Entity=null;
InputStream inputStream;
...
0
votes
0answers
43 views
Displaying image in blackberry browser field
I have this html that comes from a web service and inside it there is an img tag, the problem is that when displaying the html content on a BrowserField, the images can´t be resolved, so they won't ...
2
votes
2answers
71 views
BBOS (pre BB10) Launching App through Intents (Like Android)
I would like to know if I can develop an application in BB OS (4 - 7) with similar functions to Android/iOs where ;
I would be able to register the app to listen for specific URL's.
I can launch the ...
0
votes
1answer
20 views
Blackberry Webworks: Is the payment service(blackberry.payment.developmentMode) supported on OS 7 and earlier devices
I am creating an app using HTML5 webworks on Blackberry 10, However I want to use webworks on OS7 and earlier devices as well.I also want to support payment service for In-App purchases on my app. ...
0
votes
1answer
37 views
How to get short message service center number?
I need to know service center number to determine operator in my BlackBerry app. I've tried RadioInfo.getCurrentNetworkName() method to get operator name directly, but the result is not proper for my ...
0
votes
1answer
62 views
Persistent Store save boolean as objects
I am developing a BlackBerry App and saving a lot of values as String and boolean to the Persistent Store. I am aware of the fact that String and boolean values do not get deleted from Persistent when ...
2
votes
0answers
39 views
Blackberry 8520 message field comes blank
In one of my application i need to share link via sms. I am using blackberry OS 5.0. Here is code for sharing message via SMS.
MessageConnection mc = null;
try {
mc = (MessageConnection) ...
1
vote
0answers
38 views
Creating a BlackBerry screen with a custom List [closed]
What would be the best way to create a BlackBerry screen matching the image below as closely as possible?
Currently I'm displaying a much simpler list using type ObjectListField but I'm not sure how ...
0
votes
0answers
44 views
Show a map of India on BlackBerry
I am working on a map application in BlackBerry. I am running BlcakBerryMapDemo app that run properly but when we put India's latitude and longitude and run app that is not showing map on Blackberry. ...
2
votes
1answer
42 views
EditField is cut off if margin is set on Torch
As you can see from the SSCCE I do setBanner() and setStatus() and then only add an EditField in between.
Now on a Torch, if you enter a lot of characters in the EditField until its height exceeds ...





