| Reply | « Previous Thread | Next Thread » |
|
What is the difference between pys60 3rdEd selfsigner and 3rdEd unsigned?
Thank you |
|
You'll have to use a signed version on 3rd Ed phones, so you have two aternatives, using the selfsigned version, you do not have anything to do, just download and install.
Or unsigned if you have a certificate you will have to sign the unsigned version before installing it to the phone. You can try installing the unsigned it will give you a certificate error. Christophe Berger |
|
Thank you very much for the answer
![]() |
|
Hi buriddu,
I just want to complete bergerc answer. Symbian with the 3rd edition platform introduced the notion of capabilities. Those are used to limit the access of certain parts of the Symbian API. Python scripts are not directly concerned but C++ extensions are. A selfsigned version can use any kind of generated certificates and have the following capabilities:
An unsigned version has:
In any cases the installation packages has to be signed (talking about DLLs). A selfsigned package can use a certificate generated on your computer. For unsigned version you need to get your own developer certificate at symbian.com (free). Notice also that all the packages have then to be signed with the same developer certificate. An case example is when you need to use the location services with PyS60. You will only be able to do it with an unsigned version signed with your own developer certificate. LFD Devices: Nokia E61 3rd Edition - pys60 1.4.0 Tips and modules: http://www.lfdm.net/thesis |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Port base64 code to S60. | daveice | General Symbian C++ | 4 | 2007-08-10 17:07 |
| unsigned char array length | bharatuppal | General Symbian C++ | 1 | 2007-02-15 19:01 |
| C-code..unable to make sis | Symbian_Neil | General Symbian C++ | 9 | 2006-12-02 08:55 |
| TBuf8<20>只有前8个字节有值,请问用什么函数能返回8,size和length都返回的是20。 | alanlus | Symbian | 3 | 2006-08-21 10:01 |
| Unable to get IMEI on 7710 if sis is unsigned? | hoolee | General Symbian C++ | 2 | 2005-04-29 12:06 |