blackberry

how to add our menu item in messenger of blackberry

heeloz, i want to add mymenuitem on smssending menulist, how could i do that plz help me. send me the code thnaks a lot.. ...

progress bar for http request - Blackberry

in my project i am using popupscreen with GaugeField for http request.Currently we are just incrementing the value of gaugefield with fixed rate and after http response we just remove the popupscreen. so some times http request is completed when gauge field is in 40% or 60%. But i want to synchronize gaugefield value with http request/r...

Telnet library for J2ME

Like the title says. Is there any telnet library that can be used with J2ME? EDIT: more specifically, I need this library to be used in a BlackBerry app. ...

Redirect BlackBerry device simulator output to console

I'm currently developing a BlackBerry application using JDE 4.6.1 on Windows XP. Since I'm running the application directly from the console using fledge.exe I would like to know if there is a parameter for redirecting my application output, namely a simple system.out.println call, to the windows prompt console. Right now I'm able to vie...

Using Blackberry to access an Oracle Database?

Hi everyone, I really hope would know how to do this cause I'm a total newbie to Blackberry development. Basically, I was asked to write a brief report on how a blackberry would access a DB server like Oracle, and I don't know how a blackberry works well enough to figure this out. I tried searches for blackberry DB on Google and I alway...

Updating calendar Application

Hello Every one Can we make changes in the default calendar application from our own application.. like from our application we can assign some to do list on a particular day, which will be visible on default calendar application. is this possible Thank you ...

Displaying different icon sizes on different BlackBerry devices

I'm trying to dynamically set a different icon based on device. I have set up an alternate entry point within the app's descriptor XML file. It passes an argument of "icon" into main() of my application. The entry point is triggered as expected (installing the app and on power cycle), but it has issues when calling updateIcon() on certa...

Client side Push Application

Hello Every one I am new to this technology , i was trying to implement push service at client side, i have registered from BIS and got the server port no and aap id , but i have searched the forum but dint find any good article or sample code.. please any one help me out .. for making a client side push application, any link , any arti...

App freezing after voice call

Hi, I've made an application that is pretty simple, it just lets the user capture a number and then saves it in a SQLite DB. Sometimes, not very common thing, when the user is entering the number to save in my app and he receives a call, answers the call, and then finishes it, the application is frozen after the call, can't do anything ...

Connect to facebook api in blackberry

i found an sdk here: http://www.baskoro.web.id/facebook-connect-blackberry-HOWTO.html i tried to run the code both on device and simulator but it shows only white screen and nothing else i also tried this without result token: .append("&next=http://www.facebook.com/connect/prompt_permissions.php?api_key=" + "api_key" + "&display=popu...

How to create an URL in Blackberry program

Can anyone tell me how to create an URL link in Blackberry, which opens a web page after it's been clicked? ...

how to write field change listeners to browser field in blackberry

hi,how to write field change listeners to browser field in blackberry ...

On BlackBerry the LocationProvider is null if GPS Services option is set to Location OFF

In this thread MSohm says "The GPS Services option does not toggle GPS on or off". This means that if a device has a built-in GPS receiver, then the code like this LocationProvider provider = LocationProvider.getInstance(null); should never return null regardless of GPS Services option. But if I try the above code on both Curve 8310 ...

Blackberry RIM device, access the server problem java

hi, ı have a problem with my project. the exception says " Server cannot handle the message because of some temporary condition " .The code is here, ı try to salve this problem but ı couldn't.. package Kpaket; import net.rim.device.api.ui.component.*; import net.rim.device.api.ui.container.*; import net.rim.device.api.ui.*; import K...

Send GZipOutputStream XML using Blackberry to RoR web server

Hi, I tried to post data from Blackberry device using GZipOutputStream, on the server we use Ruby on Rails to capture the request. Somehow the request contain unknown characters, it looks like this : Parameters: {"format"=>"xml", "action"=>"inspections", "\030\031\000��bbrequest"=>"<?xml version=\"1.0\"?>\r\n<rqsCreateInspection><verA...

Connecting Blackberry JDE with a php based server

Hi folks , I am new to blackberry application development.I am using Blackberry Eclipse... I am trying to connect blackberry JDE with an PHP based server.I have read many forums which says use of KSOAP ... I want to know that after installing KSOAP...where should i write php codings? PLEASE HELP... ...

Upload Image using blackberry.

I want to upload an image in blackberry simulator using MultipartPostData, the following is my code but it does not seem to work. I have also signed my .cod file. Can anyone help me please? public void postData(String Url, bytes[] data) { if (DeviceInfo.isSimulator()){ Url=Url+";deviceSide=true"; } HttpConnection httpConn=null; Output...

Developing for multiple screen sizes on BlackBerry

Android and iOS have a concept of a "density independent pixel" so your layouts look the same on devices with different densities and screen sizes. Up until now I've written code to manually space elements using pixels (i.e. I want this button to be 10 pixels from the left side of the screen). This is great on a Curve, but when I load ...

Blackberry DateField onfocus color

I have a dateField and when I iterate with the cursor over the various sub sections (date month year, etc) of the dateField the focus color by default is blue. When I unfocus the dateField the item that was selected highlight turns white. Which is fine, except my text is white with a black background. This makes it look poor as now ther...

Access webservices deployed on a local jboss server from bb simulator

I have deployed a webservice on my local jboss server which runs on port 9090. So my webservice url will be http://localhost:9090/app/Services/blah. I have written a mobile client code(for blackberry) which connects to this url to get the data. Initially the client code when run on a bb simulator threw HTTP 403 error. Found that addressi...