03-15-2011 01:33 PM
@Cesar
I belive you will need to reapply to rim for a new signing key specifically for the playbook. I think they are different to the smartphone keys.
03-15-2011 01:41 PM
@ProfHawking You are right.
In the url https://www.blackberry.com/SignedKeys/ we can choose Tablet or Smartphone.
(I must see before post ...
)
Thanks!!
03-17-2011 09:19 AM
03-17-2011 09:25 AM
Just a note to everyone... on 0.9.4 there is a slight change in the syntax. The signing tools do not accept the backslash in step 3. Instead you should use a dash
NOT WORKING: bbwp "c:\workingdir\HelloWorld.zip" /gcsk #CSKPASSWORD# /gp12 #P12PASSWORD# /buildId #BUILDNO# /o "c:\workingdir"
WORKING: bbwp "c:\workingdir\HelloWorld.zip" -gcsk #CSKPASSWORD# -gp12 #P12PASSWORD# -buildId #BUILDNO# -o "c:\workingdir"
03-18-2011 06:34 PM
Yes, we changed all the bbwp command line options from a '/' to a '-'. The team felt that was a more generic and a better solution for command line options regardless of which development platform you're using (ie Windows or MacOS).
Sincerely,
Adam
03-18-2011 08:03 PM
@Adam: yes that makes sense.
03-20-2011 01:32 PM
Kudos to ProfHawking for providing step-by-step instructions. Here are some add'l notes and observations.
/second
04-07-2011 06:08 PM
You also need to ensure that you have named the p12 file "sigtool.p12" or you will getan error message about "failed to find signing keys"
08-31-2011 04:30 PM
Here's a script that implements this post: http://supportforums.blackberry.com/t5/Web-and-Web