I need to add GPS functionality to an existing Blackberry Application that I've written. I write a stand alone class called CurrentLocation, and include a method to set the various location variables I care about by using the blackberry GPS in conjunction with google's reverse geocoding webservices. Everything is working beautifully, tha...
HI....
I am having problem here with bitmaps..I want to remove the black background that my bitmap is having...
I am creating bitmap bitmap from byte array..and then setting the bitmap in BitMapField..but the image shown has a black background..
any help in removing the background..!!!
Thanx in advance...
...
Scenario
I'm doing analytics of a data connection being made via Java's HttpConnection. Specifically, I want to measure:
Time it took to receive the response header (not the full response)
Time it took to download the data (not the full request, the response)
To me, it seems as if the HttpConnection class is not sophisticated enough ...
hi,
please give me a sample code for read/write text file in blackberry application.
...
I've written a Blackberry appliation with the Blackberry JDE, running on a 9000 simulator. I tested it a week or so ago and loaded it on a Blackberry 9000 phone, and everything worked just fine. Sometime between then and now, though, something went wrong.
My code does the whole moving arrow "loading things from the internet" or whatever...
How to achieve SOHT - Socket Over Http Tunneling in Blackberry applications?
Please help
...
I want to know how to use our own logo to show the particular place in BBMap? Can anyone knows how to do this and if u can pls provide me some code snippet.
regards,
s.kumaran.
...
Hi friends,
I have designed the website in Asp.net with C#,
Its working fine on the Firefox
I want to run the same page on the Blackberry, but page is not opening properly in blackberry and also i did insert query on the same page which also not working on the page when opening on the blackberry.
The page is displaying but is not f...
Hi,
Im using Httconnection for connecting to webserver , somtimes request fails causing
EOFException when calling httpconnection.getResponseCode().
im setting the following headers while making the connection
HttpConnection httpconnection = (HttpConnection) Connector.open(url
.concat(";interface=wifi"));
httpco...
I am writing a web application targeting the Blackberry Browser 4.2. I want to had some vertical spacing between a list of links. I know 4.2 doesn't support padding and margin but I thought it supported height or line-height. I can't get either to work.
I really don't want to use a line break. Any suggestions
...
I'd like to describe one trick I learned at supportforums.blackberry.com
There is a native dialer Phone Application in blackberry:
The trick is to programmatically run menu items of dialer after incoming call, call fail or any other call event.
...
I wrote a very simple application that asks the LocationProvider for a location and prints it to System.out. This works great in the simulator. However, when I run it on my blackberry device, the call to getLocation seems to hang indefinitely. I am running the code in a separate thread that simply gets a provider and asks for the locatio...
I have a custom object list field with implemented scrolling routine.
public int moveFocus(int amount, int status, int time) {
invalidate(getSelectedIndex());
int unused = super.moveFocus(amount, status, time);
return Math.abs(unused) + 1;
}
public boolean navigationMovement(int dx, int dy, int status, int time) {
if (dy >...
I am wondering if anyone out there has experience writing application for blackberry smart phones. In particular, I am wondering how they get around the myriad permutations of model number/carrier and OS.
Is there a recommended approach on how to write your code so that it targets the widest range of smart phones?
Are there compiler s...
How do I find the route information between two places in BlackBerry?
I'm using MapField to show the map in my application.
...
I launch Blackberry ESS in standalone mode. However I don't have Outlook Express on my computer. Instead I have Outlook 2007 on my computer. I set up an email account in Outlook 2007 which uses 'localhost' as its pop3/smtp server. The port numbers I used are the same as those in http://www.blackberryforums.com/developer-forum/5590-sendin...
I was just wondering if there were any IDEs that I can run on my blackberry. My old Palm had on board C and a BASIC interpreter. On board C used the Palm's builtin text editor but the BASIC interpreter had its own simple editor built in.
Anything like this for Blackberry or j2me in general?
...
I can able to show one location using co ordinates or longtitude and latitude but i dont know how to show more than one location in the blackberry MapField.If is it possible pls share with me how to do this..
...
I am developing an application in which I want to store many data entries using persistent store. the problem is whenever new entry is made it replaces the existing entry.
here is my code please help me.
import net.rim.device.api.ui.*;
import net.rim.device.api.ui.component.*;
import net.rim.device.api.ui.container.*;
import net.rim.dev...
Hi,
Does anyone have any recommendations on what development environment should be used for the new Blackberry Widget development?
The reason that i'm asking is that i currently use the Java Plugin for Eclipse rather than the Visual Studio RAD plugin because the Visual Studio plugin doesn't give you access to most of the API functional...