12-02-2012 06:59 AM
Hi All,
If you are using Windows 8 and getting weird errors concerning code-signing then please read this...
It took me two long, long days to get to the bottom of this...
Basically if you use the code signing UI or command-line to register your signing keys it fails with really weird errors.
The clue of course (looking back) was when the UI states it cannot find the .csk file after it seems to successfully register with RIM.
Anyway cutting a long story short (because I really need to get back to coding my BB10 killer application ;-) of course) the culprit is the tool "blackberry-signer" which is supposed to store the .csk file in the following directory;
C:\Users\YourUser\Local Settings\Application Data\Research In Motion
as this is where everything else is stored and indeed where it is stored on Windows editions prior to Windows 8.
However it turns out that in Windows 8 it actually stores the .csk file in this directory;
C:\Users\YourUser\AppData\Local\Research In Motion
I didn't have time to work out which files should be in which folder; I just make sure that all the code-signing files are in both locations and now it works.
I can now issue debug tokens and my world is now a happy place...
Hope this saves someone bacon!
Adrian
12-06-2012 04:33 PM
Thanks for reporting this. I've logged it in Issue Tracker and reported it to our internal development team.
barsigner files are created in wrong folder in Windows 8
12-31-2012 11:08 AM
Thx for sharing, I got the same issue.
01-04-2013 01:46 PM - edited 01-04-2013 01:59 PM
01-29-2013 03:51 AM
Thank for this - Was just on the verge of restoring to windows 7 when I found it.