blackberry-simulator

SMS between two BlackBerry simulators

How do I write a program to send and receive SMS between two BlackBerry simulators using the BlackBerry JDE? ...

Blackberry simulator won't load cod file from eclipse

I've got eclipse installed with the appropriate blackberry plug-ins, etc. I can build the project fine. When I try to debug using the simulator, the cod file is placed into the simulator's directory and the simulator starts, but I can't find the application. It is not in the Downloads directory-thingy or anywhere else that I can see.....

How to implement a searchable TreeField?

I got how to implement a TreeField. But how to implement a searchable TreeField? ...

BlackBerry - How to show the system status bar on top of the application screen

Hi My question is rather simple, but I couldn't find an answer, could be because I'm using the wrong terms, but let me try: is there a way for a BlackBerry application (extending the regular Screen component) to keep the status bar visible (by status bar, to clarify, I mean the area where you see the battery strength, network name, sign...

Blackberry - Can't change theme after lwuit was installed

I've used lwuit in my j2me application and it works well. When I've converted .jar file to .cod file and install it on BB emulator, I've faced runtime error 104. Then I got the blackberry demo and lwuit.jar file included with it and when install it on BB it works well. But after I edit the theme.res file application doesn't open an...

Blackberry simulator not creating COD file

This is an answer to anyone having problems getting a program to appear in the Blackberry simulator or problems generating a COD file. I have been programming in JAVA using the Eclipse IDE and my program was working fine in the BB simulator. After creating a new package and adding more class files to my project, I noticed that my change...

How to flip a UI component when doing BlackBerry Java development?

I'm looking into porting my iPhone application to the BlackBerry and have run into a wall with the out of the box UI components and UI animations available for the BlackBerry. One feature that I really, really need to figure out is how do I flip over a UI component on the BlackBerry. For example, lets say that I have a UI component for a...

Blackberry older simulator

hi friends... my client wants me to make an application which works on pre4.0 os... i understand that if i make 1 like that then it wont work on the latest os... But my actual problem is that though i did the coding correctly coz the application was just a simple WebIcon... i cant load it onto the 7290 simulator... i tried javaloader -...

Mobile test for local html files

I have local html files that I need to know how they look like in various model of Nokia, Android, iPhone, Blackberry. Is there a way to do this? I google some online website for Nokia simulator but they are not working right. I need local test of html. If there is a free software that I can switch around in different phone (or separate ...

Do you have to exit blackberry simulator every single time you make a change?

do i have to kill my simulator before i want to see the latest code changes on the sim? or is there a way of getting the BB simulator to pick up the latest code changes without having to exit the current instance and starting the simulator again. ...

View changes without restarting Blackberry simulator?

i am using eclipse and the blackberry simulator for my BB development. is there any way of viewing your code changes without having to close the current simulator session and start a new one? it seems like it's a pain in the rear to activate a new session each and every time (just to see a code change). Of course, if you attempt to run ...

what's wrong with concatenation in blackberry application?

For the life of me, I can't understand why adding a concatenated string to the MainScreen is causing the BB simulator to throw an exception. If I run a VERY simple hello program with the following control, all is well: RichTextField rtfHello = new RichTextField("Hello There !!!"); add(rtfItemDescription); But if I add a conca...

Blackberry Eclispe plugin and emulator

So I installed the following installation packages to develop Blackberry apps using the included emulators. I first installed them on a macbook pro, virtualizing windows 7 x86 with vmware. Everything worked fine, I created a quick HelloWorld app and it compiled and fully ran in the emulator. I did no other configuration. So I went to ins...

how to make apps on blackberry emulator to connect internet when the PC is behind a proxy server

Hi, My PC configured behind a proxy server for internet access. I referred to the blackberry simulator related posts and changed my MDS server setting as follows application.handler.http.proxyEnabled = true application.handler.http.proxyHost=hostname application.handler.http.proxyPort=hostport application.handler.http.proxyUser=user...

Blackberry with Eclipse - How can I get rid of multiple Debug Servers?

Each time I choose 'run' it creates a DebugServer (in the debug view). Almost all the context menu options are disabled, including 'Terminate' option. Is there a way to get rid of these without restarting Eclipse (every dozen runs or so)? Thanks, Chris. ...

BB 8900 simulator - locations won't clear from map

I'm writing an app that has a fairly standard use of maps -- I show the user a list of locations, user picks one, and I display a map with 2 pins (user location and chosen location). Works fine the first time, but subsequent attempts always show the same map with the same pins. The problem appears in the 5.0.0.334 (9550) simulator. I'...

Get BlackBerry simulator to print to command line/console

I would like to have the BlackBerry simulator print to console so that I can debug with out an IDE. I do all my development from Linux with bb-ant-tools and have the emulator running on windows (on a separate computer). I don't have eclipse or the jde on windows, just the emulator. --edit 02/28/10 After much searching it appears I need...

Blackberry Simulator network connection stops working after some time

First of all, I want to be clear: I did manage to get Internet connection working on BlackBerry Simulator (run MDS, make sure it has permissions, then make sure nobody's hogging 8080 port, etc.) It did work for some time. Loads google.com no problem, for example. Then I try to open my website (the one that I'm debugging). It opens firs...

Java.awt.* not in blackberry ?

Is there any way to import following in BlackBerry JDE 5.0 or in eclipse with BlackBerry JDE 4.7 ? import java.awt.Canvas; import java.awt.Color; import java.awt.Graphics; import java.awt.Image; import java.awt.image.BufferedImage; I need to implement it for Barcode Reader in BlackBerry. For barcode Reader, I download the rVision....

How to launch Calendar in other application ?

I need to launch Calendar in my application & give choice to user for selecting event. If user select any event then retrive that event's information & process it. For address book, it is possible by choose() method for launching Address book, but not found any method for launching Calendar in BlackBerryEventList or EventList class. Is...