Saturday, March 29, 2008

How to sign a file? IN MOBILE

. Saturday, March 29, 2008

* 2. Go to My Symbian Signed >>> developer's certificates and download DevCertRequest Tools (direct link hxxp://www.symbiansigned.com/DevCertRequest_30_10_2006_v2.0.exe )

* 3. Install this application in your PC and Download the private key file (sultan.key in attachment)
* 4. It's the time to create the certification request: open the DevCertRequest application you just installed and fill in the fields like this
* 5. Use the key you just downloaded (sultan.key).
Private keyfile password: 0123456
* 6. Go ahead to next steps and follow examples shown below.
* 7. Insert your IMEI number and add all application capabilities.
* 8. 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 4th Step.
* 9. Go back to Symbian Signed website and go to My Symbian Signed >>> Developer Certificates >>> Request (direct link hxxps://www.symbiansigned.com/app/barclayhtml/devcert/request.jsp ) and upload the Certificate Request file you just created.
* 10. Go to My Symbian Signed >>> Developer Certificates >>> My DevCert (direct link hxxps://www.symbiansigned.com/app/page/devcert/certListdownload ) and download your certificate.
* 11. Create a folder and place in Unsigned_app.sis and the certificate you just downloaded from Symbian Signed site, Private Keyfile (sultan.key) and signsis.exe and run.bat (All are available in archive. Unsigned_app.sis is the file you want to be selfsigned)
* 12. Open run.bat with notepad
Code:

   signsis Unsigned_app.sis
Signed_app.sis
xxxxxxx.cer sultan.key 0123456

(xxxxxxx.cer is the certificate you created and downloaded from Symbian Web site change it with yours)

* Save run.bat (don't use Save-As, just use Save)


* 13. Double click on run.bat This will create a new file called Signed_app.sis (or Whatever you want, just rename the file), install it in your mobile

0 comments: