blackberry

Failure in Identification of blackberry sign code registration key

The problem we are facing is that... while registering the signature key it is asking for the registration key and private pin... i have created the private key in step 4 but i don't have any clue of what the registration key is or...how it looks like... . I have - New JDE Keys Order and tried it but it failed. so please help me in id...

developing Blackberry apps

I would like to create a new Blackberry app and i dont know where to start... I have Visual Studio 2010 Ultimate installed and I was wondering if I could use it to develop BB native apps with it... or I should just go ahead and install Eclipse?? if so, I just went to eclipse.org/downloads and noticed they have MANY options... what do you...

Help with Blackberry development

I just installed Eclipse Classic to develop a BB app in Java.. Im following this steps bit im stuck trying to install the BlackBerry Java Plug-in item cause it tells me the plugin requires 'org.eclipse.ui' but I cant figure out how to install that.. Im pretty sure I need to add a repository to the eclispe sites but I cant find the addres...

getSnapshot not supported on Blackberry

Hi I'm having problem when taking a picture using VideoControl.getSnapshot() method. it always throw the exception: getSnapshot not Supported. Im using JRE 5.0.0 with Eclipse and BlackBerry® Java® SDK 5.0 Plugin. What I do first is to list the encoding supported by Blackberry SmartPhone selected (bold 9700) with the command System.get...

how to install blackberry application from my webserver to blackberry mobile

Hi I developed blackberry application. i have the myapp.cod, myapp.jad, myapp.jar and myapp.alx file. I want to install my application from my server to blackberry mobile. What are files are need to the web server. i created the link like http://myserver.com/blackberry/myapp.cod. Buy i cant download and install using this link. It sho...

How to setup eclipse with blackberry jde's already installed on Windows 7 machine?

I found many posts on the forum regarding this problem which navigates me to No Page found error. Does any body know how can I add the Blackberry JDE's that already installed on my machine. Any help is appreciable. Thanks in advance. Mandy For success you need better imagination than intelligence. ...

rdf file and blackberry touch screen devices.

from rdf file http://www.blackberry.net/go/mobile/profiles/uaprof/9530/4.7.0.rdf how do we know that device is a touch screen device? ...

500 Internal Server Error when mobile web app is accessed via a BlackBerry 9000 (Bold)

Hey everyone, I have a mobile web application and I'm testing the site by using various BlackBerry phones. I've noticed that if I use a BlackBerry 9000 (Bold) and I try and login, I receive a "500 Internal Server Error", but the login works fine when I use another BlackBerry model with a different operating system. Any ideas? ...

BlackBerry: Are there any examples on how to localize BB apps for right-to-left languages like Arabic, Hebrew?

I want to localize my Blackberry app to use Arabic language which is right-to-left. I am using SDK 4.5 because I want my app to be forward compatible. I read in this article guidelines for rtl localization. However, none of their suggestions worked (FIELD_LEADING, USE_ALL_WIDTH and isLeftToRight). What should I do exactly to make my fiel...

how to open Map with routes using the user specified latitude and longitude in blackberry.

hi friends, Can u give me code for opening Map using the user specified latitude and longitude in blackberry.I tried with BlackberryMapsDemo im not getting routes displayed so please help me out. ...

how to use preprocessors in blackberry to target the code for multiple platforms, any one having any thing on JDE with 4.2 and above

how to use preprocessors in blackberry to target the code for multiple platforms, any one having any thing on JDE with 4.2 and above ...

Virtual GPS app for Blackberry

Is there any app similar to VirtualGPS for windows mobile, which can be used on BlackBerry 5.0 without GPS hardware? Preferably free. ...

Setting a background color to my Blackberry application very basic!

This is my screen: final class GeneralExpenseViewScreen extends MainScreen { public GeneralExpenseViewScreen() { super(); LabelField title = new LabelField("TeamMate TEC | Expenses", LabelField.ELLIPSIS | LabelField.USE_ALL_WIDTH); setTitle(title); Background bg = BackgroundFactory.cr...

IndexOutOfBounds exception on a really simple form.

import javax.microedition.lcdui.Display; import net.rim.device.api.system.Bitmap; import net.rim.device.api.ui.Field; import net.rim.device.api.ui.FieldChangeListener; import net.rim.device.api.ui.Ui; import net.rim.device.api.ui.UiApplication; import net.rim.device.api.ui.component.BasicEditField; import net.rim.device.api.ui.component...

BlackBerry Fontsize change

Hi I am trying to change Font color and Font size at runtime of my Field ColorLabelField which extends LabelField. Following is a code : public class ColorLabelField extends LabelField { private int _newcolor = Color.BLACK; private Font _font = Font.getDefault(); public ColorLabelField(String label) { super(l...

Connection Closed When trying to post over 1.5K of url encoded data on 8900, and maybe others

From the simulator, this all works. I'm using wifi on the device as i'm assuming it's the most stable. The problem occurs when i try to post more than 1.5K of urlencoded data. If i send less then it's fine. It seems to hang the .flush command(); It works on a physical 9700, so i'm presuming that it's possibly device specific In the...

ActiveRichTextField and Smileys (Smilies) on BlackBerry

Browsing the JavaDoc for the Blackberry, I see one reference to smileys, under ActiveRichTextField.getText() Retrieves text string from this field. If smileys exist in this field, this method first "decodes" them, and then returns the result. I am wondering how I can enable this "smileys" behavior, to get the ActiveRichTextFi...

can anyone tell me the equivalent class of j2se for blackberry?

I want to know which types in blackberry that i can use instead of these j2se types: Iterator Collections StringTokenizer HashMap ArrayList Map ...

BlackBerry application crashes when i install it on my blackberry bold 9700 ?

The error I get is that class net.rim.device.api.ui.ScrollView is not found. All I am using in application are some fields: import net.rim.device.api.ui.container.MainScreen; import net.rim.device.api.ui.component.BitmapField; import net.rim.device.api.ui.component.LabelField; import net.rim.device.api.system.Bitmap; import net.rim....

Page navigation problem in Rhomobile Rhodes app

On a page in a model, I'm showing two links 'Choose Picture' and 'Take Picture'. I'm suceessfully successfully returning to that page after choosing picture and the chosen image is being shown correctly. However, when I click 'Take Picture', camera opens up, I take picture, the calling page loads with image shown and then immediately the...