blackberry

How to use a message resource file in a precompiled library for BlackBerry

I'm building a library for the BlackBerry, which needs to have several strings in it using the messages.rrc and messages.rrh files to create the MessagesResource interface to allow access. The catch is, everything being done on the command line, I'm using RAPC to generate the messages, and a standard java compiler to build the library i...

Invoking google Map

Hi I am using the following code to invoke Google map in my simulator. i have already installed Google map in my simulator. int mh = CodeModuleManager.getModuleHandle("GoogleMaps"); if(mh > 0) { try{ URLEncodedPostData uepd = new URLEncodedPostData(null, false); uepd.append("action","LOCN"); uepd.append("a", "@latlon:"+lat+...

how can i create the setup file for blackberry phones using eclipse?

setup file creation for blackberry phones using eclipse environment ...

Doubts in blackberrycontentHandler

Hi ,i am trying to playing music file,using content handler,and this is code syntax i used //Create invocation Invocation invocation = new Invocation(filePath,null,BlackBerryContentHandler.ID_MEDIA_CONTENT_HANDLER); // Get the registry object Registry registry = Registry.getRegistry("net.rim.device.api.content.BlackBe...

how to create the webpage in blackberry using java on eclipse?

what is the process to developwe the webpage on blackberry phones using of java applications on eclipse environment ...

[Blackberry] Convert a .jar file into a .cod file using bb-ant

Hello, I'm working on a Blackberry application (JDE 4.6.1) on a Windows system. I need to convert a .jar file in a .cod file using bb-ant-tools. Does anybody know how to do it? I'm using: <target name="convert"> <rapc import="source.jar" destdir="${path}\bin\" output="source" jdehome="${testing.jde}" generatesourcelist="true">...

EventInjector on BlackBerry to close the camera - security threat?

Hello, we are using the native BlackBerry camera in our app, using the Invoke class to start the camera. We listen for an image being written to the filesystem, and when the user is finished with the camera, we call Application.getApplication().requestForeground(); inside fileJournalChanged() to get back to our app. This caused a p...

how to randomly generate a unqiue number from an array in java

i want to generate numbers frm an array randomly,& every number should be unique as well,i am giving the piece of code.Kindly help me out,& plz dnt suggest for arraylist,bcoz i am building for blackberry app,& blackberry api doesnt support arraylist or collection or hashset,so kindly suggest me with array only in dis piece of code. Ran...

Linkedin Integration in Blackberry

Has anyone done LinkedIn integration in Blackberry? If yes, then please give me a startup how to do it? ...

Code work slow in blackberry device

I have code that work fine but unexpectedly work slow in blackberry device public ContactsScreen()//(Object _app) { setTitle(new LabelField( "Contacts",LabelField.ELLIPSIS | LabelField.USE_ALL_WIDTH)); //_contactNamesVector = new Vector(); _contactVector = new Vector(); _contacts = getContactListInVector(...

[Blackberry dev] Eclipse doesn't generate .cod files from an imported .jar file

Hi, I'm developing a Blackberry application (JDE 4.6.1) and I need to import into my project some code packed in a .jar archive (let's call it YYY). The problem is that no .cod file is generated from that when I build my application (only the main application one is created),so the emulator show a message like: error: YYY module not ...

Can not download uploaded file from web server(OTA)

I have deployed my .cod , .html, and .htaccess file on the web server for blackberry application distribution having size of 237kb but it does not allow to download. What is the proper way to upload it? ...

How to persistently store values into blackberry's flash memory

Possible Duplicate: How to compare values from persistentObject in blackberry I am developing an application for blackberry.It is a practice test.It has got two version FULL & LITE.The full version has gt 350 question in the xml database,while lite version contains only 20.When a test starts for full version it displays 50 que...

How to get started with Blackberry programming in J2ME?

I am new to Blackberry development and having problems getting started. Could anyone guide me to relevant resources like tutorials and/or simple sample programs? ...

without pressing alt key how to enter numbers in blackberry

Hi friends, In my application need to enter numbers, in mobile always need to press alt key for numbers, so i need to write the code without pressing alt key, enter the numbers in the edit field, please give me any example. thankq ...

Download URL of blackberry JDK not working, new URL?

The Software update url for eclipse to get the JDK plugin for blackberry does not seem to be working. http://www.blackberry.com/go/eclipseUpdate Is there a new URL to use? ...

Blackberry Development - JDE and 0S versions related?

If I create something with JDE 4.5.0 or 5.0.0 will that necessarily run on all blackberry models? (please ignore the existence of trackballs / touchscreen) ...

error when packaging on blackberry JDE

Hi there I get these warnings when packaging and of course the application doesnt work on the simulator Warning!: No entry points found Warning!: MIDlet class is not public note that the main class is public. any ideas? ...

How to compare values from persistentObject in blackberry

I am developing a blackberry app in jdp plugin for eclipse.I want to store some values froma na array in the flash memory of blackberry device,& also check whether dat value already exits in the memory or not.I am giving the code which i tried to do with persistent object,bt somehw i am nt able to get want i want,plz modify the code wher...

Blackberry application showing blank screen

Hi everyone im having problems in my Blackberry application................. I have made a simple application it starts with a file called AppStarter package in.EventTimer; import net.rim.device.api.ui.UiApplication; public class AppStarter extends UiApplication { public static void main (String[] args) { AppStarter t...