| Author |
Problem with testing my j2me application on blackberry
|
sampath premarathna
Greenhorn
Joined: Oct 05, 2010
Posts: 13
|
|
Hi everyone,
I want to test my blackberry application on the device.Is there any way of doing it without signing the application on RIM. Is it impossible???
can anyone show me the way.
thank.
sampath premarathna
|
 |
Carol Hamer
author
Greenhorn
Joined: Sep 17, 2010
Posts: 26
|
|
If you use any methods from the restricted API, you can't test the app on the device without signing it. In order to test it without signing it, you must remove all calls to restricted functionality. (The restricted functions are marked with a lock symbol in the JavaDoc).
Sometimes there are alternate functions you can use to replace a restricted function, but in most cases you'll probably have to sign the application. It really isn't that complicated to get the signing credentials, and you'll need them if you intend to sell your app.
|
Learn BlackBerry Games Development
|
 |
sampath premarathna
Greenhorn
Joined: Oct 05, 2010
Posts: 13
|
|
|
Ok.Thank you Carol Hamer for the reply.
|
 |
nishan satharasinghe
Greenhorn
Joined: Aug 27, 2008
Posts: 14
|
|
Hi sampath,
make sure you have not mix j2me and RIM API.
If it is app is not accept by platform.
Cheers
|
 |
ali Dada
Greenhorn
Joined: Oct 03, 2011
Posts: 4
|
|
Without signIn key it is not possible to load the application in your device.
|
 |
 |
|
|
subject: Problem with testing my j2me application on blackberry
|
|
|