Tagged Questions
The rim-4.5 tag has no wiki summary.
3
votes
2answers
889 views
How to follow a “page auto-redirection” to get the response code?
I use the following code to get the returned response code of an aspx page
HttpConnection connection
= (HttpConnection) Connector.open("http://company.com/temp1.aspx"
...
3
votes
4answers
3k views
How Can I use SQlite with Blackberry 4.5?
I am using Persistent Storage in Blackberry,now i want to use SQlite Database with Blackberry 4.5.But i didn't get any tutorial for that.Can i use SQlite with Blackberry 4.5 or i need any other ...
3
votes
1answer
2k views
Getting gps data from blackberry (pearl) directly from usb interface
Has anyone researched how to access the gps chipset on a blackberry over usb so that it is unnecessary to transmit this data over the cell carrier's data network?
Is it possible to access the GPS ...
2
votes
1answer
622 views
Blackberry How to play sound (short[]) using the speaker of the device?
I am using Alert.startAudio to play an array of short values,
I want the same short[] to be played using the phone speaker, how could I do this ?
2
votes
2answers
2k views
Blackberry 4.5 - How to click on a .jpg image?
I m displaying a .jpg image in a BitmapField & adding it in a VerticalFieldManager. It is getting displayed but I cannot click on it.
I m doing it like..
Bitmap bitmap = ...
2
votes
1answer
3k views
BlackBerry - Simulate a KeyPress event
I have a BlackBerry application that needs to take pictures from the camera and send them to a server. In order to do this i invoke the native camera application and listen to the filesystem. Once an ...
1
vote
2answers
135 views
BlackBerry Device Date/Time Update Listener?
Is there a listener in RIM API which can detect that the user has changed the Date/Time settings of his Blackberry device ? I need to catch this event how could i do this ?
1
vote
1answer
249 views
RichTextEdit with multicolored text?
How do I create a RichTextEdit using RIM 4.5 API that contains text with multiple colors?
For example I want to create a RichTextEdit as follows:
The Text is "Hello BB world"
"Hello" should be blue
...
1
vote
3answers
508 views
how to change a color in an image programmatically?
I have a .PNG image with a transparent background and a drawing in it with a black color, how could I change the "black drawing color" in this image to any color i want programmatically; using rim 4.5 ...
1
vote
3answers
791 views
Blackberry - how to define screen title height?
is there a possibility to define somehow title's height?
The main problem is a separator that is located under the actual title. So, possibly there is possibility to define somehow the separator's ...
1
vote
2answers
3k views
Add a notification icon at the status bar in BlackBerry JDE 4.5.0
I'm writing a Java application in BlackBerry JDE 4.5 that will start listening for some event at the start up. I want to display a small icon at the status bar.
I know its support in version 4.6.0 ...
1
vote
6answers
563 views
Communication Handling using Service in Blackberry 4.5
I am developing an app. (like google talk) which at phone boot-up starts a background service which is continuously running. This service interacts with UI (means any request to server is first sent ...
1
vote
2answers
1k views
Notification Service for Blackberry OS 4.5 application
I am developing an application similar to email application.
Whenever new message is received my notification service should indicate change to user...by updating icon,
also, the notification service ...
1
vote
1answer
147 views
Blackberry - can we change theme using our application?
Is it possible to do?
can we change theme programatically using JDE 4.5?
if possible give any link, or example.
please help me.
1
vote
2answers
1k views
When I am trying to align fields vertically, they aren't behaving what I expected?(Blackberry JDE4.5.0 eclipse)
I am using Eclipse & JDE 4.5.0 plug-in. How to align fields vertically. Can we align fields like LEFT_BOTTOM,RIGHT_BOTTOM, LEFT_VCENTER, RIGHT_VCENTER, CENTER(vertically & horizontally), ...
1
vote
1answer
1k views
net_rim_cldc not found
I am getting error as : module net_rim_cldc not found while debugging application on real device.
I am using device Pearl 8100 with v4.5.0.81
and
eclipse JDE plugin with component pack 4.5.
I have ...
1
vote
1answer
2k views
UDP connection test on BlackBerry Simulator
I am trying to send data using UDP (datagram). I am not able to test application on simulator. I tried running MDS first and then simulator,but it did not work. The error is displayed as Port 8080 ...
1
vote
1answer
1k views
Scrolling problem in Blackberry application
I am not able to scroll through the application screen using trackball.
I am using Blackberry Pearl 8100 simulator.
Please help.
Thanks in advance.
0
votes
2answers
106 views
How to setBackground of Field in Blackberry 4.5?
I have defined a BitmapButtonField in Blackberry. But the default grey color background does not go. And the Bluish onFocus border?
How to change them in BB 4.5
0
votes
1answer
310 views
How to set DateField value using a string containing the date and time?
I have the following string "29/05/2012 12:11 PM"
i want to add this value to a DateField
i did it like this:
String dateTime = "29/05/2012 12:11 PM";
long initialDateTime = ...
0
votes
2answers
204 views
How can I use A dıalog wıth No BUTTON and automatically Closes?? On BlackBerry
I need to use a dialog. That appears 2-3 seconds and after closes automatically.
Which object should I use On BlackBerry??
0
votes
1answer
5k views
Blackberry - background image/animation RIM OS 4.5.0
Please help me, how to set a background image for screen and How to do animations on any-field or on text?
Thank You....
0
votes
2answers
248 views
SOAP Request fails with “Invalid service URL” error
My BlackBerry application consumes axis2 web services. SOAP POST HTTP request constantly fails with this error "Invalid service URL". I launch my app in 8800 simulator with ";deviceside=false" option ...
0
votes
2answers
623 views
BlackBerry LongClickListener implementation
I need to implement OnLongClickListener for BlackBerry platform.
It may be used for user input (ex phone keyboard implementation) or other functionality (navigation, rewind control, zoom control, ...