Domanda

How do I sign blackberry files in the OTAInstaller folder? I am using phone gap and I have a

\build\OTAInstall folder that contains 1 jar file and a whole lot of .cod files.

How do I sign those cod files?

I followed this tutorial on how to setup signing but I don't know how actually run it to sign.

È stato utile?

Soluzione

After following the steps within that tutorial go to...

https://build.phonegap.com/people/edit#pane=signing

Then add BlackBerry Signing key to Phonegap


CSK file and DB file can be found at

C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks SDK 2.3.1.5\bin

sigtool.csk

sigtool.db

Set BlackBerry Signing Keys as default, run build again.


This is what my signing page looks like after setting a key as default.

enter image description here

Altri suggerimenti

Go in your command line to the /bin dir of the webworks sdk, for example C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks SDK 2.3.1.5\bin

then run the signature tool: java -jar SignatureTool.jar

open any of your .cod files and use 'request signature', it will sign both your standard and otainstall files

make sure to run the tool with java 6, not java 7, it crashes on the later

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top