Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
shivam284
Posts: 100
Registered: ‎01-23-2012
My Carrier: Blackberry

how to deploy project in device

Hi All,

I am developing my app. i want to know how to deploy my project in device?

 

plz suggest solution!

Thanks & Regards,
Kumar Shivam
Please use plain text.
Developer
peter_strange
Posts: 17,720
Registered: ‎07-14-2008

Re: how to deploy project in device

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:

 

https://developer.blackberry.com/java/download/testing

Please use plain text.
New Developer
shivam284
Posts: 100
Registered: ‎01-23-2012
My Carrier: Blackberry

Re: how to deploy project in device

Thanks peter thanks for your suggestion!

Thanks & Regards,
Kumar Shivam
Please use plain text.
Developer
peter_strange
Posts: 17,720
Registered: ‎07-14-2008

Re: how to deploy project in device

No problem, can you mark this as solved then? 

Please use plain text.
Developer
hemant_sain
Posts: 106
Registered: ‎12-09-2011
My Carrier: Aircel

Re: how to deploy project in device

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.

Please use plain text.
Developer
madiha
Posts: 103
Registered: ‎05-26-2011
My Carrier: Mobilink

Re: how to deploy project in device

You need your application get signed before deploying it on the device.

 

you can get your signing keys here ...

http://ekkescorner.wordpress.com/blog-series/blackberrydev/secure-development-of-blackberry-applicat...

 

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.

 

 

 

Please use plain text.