05-10-2012 04:44 PM
Hi there,
I'm trying to register my WebWorks for BB10 to request debug token so I can try an app on a device (Playbook). I followed the exact steps that are in this documentation: https://bdsc.webapps.blackberry.com/html5/document
When I run the command:
blackberry-signer -register -csjpin <csj pin> -storepass <KeystorePassword> <client-RDK-xxxxxx.csj file> <client-PBDT-xxxxx.csj file>
All I get is this:
Info: CSK file created
Error: null
It's doing all the work and fails in the last step which is supposed to create the author.p12 file. The "Error: null" really doesn't tell me much about what the problem is. The people working on this realy have to display more appropriate error messages.
So my question is: Is there a log or anything that I can work on for this error? Does anyone have an idea what's failing because I did this several times and everytime I make sure I do the steps correctly so I don't know what's going wrong here.
I really would appreciate help with this,
Thank you
I'm running everything in Windows 7 and I have the BB10 SDK installed.
Solved! Go to Solution.
05-16-2012 01:31 PM
Hi there,
Could you share the exact command you are executing for blackberry-signer? In this case, let's pretend your PIN is MYPIN and KeystorePassword is MYKEY.
Also, could you please confirm whether any of the files (sigtool.db, sigtool.csk, and author.p12) exist in this folder:
%HOMEPATH%\AppData\Local\Research In Motion
Alternatively, it may be worthwhile attempting this registration / P12 generation through the Graphical Aid:
http://opensignalmaps.com/reports/fragmentation.ph05-23-2012 09:42 AM