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

Web and WebWorks Development

Reply
Contributor
monuta
Posts: 11
Registered: ‎01-07-2013
My Carrier: Lucena

Need serieusly help with deploying app to playbook

[ Edited ]

i am building an game in html5 now i am trying to get the app signed and stuff for 3 days and getting a little crazy about it.... Then i get it to run on the playbook and the second time i try it again is is broken even when i start the process al over again and a again with new csj keys etc...

 

So my question can some one help me with it? add me on skype my askpe id is monuta2 

Removed personal information to comply withCommunity GuidelinesandTerms and Conditions of Use.

 

I hope someone can help me out!

 

 

Please use plain text.
Contributor
monuta
Posts: 11
Registered: ‎01-07-2013
My Carrier: Lucena

Re: Need serieusly help with deploying app to playbook

This is what i did:

 

blackberry-keytool -genkeypair -keystore sigtool.p12 -storepass **** -dname "cn=Lucena ltd" -alias author

blackberry-signer -cskdelete

blackberry-signer -csksetup -cskpass testing


blackberry-signer -register -csjpin **** -cskpass testing C:\keys\client-RDK-****.csj C:\keys\client-PBDT-****.csj


Then i moved the sigtool.p12 file from:

C:\Program Files\Research In Motion\BlackBerry WebWorks SDK for TabletOS 2.2.0.5\bbwp\blackberry-tablet-sdk\bin

to:

C:\Program Files\Research In Motion\BlackBerry WebWorks SDK for TabletOS 2.2.0.5\bbwp\bin

 

bbwp "C:\app\pak\HelloWorld.zip" -gcsk testing -gp12 **** -buildId 10 -o "C:\app\beta"


blackberry-deploy -installDebugToken c:\app\beta\HelloWorld.bar -device **** -password ****

 

But this all dont work? any help?

Please use plain text.
Administrator
MSohm
Posts: 12,957
Registered: ‎07-09-2008
My Carrier: Bell

Re: Need serieusly help with deploying app to playbook

What error are you getting?

Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.
Trusted Contributor
246droids
Posts: 107
Registered: ‎02-26-2012
My Carrier: none

Re: Need serieusly help with deploying app to playbook

Deploying using the command line is the most viable way to do it.

Please use plain text.