Step-to-step tutorial : HOW TO SIGN AN APPLICATION FOR UIQ 3
1) Go to
Code:
https://www.symbiansigned.com
and register a new account
2) Go to
My Symbian Signed >>>
Developer Certificates and download
DevCertRequest tool
Direct link:
Code:
https://www.symbiansigned.com/DevCertRequest_30_10_2006_v2.0.exe
3) Install the application in your PC and download the private keyfile (
sultan.key -and other needed files - in attachment)
4) It's time to create the certification request: open the
DevCertRequest application you just installed and fill in the fields like this:
Use the key you just downloaded (
sultan.key)
Private keyfile password:
0123456
5) Go ahead to next steps and follow examples shown below:
6) Insert your IMEI number and add
ALL application capabilities:
7) Click on finish and your Certificate Request will be created.
You can find this file in the folder
C:\Program Files\Symbian OS Tools\Developer Certificate Request\xxxxxxx.csr
xxxxxxx = the name you have used in step 4
8 ) Go back to
Symbian Signed website and go to
My Symbian Signed >>>
Developer Certificates >>>
Request
direct link:
Code:
https://www.symbiansigned.com/app/barclayhtml/devcert/requestupload.jsp
...and upload the Certificate Request file you just created.
9) Go to My
Symbian Signed >>>
Developer Certificates >>>
My DevCert
direct link:
Code:
https://www.symbiansigned.com/app/page/devcert/certListdownload
...and download your certificate!
10) Create a folder and place in application (in this example
FExplorer.sis), the certificate you downloaded from Symbian Signed website, Private Keyfile (
sultan.key) and
signsis.exe and
auto_signsis.bat (you can find it in the archive attached)
11) Open
auto_signsis.bat with notepad - replace the text with this
signsis FExplorer.sis FExplorer_signed.sis xxxxxx.cer sultan.key 0123456
(xxxxxx.cer is the certificate you created, and downloaded from Symbian Signed web site change it with yours - AGAIN REMEMBER - FExplorer.sis is just the example)
- save auto_signsis.bat (
do not use Save-As just Save)
12) double click on auto_signsis.bat
This will create a new file called FExplorer_signed.sis (or whatever you want, just change the filename), install it and enjoy the signed application.
It won't work with mac.
That was just an example. The csr-file can be found where ever you choose in step 4.