07-13-2012 09:03 AM
Hi
I need to restrict the access of my Persistent store from other application. I am using a code similat to the example given below.
I have downloaded the tool.
created the key value pair and copied the key into the workspace.
I packaged the project and signed it using the normal signing keys then I selected the code using the BB Signing authority tool and signed it .
When I launch the application its giving 2 types of errors
1) Error starting ApplicationName: Module 'Application name' has verification errors.
2) JVM 104 error : Error starting ApplicationName: Module 'ApplicationName-mod-52' not found.
Please help me if you have faced similar issue. Do I need t odo anything additional to use the Signing authority tool and is there any restriction on the number of cod files while using this signing tool
Solved! Go to Solution.
07-13-2012 09:46 AM
07-13-2012 12:53 PM
For the first error, see this: Preventing verification errors
The second error is caused by missing COD files. Not all of the COD files that make up your application were installed. How did you install the application?
07-13-2012 01:44 PM
07-13-2012 03:50 PM
I'm not aware of any size limitation. Note that you can also issue yourself a CSI file and sign all keys at once using the SignatureTool included in the BlackBerry Java Plug-in for Eclipse.
How is the application loaded? Do you see files getting erased from your hard drive after signing?
07-13-2012 08:48 PM
07-13-2012 11:36 PM
07-14-2012 02:04 AM
07-14-2012 10:48 AM
Dear CMY,
The steps mentioned above are correct right
I have downloaded the tool.
created the key value pair and copied the key into the workspace.
I packaged the project and signed it using the normal signing keys then I selected the code using the BB Signing authority tool and signed it .
What I am seeing is initially there is 220 cod to be signed but after signing with ther authority tool It showing 150 rest have disappeared. I need to copy the .key file in the workspace right ???
07-14-2012 01:47 PM