blackberry-simulator

Blackberry Push Notifications (Local Notifications)

Can you set up Notifications on the blackberry without a server? I wish to use the equivalent of Push Notifications, but I don't really need a server to decide when to push as it's really just calendar pre-set dates. Any help thoughts /comments most appreciated Cheers ~David ...

is service book entry for IPPP a prerequisite for Blackberry push service work?

I am trying to test sample application for Push API,that comes with Push SDK. Though was able configure server side application and was able to hit test URLs given in PDF and was able to get expected results. But am not able to run Client side sample application.Its LOG was showing following error when I was trying to register for the se...

Blackberry implementation

I am implementing a blackberry application where i have to provide user with facility through which he can take backup of his contact numbers,images,videos on a server. .and also he can restore the same from server later. i want code to save contacts,images,videos from blackberry cell to server?can any one pls help. ...

Simulator For Blackberry for Windows PC?

Is there any single software that can be used to test the website designed for all blackberry mobile devices. In Blackberry website, they have given different simulators for each phone, we would like to know if there is any one software that an be used to test all the blackberry devices? ...

blackberry simulator 8300 Settings for internet access

I want to access internet on my blackberry simulator 8300. Can any one please help me to know how to do the setting on blackberry simulator 8300 for internet Thanks in advance ...

class file changes not reflecting in blackberry simulator 8300

The changes in class file are not reflecting in blackberry simulator 8300. This problem is really wasting my time as i am stucked and cant test my application. Can anyone help please? ...

Load App To Blackberry Emulator From Command line

Hi, How can I load an application and replace the existing copy to the Blackberry emulator from the command line (not Eclipse)? ...

Accessing images in BB

how can i access the images stored in my blackberry simulator? can anyone please provide me the sample code for it? ...

Source code for Voice Notes Recorder for 9700

I am looking to study the working of voicenotesrecorder in the Blackberry simulator for the 9700 phone. I am using Blackberry JDE 5.0 and the 9700 simulator. I got the source code for 4.5 but it doesn't run on the simulator. Can you tell me where to get the source code? ...

Determine BlackBerry height including vertical scroll area

I need to detect the height of a web page displayed on a BlackBerry and I've tried the following. height, window.innerHeight, and screen.availHeight My BB 9700 simulator returns values of 304, 327, and 360 respectively. The closest "correct" value is 360 since that's the actual height of the displayed page. However, the site has a ve...

How to display Google map in Blackberry 5.0 simulator?

Hi to All, I am working on to display the Google map in the blackberry 5.0 simulators and indicating a particular location with a image on the map. But I am not able to display the map in the blackberry 5.0 simulators, please if anybody knows the solution help me. Thanks and Regards, Rajapandian.K ...

Blackberry: Speeding up Simulator start

Running any Blackberry Simulator for the JDE takes forever to launch. Any ideas on speeding it up? I see that it looks through a bunch of generic files while booting up, can I strip it down? All I want to do is test my app, which only relies on e-mail, maps and the contact book. ...

Persistent objects in Java BlackBerry

I want to create huge persistent objects and then draw random images as well on BB. Can you help me on this, how do I create huge objects. ...

Unable to play m.youtube.com video in BlackBerry simulator

When I try to play video from m.youtube.com I get an error: an error has occured attempting to play media. How do I solve this? ...

BlackBerry image buttons

I want to create six image buttons similar to those on the homescreen, such as settings, downloads, or messages. When I roll to the next button, the previous one must fade, just like the simulator. I am using the 9700 simulator and JDE 5.0.0. ...

send sms between two simulator in blackberry

I want to send SMS to multiple contacts. I wrote the code and it works fine, but I want to test between two simulators. I saw the solution in plenty of forums, including StackOverflow, but I am not able to make it work. ...

Blackberry browser back click

I am trying to go back back to the previous page after loading a browser but it takes three back clicks to do so. I tried overriding the back button click but it still takes three clicks. I used following code to load the browser: BrowserSession browserSession; browserSession = Browser.getDefaultSession(); try{ browserSession.displa...

Deploy Java code to BlackBerry device without signing keys

I want to deploy code directly to a BlackBerry device, but I do not have any RIM code signing keys. Is there a way to do this without the keys? Currently I am using the .cod files to deploy on a BlackBerry device simulator. ...

CodeModuleManager.CMM_OK_MODULE_MARKED_FOR_DELETION on BlackBerry device

When I call CodeModuleManager.deleteModuleEx() to delete a Module, the return value is CodeModuleManager.CMM_OK_MODULE_MARKED_FOR_DELETION using the simulator, but the return value is CodeModuleManager.CMM_OK when I run same application on device. The device is a 9700 and the Platform is 5.1.0.121. ...

BlackBerry logging

I am implementing logging for a BlackBerry app to track the flow of my application. What mechanisms do BlackBerry developers use to do this? ...