cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy DAD apps to Blackberry Device

Former Member
0 Kudos

Hello Experts,

We want to deploy an application to Blackberry Device. We successfully implement and deploy an application to Simulator through Device Application Designer in SUP 2.0.

So please suggest me how can we deploy that application in blackberry device ?

Which files should be copy or install in BB device ?

Regards,

Tapan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Shrikant,

Thanks for Your reply,

Is those steps used for SAP Mobile Application also ? Because my application is connected to SAP Server so those .csi will be used for that ?

Your Regards,

Tapan

Former Member
0 Kudos

Follow the below steps:-

Need to sign your application,check

1. To register for code signing key , use the link http://us.blackberry.com/developers/javaappdev/codekeys.jsp

2. You will receive 3 different .csi file from blackberry through mail.Download them to your system

3. Go to eclipse ->select you project ->right click ->seelct Blackberry->Select "Sign with Signature Tools.." option->Install New Key Tools ->point to the 3 ' .csi ' files downloaded in step-2, one after the other

4. Once the above step is completed, a .cod file will be created

5. Upload the above .cod file on the device and now your application is ready to test on device.