blackberry-simulator

sending email from blackberry simulator

hi what are the steps needed for sending email from a simulator. i am using eclipse JDE Plugin 4.5.0 thanks in advance ...

How to access localhost websites through http request from blackberry simulator?

Hi Everybody I am developing a blackberry application and i wanted to access the websites from my localhost( local machine). I am running the application on blackberry simulator 8350. From my code i can browse request any website from internet and i am getting the response. When i am trying to give the url as localhost:8080/portal/in...

Cannot display images in BitmapField in Blackberry application using simulator 9700?

Hi Everybody I am getting Error while displaying bitmap file in my application. code: Bitmap logoBitmap = Bitmap.getBitmapResource("res/icon.png"); BitmapField bitmapField1 = new BitmapField(logoBitmap, Field.FIELD_HCENTER); add(bitmapField1); Getting error in console tab. Error: Fridg:couldnot find res/icon.png. I am using Eclipse wi...

buttonField clicking problem in blackberry

hi when i am setting the BackGround image through VerticalField Manager. only one buttonField is gettin clicked ,other button field is not working. can i have the solution for it. please if not i want alternative which will position the buttonfield ,set by user. and i want a image as a background help me out. its urgent.. public Gr...

set the images on screen using gridfield manager in blackberry

i wont to set the images on screen with spaces between them on blackberryjde, how can i set the positions ...

application wont start or load in blackberry simulator

Hello all I'm developing an application on two different machines (home and work) and while the home one seems to run just fine, the work one is, for lack of a better word, possessed. It has been exhibiting the following issues: When loading the application, it will start at the simulator's main screen instead of starting the applicat...

Blackberry Application not deploying in simulator from eclipse

I wrote a first sample Hello World Program for BB in eclipse using the plugin and everything worked fine. But then I wrote another app, not much different from the first and I went to deploy it and the simulator opened but only the first application was there. I tried loading the .cod file from inside the simulator but that didn't work e...

search the registry with Java

Hello, I've never worked with the registry before and it seems a bit intimidating, as I know very little about it . I need to asses if any Blackberry emulators are installed, and get their location if found. I searched manually from regedit and found entries under HKEY_LOCAL_MACHINE -> SOFTWARE -> Research In Motion -> BlackBerry Device...

Blackberry MDS simulator - Can't connect to the internet in the simulator.

I'm trying to do some testing of a website through the Blackberry simulator, while the simulator works fine, I can't get to any sites in the Blackberry Browser. Here is the specific setup I'm using. I'm Windows 7 (64-bit) Home Edition I have the latest (at the time) MDS installation - BlackBerry Email and MDS Services Simulators 4.1.4...

Simulator crashes when viewing large strings

My code is a simple modification to the camerademo, which converts the byte array to encoded Base64 string Single line of code like so: . . . //THIS KILLS THE SIMULATOR strImage = Base64Encoder.encode(_raw); . . . This variable (strImage) is not used, so the code (on simulator) runs fine. If I try and use the string, e.g. Insert int...

blackberry gallery view

how create the screen like this multiple bitmapfield in horizantalfieldmanager ...

Load image from phone memory

I need to select the image for my application in Blackberry JDE. How to view images in thumbnail view and select image from it ? ...

BlackBerry SDK 5.0 Issue

I developed a Hello World application using Black Berry Eclipse plug-in. When I rant it on any BlackBerry simulator of which platform version is greater than or equal to 5.0 then the Hello World application is not found listed in the default application list. However, I can run the application from Options > Application : Search (Thridpa...

close camera application in blackberry

I need to close camera when a file is taken from camera. I invoke camera by Invoke method and added FileJournalListener and then use Inject.post. But it si working fine in simulator and but not working in actual device. any Idea. ....... case FileSystemJournalEntry.FILE_ADDED: filepath=path; Ev...

how to get mobile date and time in blackberry

I need to get device date and time using DateField. ...

scaleImage32 is throwing error out of memory when crossing bounds to 1800,1800 in blackberry

EncodedImage.scaleImage32 is throwing error out of memory when crossing bounds to 1800,1800. Is there any work around for the same. public EncodedImage sizeImage(EncodedImage image, int width, int height) { EncodedImage result = null; int currentWidthFixed32 = Fixed32.toFP(image.getWidth()); int currentHeightFixed32 = Fixed...

Image over a Image

Hi i want to put a Big image over a small Image , condition is the image which is on top has some specific rectangular area where the second image will be displayed. I want the the small Image to be displayed inside the big image not over the big image. i don't no will it possible or not , if it is possible can any one provide me guida...

making a part of image transparent

hi how to make a part of image transparent. thanks alot ...

Resizing a image by touch event

hi i want to resize a image by touch event if the user stretch the image the image size should increase, and if reduces the image the image size should reduce, is it possible thanks in advance ...

Debug Blackberry App in Simulator using Eclipse Plugin

Hello All... I have just started the Hello World App using Blackberry Eclipse Plugin. I have tried one or two configuration for debug my HelloWorld Blackberry App, but unfortunately I could not.. Can anyone let me know that how can I debug any Blackberry App in simulator using Eclipse Plugin ? Thanks in advance... EDIT : When I am t...