06-23-2012 03:40 PM
I'm trying to restore a backed up key to sign a tablet. I have a sigtool.csk and .db but I need to generate a new .p12 file.
It says here "Note that a new p12 file can be created without requesting a new set of Tablet OS code signing keys from RIM.".
Solved! Go to Solution.
06-23-2012 05:40 PM
A .p12 file can be generated with the following command from "\bbwp\blackberry-tablet-sdk\bin"
blackberry-keytool -genkeypair -keystore sigtool.p12 -storepass <p12 password> -dname "cn=<company name>" -alias author
06-23-2012 09:08 PM
Please look at the image...help me...

06-23-2012 09:36 PM
06-24-2012 05:40 AM
06-24-2012 07:45 AM
06-24-2012 08:41 AM
06-24-2012 12:19 PM - edited 06-24-2012 01:21 PM
Step 1
blackberry-signer -csksetup -cskpass 0123456
Step-2
blackberry-signer -register -csjpin 0123456 -cskpass 0123456 client-RDK-xxxxxxxxxx.csj
Success
Step-3
blackberry-keytool -genkeypair -keystore RDK.p12 -storepass 0123456 -dname "cn= geche" -alias author

Finally I tried BlackBerry Tablet OS Graphical Aid but but still the same error...
06-24-2012 05:18 PM
When I run the command the .p12 is created in the 'blackberry-tablet-sdk-2.0.0\bin' in your screenshot you are looking in 'Local/Research In Motion'. Can you check to see if the .p12 file is in the bin?
06-25-2012 12:52 PM
Philipk wrote:When I run the command the .p12 is created in the 'blackberry-tablet-sdk-2.0.0\bin' in your screenshot you are looking in 'Local/Research In Motion'. Can you check to see if the .p12 file is in the bin?
sorry but p12 file does not exist in the bin folder or other folder ...