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????
...
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....
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...
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 ...
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...
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...
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.
...
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...
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, ...
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...
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...
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
-----------------------...
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...
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?
...
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 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?
...
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...
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.
...
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...
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;
...