Reputation: 1787
I am new for blackberry smartphone application developing,So now i have been running my application in blackberry simulator only using command prompt.After that i have registered in code sign formolities,and i got three files like RRT,RBB,RCR.Now register these three files also, but i dont know what will i do next for that code signing process.with this process i have take the .jad and .cod file in to my blackberry device, it is downloading but throw error like,[Error starting Application name:Module 'Application name' attempts to access a secure API.].please any body help me how to code sign process with clearly? thanks in advance...
Upvotes: 1
Views: 814
Reputation: 3674
Run following command:
java -jar "C:/Program Files/Research In Motion/BlackBerry JDE 6.0.0/bin/SignatureTool.jar" -a -c -p key AppName.cod
Replace the JDE bin directory with appropriate one.
Check following links:
Upvotes: 1