blackberry

Access Internet From My Blackberry App

Hi all, This is my first attemp to code a blackberry app so please bear with me. I am developing an app to make it easy to access certain information from certain websites using screenscrapping. Now I am done with the ui part of the application onto the internet access part. My question is how do i access internet from my app ? I see...

meta refresh for redirection not working in BlackBerry

Hi.. I asked this question here but don't get reply so far. I hope posting it too here is ok. For page redirection, in a mobile site development, I am using <meta http-equiv="refresh" content="0;URL=/pagetwo.jsp"/> because it is required to work when Javascript is off. However, I find it working only in BlackBerry (BB) simulator, n...

Using Google Spreadsheet API on Blackberry

I am trying to build a Google spreadsheet synchronization feature on a blackberry application that I am building. Not being a pro I was hunting for some sample code to get a grasp of the flow but I could not. When I am using the API from Google to access spreadsheets, it suggests to use the SpreadsheetService class. try{ Spreadsheet...

Blackberry pixel-specific animated focus scrolling

Suppose I have a VFM full of both focusable and non-focusable fields. Since most of them are spread out far apart, the movement from one focused field to another is jerky at best, even with NullFields in between. In other words, it just sets the current y position to the next focused field without smoothly scrolling the screen. What I ...

jpeg image taking long time to load in blackberry

I have developed an application in blackberry in which I provided a functionality to load image..but when image is set it does not appear on the screen till the light of the phone is on and later once light goes off and light is made on image appears. I want to know why image takes long time to load or there could be a problem with imag...

problems calling webservices through the https connection

i have done an application in BlackBerry which takes username & password with url link which is a link of server here i am calling some webservices but it is doing the connection in https so when i take the username password & url link & hit the login button it basically calls a webservice but then the application connecting to the webse...

Unsupported Media Type when deploying OTA Blackberry App

I have a blackberry app that I am trying to deploy OTA (over the air). I have set the MIME type on my server to be: cod application/vnd.rim.cod jad text/vnd.sun.j2me.app-descriptor jar application/java-archive When I access the JAD file on my web-server through the BlackBerry Browser, I get the message Unsupported Media T...

App doesn't appear in Applications or Downloads folder after OTA Download

I have a Blackberry app on my web-server. When a user downloads via the BlackBerry Browser the JAD file is installed automatically, but does not appear in the Downloads folder or in the installed Applications folder. Did I do something wrong with my deployment? ...

j2me/BlackBerry - How to send Email with Attachment from Application?

hey i am building an application in which user can send an email to a person. The user enters the email id of the person to whom email is to be sent in a Edit field and then presses a send button the email must be delivered with an attachment. how can i do it?????? i m really confused after googling. can someone tell me the exact way ...

HTTPS certificates on a Blackberry.

Hi, I'm connecting to an ASP.NET web service from a personal blackberry device (No IT policy). The connection is over HTTPS, so the user needs to explicitly trust this certificate and add it to their keystore to proceed. Since the app is targeted towards a (mostly) non technical user base, I don't think this is a good idea. Is it possi...

Blackberry Java Development - Increment version number

Hi everyone, I'm using Eclise to develop a Blackberry Java application.Is possible to automatically increment version number on every build like its done in Visual Studio? Thanks in advance. ...

How can I lock the keypad in Blackberry application using "lockSystem" method in J2ME ??

How can I lock the keypad in Blackberry application using "lockSystem" method in J2ME ?? And also the brightness of the blackberry should reduce to Zero ?? ...

BlackBerry - TouchEvent on multiple managers

Hi all i am new to blackberry application development here is my question i am using two verticalfieldmanager "layout" and "manager" in my application. layout has three custom button field and layout is inside manager. i am not able to implement touch event , here is my code: public class MenuScreen extends MainScreen { public M...

BlackBerry - How to send Email with embedded Image from Application?

What is the possible way of sending Email with an embedded Image from Application? ...

HTTPConnection for blackberries experiencing intermittent connection.

I'm connecting to an ASP.NET webservice using the HTTPConnection class in Blackberry, but when the blackberry is experiencing low signal strength, the connection just keeps waiting for a response from the server. I've tried timeouts, but with intermittent connections, they're not really helping. Has anyone experienced a similar problem ...

How do you traverse and store XML in Blackberry Java app?

I'm having a problem accessing the contents of an XML document. My goal is this: Take an XML source and parse it into a fair equivalent of an associative array, then store it as a persistable object. the xml is pretty simple: <root> <element> <category_id>1</category_id> <name>Cars</name> </element> <element> <category_id>2...

How can I display scroll text like marque in Blackberry using J2ME ??

How can I display scroll like marque text in Blackberry using J2ME ?? Thats move from left to right or vertically ?? Any help will be very very appreciated ... Hope u will help me Baby.. Thanks in Advance, Asem IM. ...

Handling TouchEvent

Hi all In my program i am having two vertical field manager let say V1 and V2 and three Button Field B1,B2,B3 all the button field is under V1 and V1 is under V2. I am not abel to handel the touch event. Hiearchy is like this :- V1 (top most Level) V2 (V2 is under V1) B1,B2,B3 (all are Under V2) can any one please sort out this ...

Blackberry JDE JSON parsing?

Every tutorial I can find for parsing JSON with J2ME or Blackberry JDE points to this library: http://www.json.org/java/org.json.me.zip However, this is a dead link. And the googling, it does nothing. Can someone point me in the right direction? ...

CustomButtonField is not getting selected

hi all I am not able select the custombuttonfield Here is my code:- public MenuScreen() { super(Screen.DEFAULT_CLOSE); verticalOffset=Display.getWidth(); menuBackgroundImage=Bitmap.getBitmapResource("com/greetings/Images/MenuBackground.jpg"); categories=new CustomSmallButton(Bitmap.getBitmapResource("c...