blackberry

how to set ringtones?

hie i am using jde 4.5. can we chnage the ringtones in it? how could i do that? ...

Blackberry camera permission

One of the features incorporated in my app is QR code scanning. The problem is, user will be asked for camera permission before scanning. I think this could make the users confused. Is there any way to bypass this, or something to set all the required permissions during installation, so users don't need to set this manually? I already ...

view HTTP response on Blackberry

Does anyone how to display the last HTTP response in the Blackberry browser? One would think there would be a menu option in the browser app, but I can't find one. ...

Downloading .jad or .cod file and installing from website

Hi All, Actually we have developed java midlet application , that needs to be downloaded through given link. From nokia , sony , etc we are able to download the application successfully. But, when we are accessing the site through BlackBerry , we are not able to download the application . What I am doing wrong here. Whether I need to...

Create BlackBerry project in eclipse from code (java)

Hi experts, I need to know how to create a new BlackBerry project from code (java). I want to specify a name and my program should create a new BB project in the default eclipse workspace. Regards, Slavik. ...

Strange problem with blackberry Torch 9800 simulator

Hi, When I start the torch 9800 simulator programmatically through fledge.exe, a pop up displays with licenese agreement, and it is always coming up at device startup, due to this I am unable to make TCP connection from simulator. I tested above mentioned behavior in 4.7 simulator (9530), without pop up at startup TCP connection worki...

Add image URL to bitmap image in listfield

I have 50/100 image url with specific text, i add them in vector, add listfield with callback, I am downloading the image every time with a function call UrlToImage I am facing problem, the list is too slow , download icon showing on the top right side of simulator. UrlToImage img = new UrlToImage(imageUrl); bit = img.getbitmap(); pi...

Is there something for Visual Studio that can let my team developer Blackberry applications?

Is there anything blackberry related that can be used in Visual Studio 2010?| ...

What are the two best iphone and blackberry development books you have read?

I want to hit the ground running at a new firm. I am seasoned developer in Java/C so will pick up things fast. Need to be able to follow tutorials. I can do either video or plain text. Need your expert advice in recommending a good book to me. Thank You for your time. ...

Can't I get my app to work with click and touch (within same project)?

i have developed an application that will basically run on all versions of the blackberry unit (ver 4.5 and above). however, i have noticed that navigationClick() is not consumed with a touch blackberry. i know that i have to use touchEvent method instead, however, my eclipse project is set up to use jde 4.5. so is there any way of just ...

Can't I get my app to work with click and touch (within same project)?

i have developed an application that will basically run on all versions of the blackberry unit (ver 4.5 and above). however, i have noticed that navigationClick() is not consumed with a touch blackberry. i know that i have to use touchEvent method instead, however, my eclipse project is set up to use jde 4.5. so is there any way of just ...

How to put reminder in Blackberry calendar

I need to put several reminders in the BB calendar. The idea is several hours, or days before a promo expires, the alarm will remind it for you. Here's my code so far: long ONE_HOUR = 3600; long ONE_DAY = 24 * 3600; try { EventList eventList = (EventList)PIM.getInstance().openPIMList(PIM.EVENT_LIST, PIM.READ_WRITE); BlackBerryEvent...

can we convert text to voice or viceversa?

hie, can we convert text to voice and voice to text in blackberry? is there any api present for doing this? i have seen some apps in market who is doing the same? how we can convert text to voice plz help me? thnks.. ...

I devlope one application for html content show in the page in the blackberry for OS 4.6 but there are some problem so help me?

Hello i am developing one application for HTML content show in the page but there are some problem so help me. --- > First i not vertically scroll for this content so how to vertically scroll this page?? ---->second i not changed Font Size and Style. ---->third i not Zooming this content. How to do??? ...

Subscription based model for iPhone, Android and BlackBerry App

Can there be a standard way to handle this in all three platforms? Example would be using a single payment gateway for all. The app(on all platforms) asks for username, password, credit card info then submits to our server. Then our server authenticates and send to a payment gateway. When approved user is allowed to login to the App. Is ...

How to generate BlackBerry resource bundles from ant?

In my BlackBerry eclipse project I use resource bundles. So I have a pair of files... Application.rrc Application.rrh These files are compiled by a builder called BlackBerry Resources Builder in eclipse. This is done as a pre-compile step as it creates a new folder called .locale_interfaces which contains the following path to a g...

Add PIN contact to BBM Programmatically

Hi, Is it possible to add a blackberry PIN to a device's 'black berry messenger' contact list programmatically? Can anyone verify this for me? I have looked through the API, but I do not see a clear way. Thank you. ...

Cannot add image to my UI.

Here is a screenshot of the solution explorer: And here is the code I'm using. Note that the RichTextFields do show up, but no picture. I've tried displaying both of the pictures in the res folder but no dice. final class HelloWorldScreen extends MainScreen { BitmapField logoField; public HelloWorldScreen() { super(); LabelF...

Is it possible to serve PDFs to a Blackberry (9700)?

I have an application that sends emails that contain links to PDF files. These currently are not visible on a Blackberry 9700 (Not sure if version is relevant). I understand that the mail app has a file handler (really more of a previewer) for PDFs. Is there anything similar for the browser, without getting into software on the device? ...

BlackBerry browser error: The returned page had no content type, and therefore cannot be processed

Hey everyone, I'm developing a mobile web application and I'm currently testing my site against a handful of different devices, such as iPhone, Android, and some BlackBerries. The BlackBerry Bold 9700 (OS 5.0.x) can access my site with no problem, but the BlackBerry Tour 9630 (OS 4.7.x) gives me the following error message when I try a...