blackberry

Blackberry change color of child fields on horizontal manager focus

i am having array of horizontal manager which consist of editfield,dropdown,label and button,i place all these array of horizontalfield manager in one vertical manager to make a table like grid like strcture.I can make it but i want to do that if we get focus on horizontal manager then all components in the horizontal manager should give...

Blackberry - How to retrieve images from a zip resource file?

I am using eclipse & JDE to develop Blackberry Application. I compressed a folder which has set of images in .jpg and .png formats. Please help me, how to retrieve images form the zipped file? Thank you..... ...

Blackbery getting notified when the internet connection is available.

Hi there, is there any way to know whether the net is connected or not in a blackbery device .I have the following code but it was waiting till the network timed out. int rc = connection.getResponseCode(); if (rc != HttpConnection.HTTP_OK) { throw new IOException("HTTP response code: " + rc); } Is there any other way. ...

Streaming Video with Blackberry Simulator

So, I wrote a quick little app for the iphone that takes in an http URL, and plays the .mp4 video located at that URL (it does more than that, of course, but that's the meat of it). Naturally, I wanted to have it on more than just a single mobile platform, so I decided to target Blackberry next. However, I'm running into a lot of proble...

Blackberry - background image/animation RIM OS 4.5.0

Please help me, how to set a background image for screen and How to do animations on any-field or on text? Thank You.... ...

When I am trying to align fields vertically, they aren't behaving what I expected?(Blackberry JDE4.5.0 eclipse)

I am using Eclipse & JDE 4.5.0 plug-in. How to align fields vertically. Can we align fields like LEFT_BOTTOM,RIGHT_BOTTOM, LEFT_VCENTER, RIGHT_VCENTER, CENTER(vertically & horizontally), BOTTOM_CENTER, etc...? Please help me.. Thank You... ...

Audio files not Playing in Blackberry

Hi, Im trying to play recorded wave file.While playing,exception is thrown at foll. stmt.: Player player = Manager.createPlayer(is, "audio/mpeg"); My entire code for playing wave file is as follows: if (types[cnt].equals("audio/x-wav")) { Class clazz = Class.forName("RecordAudio"); InputStream is = clazz.getResourceAsStream("...

How to change the font color of blackberry label field dynamically?

I have one label field and three buttons with the name of red, yellow, blue. If I click the red button then the label field font color should be change to red; similarly if I click the yellow button then the font color should change to yellow; likewise according to the button color the color of font should change in the label field. Can...

Blackberry JDE does not see java.net?

So, I'm trying to get a video to play from an HTTP url. To do this, I'm using a URL object, and then openStream on it, like so: URL url = new URL("http://good-3gp-videos.com/viapic/e39903da6e5c1e1c5d572a49a88a99e6.3gp"); player = Manager.createPlayer(url.openStream(), null); However, there is a problem. When I try to import ...

What is the proper way to stream HTTP video, or even to debug on a Blackberry simulator?

I've seen a lot of different methods for doing so, but none of them are specific (and my attempts to implement them have all failed). Does there exist a known way to stream http video on a Blackberry? Sample code, tutorials, anything? The closest I've found is: http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348...

Too many cod-parts in jad file

I created a blackberry application but I am having problems publishing it on my web site. I have uploaded the jad, jar, alx and cod file (from which I extracted the whole content). I also added the missing MIME types. But when I try to download the application by requesting the jad file, I get a 500 error with the details saying that the...

Continuous Integration server for blackberry development? (and certificate signing)

I overheard another team where I work talking about blackberry development - they are having issues automating builds for blackberry. In particular there is an issue with certificate signing - they have not been able to figure that out yet - it is a manual step right now. Granted, they/we are new to handheld development, but any pointe...

Blackberry JDE HTTPConnection problems.

So, I'm using the HTTPConnection Class, like so: HttpConnection c = (HttpConnection)Connector.open("http://147.117.66.165:8000/eggs.3gp"); Following what LOOKS like the right way to do things in the Blackberry JDE API. However, my code crashes if I try to do just about anything with the variable 'c'. .getType() .getInputStream(...

Compiling Error On BlackBerry

Hi Friends I have done simple java app for blackberry, while building am getting following error. "Building Hisantosh C:\BlackBerryJDE4.5.0\bin\rapc.exe -quiet import=..\lib\net_rim_api.jar codename=Hisantosh Hisantosh.rapc warnkey=0x52424200;0x52525400;0x52435200 "C:\Documents and Settings\Santosh\My Documents\Downloads\greetingscree...

Get a list of all installed applications on Blackberry

Hi, Is it possible to get a list of all applications installed in a Blackberry, similar to the applications list when you go into your settings. I can get a list of all visible applications using the following but I was wondering if it's possible to get a list of apps that aren't necessarily running but are installed, ApplicationDescr...

Blackberry User Agent

I'm hitting a mobile site from a new Blackberry and the user agent is: mozilla/5.0 (windows, u; windows nt).... Anyone else seen this? On older phones it was blackberry8130... ...

IDEs Used for BlackBerry Developement

Hi Friends I have installed eclipse JDE plugin (ie BlackBerry_JDE_PluginFull_1.0.0.67.exe) , i can create a blackberry project only for BlackBerry JDE 4.5.0 . when i see in window ->preferences ->blackberry->installed components of eclipse ony BlackBerry JDE component package 4.5.0 is available, if i want to have multiple JDEs what sh...

Cancel scrolling in Layout Manager

Hi, I can't find solution for the following problem. I have custom list field, which overlaps the boundaries of its layout manager. List field consumes navigation events from manager to highlight currently selected row with special color. Layout manager is configured to support scrolling. When I scroll trackwheel down, layout manager in...

How to develop products on mobile phones

Hi there, Recently we are going to develop some products on mobile phone (specially for 3g). There are many platforms about mobile phones: iPhone OS, Symbian, Black berry's... If I want to develop a product, should I use Java or write every program for the main platforms? Particular one question for iPhone development: are there many J...

Using preprocessor directives in BlackBerry JDE plugin for eclipse?

How to use preprocessor directives in BlackBerry JDE plugin for eclipse? ...