blackberry

I am use titanium for blackberry application development and i run my application at that time some error are coming?

Hello i am use titanium for blackberry application development. there some time application run and some time they define some error msg but actually in my application there are no error so i what to do???? ...

JVM exception in simple program

Hi, I am writing a small demo program to display a message box in to run in blackberry. As soon as I click the OK button on the dialog, it throws me a JVM Error 104, uncaught:runtimeexception. Any help please? Here is the code : import net.rim.device.api.ui.FieldChangeListener; import net.rim.device.api.ui.UiApplication; import net.rim....

BlackBerry: How to use PersistableRIMKeyStore?

Hi! I need to securely store private user data so it can persist across my app starts as well as device resets. This will be a String I guess about 1000 chars at maximum. I was told I can use RIM KeyStore API for this. Well, I spent hours googling out any gide on RIM KeyStore API usage. JDE samples do not contain anything useful on t...

Blackberry Gridfieldmanager - Scrollable content

I am using a GridFieldManager with 5 rows and 2 columns. And each cell is made of verticalfieldmanagers and each verticalfieldmanager comprises a few label fields. Everything works fine as far as the UI is concerned. Now I want the ability to select any particular cell and use the context menu to do some action on it. How do i go about ...

Does the client application port need to be specified in a BlackBerry PAP push request?

This doc doesn't mention anything about indicating the port number anywhere in the PAP message. I'm assuming it looks it up by "source-reference" (aka Application Id). But the document also doesn't mention anything about the source-reference needing to be the app id, so I don't really trust what the doc does or doesn't specify. So my que...

Blackberry Twitter client

I just want to tweet on my own wall from my Blackberry application. xAuth would be the best way to have seamless UI integartion. But unfortunately, I'm not able to get it work.. I tried twitter_api_me-1.3 which has xAuth implementation but it gives me 401 error while validating with parameters specified at http://dev.twitter.com/pages/x...

how to use global Event listener?

hi, i want to communicate between two applications, whenever blackberry messenger is open then at that time my application can notified that,this blackberry messenger is started. how could i do with the use of global event listener.. thanks a lot. ...

Which verisign SSL Certificate should I go with?

I'm looking an option to buy a verisign ssl certificate for my company. previously we were using godaddy but godaddy ssl is not installed on blackberry. we can install manually or programmatically but its a extra over head for users. you can see here what problem we are facing with goddady So now we are moving to verisign ssl certifica...

Arabic Support in Blackberry

Please tell me how to add Arabic Support in Blackberry OS 4.3 and 4.5, while i am getting Arabic text from DB in UTF-8 format and when i want to show on OS 4.3(8130) or OS 4.5(8830) Simulator it displays "Small Filled Squares" and on OS 5.0(9700) Simulator that supports Arabic, the Arabic Text displays. So kindly give me solution of it, ...

RTSP audio stream works fine on BlackBerry 9000 but there is no sound on BlackBerry 8320

i have this code in java, and i can hear the rtsp audio stream in blackberry 9000, but while i can see in server logs that rtsp stream is being transmitted and i can notice phone getting content i hear no sound on BlackBerry 8320. javax.microedition.media.Player ppp = javax.microedition.media.Manager.createPlayer("rtsp://rtspink;devices...

Create a mobile app that listens to incoming phone call events

As the title suggests, I would like to create a mobile app that runs in the background and catches "incoming call" events. Moreover I would like to use a Cross-Platform Development Tool to do this. I looked at three tools: PhoneGap, Rhomobile and Appcelerator. But I couldn't find any documentation or examples that suggest they support s...

how to customize ObjectListField?

Is it possible to customize Objectfieldlist according to following design? ---------------------------- ROW#1 ROW NAME row details --------------------------- ROW#2 ROW NAME row details --------------------------- ROW#3 ROW NAME row details -----------------------...

Debugging blackberry library

I have a workspace with the following 3 projects: Library Tests GUI The tests only hit the library. This is a BB project with the type set to "library" All my tests seem to be working and hitting the code. If I debug the tests using JUnit, I can step in to a function in my library, view my variables and all the normal debugging goodn...

How does Blackberry "blackjacking" work from a developers perspective?

Blackjacking is a technique used to connect internally to a corporate network using a typical BES device. It was announced at DefCon a few years back and is hardly new. How does this work, and what are the ways to reduce risk from this exploit? ...

What's the quickest mobile platform to create a Bluetooth application on?

Most of the time I write code for embedded modules or small programs on my computer to analyze data that said code generates. Now I've been asked to prototype a mobile application to analyze/display that data instead. I have no (6-year old CS101) experience with either of the popular languages (Obj-C/Java?), let alone with any of the A...

What is the most efficient way to deliver the same functionality on Windows Mobile, Android & Blackberry?

What is the most efficient way to deliver the same set of functions on different mobile platforms (Windows, Blackberry & Android, possibly iPhone)? What are your real life experience of the conversion of a common design to the minimum possible sets of source code? What are the good/bad tools? ...

Blackberry:How to launch third party app from native apps custom menu item passing with relevant data?

Hello, I am trying to create my own a menu item in built-in Contacts application. And when clicking on that menu item will have to launch my application with the contact details which has chosen. I could able to add my own menu item into native Contacts app menu. It is showing it on BB 4.7 Simulator. amir.addMenuItem(ApplicationMenuIt...

Handle event when an email is forwarded

my application needs to intercept a message when it is being forwarded/replied (not send for the first time). I have tried using the SendListener but the sendMessage method inside it only gets called when i am sending a new email. can anyone suggest me how can i intercept an email when it is being forwarded or being replied. ...

Best way to organize a BlackBerry project in Eclipse (for non-touch and touch versions of the project)?

Hi guys, I have a small Java ME project (a game) that I'd like to port to BlackBerry, where I don't have any experience yet. I have identified 2 categories of devices that I would like to support, based on whether or not they support touch: 1. 320x240 and 480x360 (non-touch) 2. 360x480 (touch) For the non-touch devices, the changes wou...

How to get a response from a local server

I am working on blackberry eclipse. I need to get an session ID after sending an HTTP request and I have to parse that data through JSON. Can anyone tell what is wrong with this code? private void l()throws IOException { // TODO Auto-generated method stub //Dialog.alert("click continue"); HttpConnection hconn = null; ...