blackberry

XMLPULLPARSEREXCEPTION...in KSOAP2

iam using KSOAP2 for web services. my client is BlackBerry Phone and Server is KeyRingLabs.com. i am using php page for connection...i have taken this code form a Forum.and modified it according to my requirements...but I am having XMLPULLPARSER EXCEPTION...can any body help??? here is my code.... import net.rim.device.api.ui.*; import...

Network Differences

I am busy working on a java app to run on blackberries but on some devices i am testing on, the code does not seem to be working and im having a hard time pinpointing where the problem lies. My question is: Could the problem with some phones working and not working have to do with the type of network they are running on such GSM vs CDMA...

Which way of declaring a variable is fastest?

For a variable used in a function that is called very often and for implementation in J2ME on a blackberry (if that changed something, can you explain)? class X { int i; public void someFunc(int j) { i = 0; while( i < j ){ [...] i++; } } } or class X { static int i; ...

smart phone UI limitations

I would like to know, what limitations there are for how far one can go in terms of replacing UI components of current touch screen smart phones, in particular iPhone, Blackberry and android based phones. What I would like to do is create a custom UI for dialing out and incoming calls. I have some experience with Blackberry developmen...

Blackberry CLDC application using netbeans?

I want to develop Blackberry CLDC application using netbeans , but BB development plugin for Netbeans only supports the J2me development. any ideas how to resolve this? ...

Unable to connect to selected Mobile Data Service on Blackberry Simulator.

Hi there! I've installed MDS simulator it runs ans stays in console window, i've downloaded blackberry sim for 9530, all settings are default. When i click browser and then click home page i got following error message: Unable to connect to the selected Mobile Data Service, please try again. I'm connected to internet, however, i'm be...

CallLogs in Blackberry

Hi, i am working on CallLogs Sync Application in Blackberry and partially i have done it, one point that i didn't understand is how to add information to CallLogs. I have retrieved information from CallLogs and Store on Server but now i retrieved information from Server but how to add info to CallLogs didn't come in my mind as i retrieve...

Blackberry : How to change image periodically in my screen ?

Hi, All I want to change the image in my application screen periodically. how can i implement it ? is there any timer control(like in iPhone) for BlackBerry ? waiting for your suggessions... thanks in advance... ...

Blackberry : how to play *.swf/*.flv file ?

Hi, All I want to play flash file in my BB application. is it possible ? if yes then pls help me out to implement this in my application waiting for your suggession... thanking you in advance... ...

Problems in Installation of Blackberry JDE Plugin for Eclipse

hi there im having issues in the installation of Blackberry JDE plugin. I have downloaded the plugin form blackberry site and installed it and the installtion ran smoothly and completed and when i open Eclipse that option for blackberry is not showing i dont know what the problem is excatly, tried many thing but heading no where. i want ...

browserfield finished loading in blackberry

Hi all! Please can anyone help me with my issue - what is the way to know that browserfield2 has finished loading in Blackberry. I need to set some options after loading. Does browserfield2 have some methods to show that? ...

Blackberry Application Integration

Hi, I am working on such App that will need to directly integrate with and extend the functionality of the native 4.x and 5.x BlackBerry contacts and calendar apps. Will need to add additional entries in the contacts app, and will need to add additional menu options for both the contacts and calendar apps. Will need to work with all cur...

BlackBerry push notifications: Is TomCat / MySQL really needed?

There doesn't seem to be a huge amount of information regarding BlackBerry's push technology. The only thing I wish to accomplish is to send notifications to blackberry devices as they become available. Do I really need TomCat and MySQL for this? My java program is not a servlet and for the web-side of things I use PHP and communicate to...

how to create a list field as same style as BlackBerry facebook ?

how to create a list field as same style as Black Berry facebook ? the RIM list field contains only text, i want to create list field that can contains other fields such as image, text area and href link . I managed to create it ,and it works fine but the the fields inside the list item never gain focus , any idea how do it ? public cl...

Naming Convention for Blackberry Development

I have gone through with some of the sample examples of blackberry. And in some classes I have found some variables are starting from _ like _address and some of them are ALLCAPS. So, i guess it's bit different then the basic Java naming conventions. So, can anybody let me know that is there any difference between Java and blackberry ...

ksoap2 not working

Hi I cant figure out why i cannot get the reponse from a call to a web service using ksoap2. The call sends an MSISDN value to a web service and should return a string. I can see on the web service that it does get called and the string is returned but am unable to see the returned string on the device. My code is as followed: ...

Object handles and array of arrays

In the blackberry documentation, they say that an array takes one object handle: int[] array; // 1 object handle How many handles does an array of arrays take? int[][] array = new int[4][2]; // how many handles? I can't figure out if it would be a single one since, after all, the array can be construed as a single piece of memory o...

Ideas for multiplatform encrypted java mobile storage system

Hi I have some questions (read Doubts part) regarding implementing encrypted storage (kind of encrypted filesystem) on Android, Blackberry and J2ME. I need your advice, you cryptography masters. I know this question is a bit long a maybe too verbose, but please try to read it till the end (I have so many related questions that I couldn'...

Which programming languages are possible on Blackberry?

I may start porting an android application to blackberry in the next weeks. I have my problems understanding the RIM documentation of blackberry development. But I think I understand that I can develop an off line web application. An Application that runs in some kind of WebView but is written completely in JavaScript. Sadly I can't fin...

show data from sql server in blackberry using .Net

Hi all, i want to ask about development in blackberry. I have background in .Net winform. If i want to develop an application to show data from Ms.SQL server 2008 database in blackberry. what should i learn and what should i do ? thank you for your advice. ...