blackberry

blackberry application develpment

Hello, Is java the only language available to develop applications for blackberry. Though i have checked phonegap but its not properly documented. ...

Blackberry application status indicator on Home screen banner

Add an indicator to the Home screen banner about the status of my application.And by clicking on the indicator i should go to the application. Is there any Blackberry API/any sample for doing so? Any help would be appreciated. Thanks in advance. ...

BlackBerry - Exception with null message when sending sms using Connector

I used code given but I am getting "IOCancelledException" and "IOException". And IOCancelledException.getMessage() / IOException.getMessage() giving null string, it does not give error message. Please help me understaing reason. class SMSThread extends Thread { Thread myThread; MessageConnection msgConn; String message; ...

BlackBerry - Extract data from 3rd nesting level of xml

<autos> <cars> <car> <type>Toyota</type> <year>1999</year> </car> <car> <type>Honda</type> <year>2010</year> </car> </cars> </autos> i want to extract car object from the above code whats the possible way. can i have the sample code or any example thanks in advance ...

How would I deep copy a vector in J2ME / BlackBerry?

How would I deep copy a vector in J2ME / BlackBerry? ...

BlackBerry barcode scanning library?

Anyone got a good handle on a barcode scanning library that can be used to read in UPC-A, EAN-13 or other major barcode formats based on input from the digital camera? Does RIM have a standard library already available for this? I know that BlackBerry Messenger has 2D barcode scanning built-in so I'm guessing there must be something ava...

BlackBerry - video player - FramePositioningControl is null

I'm developing a blackberry application that plays video from the server. I've used Player.start() and Player.stop() for playing and pausing a video. But I also need rewind, forward and seek bar controls in my application. I tried using FramePositioningControl for these controls. But the following code is returning null. FramePositionin...

BlackBerry - Handle and translate messages (sms/email/pim/pin)?

Does the native Blackberry API allow for the modification of any messaging interface? For example, I'd like to be able to build an app that added a button at the bottom of a received message which says 'translate this'. I've heard that this kind of thing is possible using J2ME plus the native BlackBerry API. Can this be done for all ki...

What are subscription applications?

I heard this term recently. What are subscription applications(for a mobile platform). Does this term fall under standard usage? Are there any examples of such a mobile application? Thanks. ...

BlackBerry - how two merge two images

hi i want to merge two images in blackberry. one image is a big image and other image is a small one. position of small image will be define by developer. what are the possible ways can any one help me out it's urgent. thanks ...

Error preverifying class java during build (BlackBerry)

I'm trying do build and debug a small project for BlackBerry. During the build I'm getting this error Error preverifying class java ... I read on the net this error could be caused by referencing multiple projects but I tried to move every package in a single project but the error is still there. I tried with multiple JDE version (cur...

BlackBerry - Is there a way to test BB Messenger functionality?

Hi! I'm writing code which requires sending/receiving messages with BB Messenger. Is there a way to configure MDS emulator or device emulators to test this functionality? Thanks! UPDATE I am aware of Re: BBM/SMS on Simulator, but I hope it's out-dated or something... ...

BlackBerry JDE supported devices?

I'm developing BlackBerry applications with the JDE plugin for Eclipse (version 1.0.0.67), and I was wondering if there's a list somewhere of devices that these applications will run on. It's for commercial purposes, and we need to be able to tell our clients what the supported devices are. Perhaps I'm asking a stupid question, but I n...

BlackBerry - Programmatically fetching data in calendar

i have invoked blackberry calender from my application can anyone tell me how to fetch : date duration notes from the selected date my code : MenuItem importCalender = new MenuItem("Import from Calender",100,11) { public void run() { UiApplication.getUiApplication().invokeAndWait(new Runnable() { publ...

BlackBerry - call time tracking application

hallo, I have a common question, I hope it is ok to ask it here. I have a project, where I should develop a small appliation for BlackBerry. I know Java ME is the platform to do that (Browser and Widget are other opstion). What I need to do is a samll application which pops-up after every call and asks the user if he wants to save(ass...

Eclipse for BlackBerry, set up the Eclipse envirorment

Hallo. I have problems by setting the Eclipse envirorment, can anybody provide me a useful step-by step instruction? ...

Blackberry Developers Books

Hey guys, So i've been making themes for blackberry for awhile now, and this spring im going to get into development for the blackberry. I have experience in Java so not looking for anything too basic. I know i can just look around in the api and get started, however i rather have some direction and get an overlook before going in head...

BlackBerry use of the simulators

Hallo, on the BlackBerry homepage you can download different simulators for every different model. There are a lot fo simulators there... My question is, how do you develop BlackBerry applications: do you use the simulators - can you relay on them. If an application works on the simulator, does it works 1:1 on the phone? Do you devel...

Desktop project management software that syncs with smartphone?

Hello, I went through the archives here and the Wikipedia page on Project management software, but didn't find information on this type of application to manage projects: Windows, natively-compiled (no Java, preferably Windows instead of cross-platform) desktop based (don't like to use a browser for this) can scale from one to a few p...

BlackBerry persistent object /storage nuance question.

I'm using PS to store data in my app. I think I have a misunderstanding of how PS works. If anyone could tell me how to make it so that the bill I retrieve from PS is unencrypted as opposed to the encrypted bill I end up with? Note: I originally store and unencrypted bill! From what I can tell, it considers both bills, and both PO ob...