| Reply | « Previous Thread | Next Thread » |
|
Hi All,
I am new to python S60. I am trying to create a stand alone app(sis) for N72 which contains python script as well as a python interpreter. But i get an error message saying, "Certificate invalid or expired..Check phone date settings.." when i try to install on the phone. I referred to previous posts regarding this. It was said to check developer's & device date and time. but it didnt work for me. ![]() I followed the procedure given below... pls refer to the " How to make a *.SIS file that includes the python interpreter, so you can distribute your app to people who do not have the python interpreter installed previously on their Nokia Series 60 device: " section http://www.mobilenin.com/pys60/info_...pplication.htm I am using this code: import inbox, appuifw box = inbox.Inbox() for sms_id in box.sms_messages()[:1]: msg = box.content(sms_id) appuifw.note(msg) it didnt work. However it gets installed if i change my mobile's date to 2006. but i do not want to change the mobile date. Also changed the system's date to 2005,2006,2007,2008,2009,2010..not working still... Any help would be appreciated... Thank you |
| Vik The Red |
| View Public Profile |
| Find all posts by Vik The Red |
|
Hi Vik welcome to the Forum
!,The only conventional way to get this problem solved is to sign the application file (SIS) by a valid developer certificate. You could do it using ensymble. OR If you do not have a Dev cert, you could use the open signed (Online) at symbiansigned.com Best Regards Croozeus PS: Next time you want to post any code please do use the CODE (#) tab for it as it maintains the indentations in the CODE. |
|
hey..
Thanks for the reply...i tried using ensymble....i get this error message.."invalid SISfield type'93440'.....and when i try to install it on my mobile...it says .."File corrupted" ![]() Pls help |
| Vik The Red |
| View Public Profile |
| Find all posts by Vik The Red |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Online
Forum Nokia Champion
|
|
It would help if you posted the commands you used to generate or sign the sis file when you got the error.
Last edited by bogdan.galiceanu : 2008-03-25 at 14:52.
|
|
Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
|
Quote:
first of all make it clear that your n72 is a s60 2nd FP3 device and plz try to make sis using py2sis. dont use ensymble as it is only for 3rd edition phones. plz feedback. @croozeus ensymble is used to make sis files only for 3rd edition devices. ![]() ![]() ![]() Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
Quote:
SIS files can be signed with ensymble for Sure. Kandyfloss V 7.0642.0 18-10-06 RH-51 Nokia 7610 |
| kandyfloss |
| View Public Profile |
| Find all posts by kandyfloss |
|
Hey thanks for all your replies.....
my mistake..i used the wrong python SIS file ![]() It works fine now... Thanks a lot ![]() |
| Vik The Red |
| View Public Profile |
| Find all posts by Vik The Red |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Trusted Application | damien_a | Mobile Java General | 7 | 2008-02-25 17:45 |
| Lifeblog for 6630 - Expired certificate | ostmo | Developer Resources Feedback (Documentation, Examples, Training) | 4 | 2007-07-02 16:24 |
| expired certificate error | andycris3107 | Symbian Tools & SDKs | 2 | 2006-11-22 08:49 |
| expired certificate on carbide.vs sample developer certificate | ya_la | Installation, Certification and Security | 1 | 2006-11-06 06:53 |
| Self-signed CA certificate | blackbuddha | Mobile Java Networking & Messaging & Security | 6 | 2006-07-25 12:03 |