08-28-2012 06:03 AM
Hi All,
I am developing my app. i want to know how to deploy my project in device?
plz suggest solution!
08-28-2012 07:16 AM
I recommend that you start at
https://developer.blackberry.com/
click on the Java link, and have a good look round the various sections. You will find loads of useful informaiton, including this page which I think will point you in te right direction regarding deploying your app:
08-28-2012 07:46 AM
Thanks peter thanks for your suggestion!
08-28-2012 08:01 AM
No problem, can you mark this as solved then?
08-28-2012 08:18 AM
Hi Shivam
There are two ways for this.
the simple one is attach ur device with ur system and go in the debug as option and in it click on debug as device it will automatically deploy in the device.
and the second one you can find on that link which peter provides you.
08-28-2012 08:23 AM
You need your application get signed before deploying it on the device.
you can get your signing keys here ...
After successfully installiing the keys you will sign your project,
In eclipse, select ur project & go to Blackberry ->Sign with signature tool
deliverables forder will be created in ur project's directory as result of signing.
you will have to extract the cods from .cod file and put the .cls , .jad & .code files in a directory.
put this directory in ur device sd card and install ur app from jad file.