Blackberry Java Development Environment

learn more… | top users | synonyms

0
votes
0answers
6 views

integration of FB into blackberry

i want to integration of FB into blackberry..plz tell me the steps. i have dwnloded FB sdk for BB and then next how to get login and get the user ID and token id.how login to fb and directly go to ...
1
vote
1answer
26 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
0answers
8 views

Blackberry OS 5,6,7

I have to build a app that should support Blackberry OS 5,6,7. My question is would one app would be enough or do I have to build 2 separate apps? i.e 1 compatible with OS 5 and 2nd with OS 6 and 7. ...
-2
votes
1answer
28 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
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
0answers
25 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. ...
0
votes
1answer
37 views

Set BlackBerry image field on focus (Highlighting) color

I'm developing a BlackBerry application which uses table row manager to create a table view. In my application I added bitmap fields as row backgrounds, and then the default blue color of field ...
-2
votes
1answer
52 views

Blackberry json parser

I want to create a simple json parser for BlackBerry to test. I found this example, and implement my code as follows import java.io.ByteArrayOutputStream; import java.io.InputStream; import ...
2
votes
1answer
29 views

How to attach and get particular list item id in BlackBerry?

I am trying to create lists using FieldManagers (Horizontal and Vertical). In this list I have multiple clickable items like buttons, so I am not using ListField or ObjectListField. I have ...
0
votes
0answers
28 views

How to handle click events from screen to manager and manager to fields

I am trying to handle click events in the following flow: it is from screen, to managers to fields.. the problem is that i am handling the click at the screen level...So that event is not reaching ...
0
votes
1answer
24 views

BlackBerry code signing warning

I use following line of code in my blackberry java application (6.0) private static final int HPADDING = Display.getWidth() <= 320 ? 6 : 8; but Eclipse gives me a warning saying That : ...
0
votes
0answers
14 views

BlackBerry Create a table with four clickable image rows

How to create BlackBerry Table model with four clickable image rows (6.0.0 java) ? . I found this post but I'm very new to blackberry development so I have no idea to create the simple table. Please ...
0
votes
1answer
43 views

Convert date to milliseconds in Blackberry

DateTimePicker datePicker2 = DateTimePicker.createInstance(); datePicker2.doModal(); Calendar cal = datePicker2.getDateTime(); Date date = cal.getTime(); TimeZone ...
0
votes
3answers
129 views

List field in blackberry , event click listener not working

I am working on BB OS v5.0. I have managed to get the list to appear on the screen. I am getting data from webservice and adding it into a Vector. Now I want to find out onclick, which is the item ...
1
vote
1answer
24 views

Blackberry Accelerometer calculations

I'm playing with the "AccelerometerDemo" in SDK7.0 and have a question regarding the calculation of "rotation" extracted from the XYZ data. What I want to accomplish is have a virtual "pendulum" that ...
0
votes
1answer
36 views

Null point exception in persistent object , blackberry application

I am using persistent stores to store data in a Blackberry application. I am trying to store phone number in persistent objects, but after storing, it gives null value. here i am posting my code: ...
-1
votes
0answers
17 views

Error while loading cod and alx file on blackberry devieces through Blackberry Desktop Software [closed]

while loading cod and alx file on blackberry mobile.I am Getting error as There was an error importing files. No addition application can be found.Your file might contain applications that already ...
0
votes
0answers
14 views

ui hangs when thread running in background

I have develop an app in which i used both UI and background thread.Therad works fine, but after some time ui hangs(i mean ui works very slowly ). Thread running after every 1 minute and check the ...
1
vote
0answers
41 views

Error with Facebook Integration on blackberry

I am trying to integrate Facebook with my BlackBerry app by using the jars from the facebook-bb-sdk project on Sourceforge. When I open my application and click on the Facebook button to login with ...
2
votes
1answer
52 views

Error Starting Tag: Module 'net_rim_json_org' not found. on blackberry OS 5.0 (runs fine on OS 7)

