blackberry

attaching picture to mail blackberry

I have saved an image in the device memory after taking a picture from the camera. I want to send this image as an email attachment. How do I do this? ...

How to sign a blackberry application?

I got the signature keys from the blackberry web signer. All the keys in to one folder. I developed my blackberry application using eclipse plugin 1.0. First I am go to Blackberry->Install Signatures keys and select the .csi key files but there is nothing happened. So I double click the key values and register the keys. Register key...

web service calling problem?

When I call a web service data does not come in the proper way. Some blocks are there string, integer, chars are there means mixed data in json form. 1) When I use this approch to convert the data... StringBuffer sb = new StringBuffer(); byte[] buf = new byte[256]; int n = 0; ...

Issues in signing the .COD file

Hi, I am facing issues in signing the .COD file for my Application. Few days back, I installed the Signature key files on my machine which I received from the Blackberry support. Signature Key files were successfully installed on my machine. Now, I want to sign my .COD file again as my .COD files have been updated. But, I am gettin...

QR-Code source that works on Blackberry

hello. i'm trying to develop an app that integrates the qr code reader as part of the functionality. i have read about zxing as the best option. but it turns out that they dont support development for blackberry, and the sample app shipped in zxing haves bugs (gives JVM runtime exception). i wonder if anyone knows a viable alternative...

how to use tts in blackberry?

hie , i want to make text to speech converter, i found java have provided free tts for it. but i don't know how to implement in blackberry. please help me to use it. thanking you. ...

Button HorizontalFieldManager, change background image on foucs - blackberry?

want a horizontal field manager to act as a button.. changing background image onfocus.. http://i52.tinypic.com/2cgzqe0.jpg setbackground image for HorizontalFieldManager and it should change onfoucs(select) and it should act as a button to push some other screen... under that HorizontalFieldManager i want to add an image and labels t...

How to get multipart email messages to display on Blackberry

I'm trying to send a multipart message to blackberries through the blackberry internet service. My blackberry receives other multipart emails fine, but this one is not working. I have tested on other blackberry devices using the Blackberry Internet Service as well. On all devices, I get the error message "Error parsing this message. C...

How can I test my Blackberry application?

This is just AWFUL! It takes me much to long to create my Blackberry application. I'm not even coding it yet just creating the GUI! I have code the UI using Java code, then run it, then wait for it to package and launch, then I can see the changes. Imagine trying to position elements. It takes much too long! Is there a better way to d...

Is there any common language to develop a same application for iphone, blackberry, windows mobile and android?

Possible Duplicate: Technology to write iPhone, BlackBerry and Android phone at the same time? Is there any common language to develop a same application for iphone, blackberry, windows mobile and android? ...

Functionality similar to 'Send Address' in native BlackBerry Browser

Right now, I can send users to the compose email application, with a pre-filled email body containing the payment URL. This is done simply with an appropriate mailArgs object and a call to Invoke.invokeApplication(Invoke.APP_TYPE_MESSAGES, mailArgs); However, I notice that in the built-in web browser there is functionality to 'send ...

how to store the sent message in the Sent folder?

I am able to send an SMS, but I didn't get notified. I want to save it into the the sent folder after sending. how could i do that. ...

Changing the call log screen and pushing own call-id's blackberry

Is there a way to change the order of the call log screen in blackberry? Lets say I want to add two call-id entries to top of the latest call log. Is that possible? If it is which part of the API should I look at? Any sample code would be appreciated. ...

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 "BB world" should be red "BB" should be ITALIC "Hello" should be BOLD The main problem is getting colors, not the bold and italic. I ha...

mms://url streaming in blackberry

I want to do MMS:// streaming on BlackBerry. I searched a lot but did not get any idea.. can anyone give an idea or a way to do this? ...

Error while Image Loading in BrowserContent

Hi, I am trying to make field that renders HTML content from static string. This string contains references to images. And these images I am loading from local resources. For this purpose I am implementing HttpConection interface that is returned in public HttpConnection getResource(RequestedResource resource, BrowserContent referrer) ...

developing for blackberry 5/6

I am writing an java based application for blackberry. Can anyone please tell me if it makes any difference in running my app in old models of Blackberry or the latest version? Thanks. ...

how to debug java app in blackberry

I am developing a bluetooth application for blackberry. I am getting some BluetoothStateException's whil running the app on the phone. I am wondering if there is any way to debug th application on the phone? Thanks. UDPATE: There is an option in JDE I found to debug on device, but it keeps asking me to install signing keys.But I have n...

Database Options for Blackberry

Okay, I'm new to blackberry development and I was wondering if anyone could give me a list of database options available for blackberry applications? What do developer's "normally" do when faced with the requirement of utilizing a server for their blackberry applications? Is there any one specific database that is used for a majority of ...

Post image file to RESTful Web Service

Hi Everyone, I'm trying to send an image file to a web service. here's my code: ConnectionFactory connFact = new ConnectionFactory(); ConnectionDescriptor connDesc; //String value = new String(data); String value= Base64OutputStream.encodeAsString(data, 0, data.length, false, false); value = "imgDa...