01-07-2013
04:24 AM
- last edited on
01-07-2013
04:34 AM
by
BelmaHFL
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!
01-07-2013 05:15 AM
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?
01-10-2013 02:30 PM
What error are you getting?
01-11-2013 10:09 AM
Deploying using the command line is the most viable way to do it.