when i am running my app on an OS 7.0 device, it works fine, but on 5.0 it's throwing the error: Error Starting Tag:Module'net_rim_json_org'not found. I tried to import packages in the ...
0
votes
0answers
30 views

UI and Background Thread in same application

I am working on an app in which i need to show some ui and a backgroung thread that always running after 2 minutes . I have also create an alternate entry point in this- gui Main Class is scheduler ...
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 ...
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 .
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
38 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.
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
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 ...
2
votes
1answer
60 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 ...
2
votes
4answers
93 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
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
votes
1answer
56 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 ...
0
votes
2answers
202 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 ...
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
34 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 ...
1
vote
1answer
37 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 ...
3
votes
0answers
76 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
1answer
114 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 ...
3
votes
1answer
78 views

Checkbox with a ObjectListField not focusable and checkable?

I am trying to create a checkbox and below this objectlist is there. I am trying to focus on checkbox but it is niether focusable nor checkable .The focus stands on the first element of the list ...
0
votes
0answers
17 views

Add Message in Email Attachment

I have attached the vcf attachment in email, it's working fine, but the message content is not showing up, Multipart multipart = new Multipart(); String[] data_formats = ...
1
vote
0answers
31 views

To attach a ButtonField on every row of CustomListField in BlackBerry

I am trying to create a ObjectListField with one image ,some text and a ButtonField with each row. Its ok with image and text in a row, but I want to create one button at the end of every row which ...
1
vote
3answers
271 views

Blackberry development for beginners [closed]

Im an iOS developer and im trying to start with Blackberry development and i've done my part of research and came up with this: BlackBerry is an open platform that provides a variety of development ...
1
vote
0answers
23 views

Blackberry Animated PopUpScreen

I have to implement a zoom in and out animation for a PopupScreen class. I have checked TransitionContext and UiEngineInstance screen transition effects, but the zoomin and out effects are animated ...
0
votes
0answers
39 views

Twitter API ME blackberry os 7 issue

i have problem using twitter api me when i run it on simulator os 7 (9900) after i login in the twitter login page the application is suddenly close but when i run it on simulator os 5 (8520) the ...
0
votes
1answer
23 views

MapField overlap with other screen

images = _appData.getImageAccoToScr("StoreLocaterMapView"); //Add Title Bar to Screen addTitle(); // initializing the Map component mMapField = new CustomMapField(BLANK, null, _appData, ...
2
votes
2answers
23 views

How to send data to windows application using Blackberry sdk

I'm trying to figure out how to programatically send data back and forth from a Blackberry device to a Windows applications in the same type of manner that BlackBerry Desktop Software does. I would ...
1
vote
1answer
57 views

Blackberry Appworld User Feedback “uncaught java exception error”

I have published an application to the BB App world, after approval I downloaded and tested the application on my device (9700) no problems working good. Now I got a feedback from the app user as ...
2
votes
0answers
61 views

BlackBerry compatibility issues, for touch and non-touch devices

Currently our app is two branches (two different binaries) one is for touch device (compiled with JDE 4.7), the other is for non-touch device (compiled with JDE 4.6). These two versions are the same ...
1
vote
3answers
114 views

Blackberry code signing 'unable to request signatures…'

I have taken a project created by someone else on another machine. I have filled in the signed keys form and had my keys emailed to me. I have double clicked on each to install them: I then go to ...
0
votes
0answers
26 views

Blackberry - Multiple Progressbars in HorizontalFieldManager

I am trying to get two progress bars with different labels in a horizontal field manager but only one is showing up. I can update it and change the progress but cannot see the second one. // ...
1
vote
1answer
133 views

Blackberry - “you currently have no new notifications”

I'm using the code below (especially pushMessage method) to show some notification to user: public final class MyApplicationMessageFolder { public static final long MyFolderId = ...

1 2 3 4 5 10