03-21-2012 09:34 AM
Thanks for the suggestion! I have added that step to the KB, it should be updated shortly ![]()
01-11-2013 04:03 PM
I'm having the same issue trying upload my BAR file to AppWorld vendor.
What if when I registered my CSJ keys, I provided a different password? My STOREPASS and CSK PASS are different.
I signed the BAR using this method:
./blackberry-signer -keystore <your P12 file> -storepass <your p12 file password> <BAR_file.bar> author
./blackberry-signer -verbose -cskpass <your CSK password> -keystore <your P12 file> -storepass <your P12 file password> <BAR_file.bar> RDK
In the terminal, it showed that it was signed both times.
Am I missing a step? By the way, I'm submitting the .BAR file in my build/device folder. This is a Phonegap App.
01-11-2013 04:05 PM
01-11-2013 04:17 PM
I saw that. Unfortunately, that test failed. However, in Terminal on a Mac I received. That's what's confusing me:
Info: Bar signed.
After signing with these two command lines:
./blackberry-signer -keystore <your P12 file> -storepass <your p12 file password> <BAR_file.bar> author
./blackberry-signer -verbose -cskpass <your CSK password> -keystore <your P12 file> -storepass <your P12 file password> <BAR_file.bar> RDK
Am i signing the correct .BAR file? i.e. in the build/device/BARFILENAME.bar folder
01-11-2013 04:20 PM
From the article I sent, what files are missing from the BAR file?
01-11-2013 04:26 PM
They are all there:
I re-signed the bar and this time when I ran the command it was succesful! I'm going to try to upload again:
./blackberry-signer -verify <BAR_File>.bar
01-11-2013 04:29 PM
Also, what is the .ZIP file that we are supposed to upload in the Vendor portal?
01-11-2013 04:30 PM
That's mainly for the previous BlackBerry devices, you can just upload the BAR file.
01-11-2013 04:41 PM
Awesome! It uploaded successfully this time!!
Thanks a lot!