| Reply | « Previous Thread | Next Thread » |
|
Hello,
I tried to write a python script for my symbian 9.1 3rd phone (e61i) all worked in python shell, but after I made the sis file and installed it - it wasn't working python script (part of http://wiki.forum.nokia.com/index.ph...o_use_calendar): Code:
import time, calendar now = time.time() cal = calendar.open() a = cal.add_appointment() a.content = 'urgent meeting' a.set_time(now, now) a.commit() my command(linux-kubuntu):./ensymble.py py2sis --appname=TestApp --version=2.0.0 abccalendar.py what's wrong? ![]() btw sorry for my english ![]()
Last edited by mozillaman : 2008-11-02 at 16:06.
|
| mozillaman |
| View Public Profile |
| Find all posts by mozillaman |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Online
Forum Nokia Champion
|
|
Hi,
The sis file has to be Symbain signed in order to do that. Go to https://www.symbiansigned.com/app/pa...ignedOnline.do and notice the list of capabilities there. When creating the sis file with Ensymble you have to specify them (--caps=WriteUserData+NetworkServices+...). You probably only need ReadUserData, WriteUserData, ReadDeviceData and WriteDeviceData but having them all can't hurt. After making the sis enter the information on that site, select all the capabilities and submit the sis for signing. You will receive an email asking you to confirm the request and then one with the link to download the signed file. Install the signed app and it should work. |
|
Join Date: Feb 2008
Posts: 743
Location: Belo Horizonte, Brazil
Rafael T.
Offline
Forum Nokia Champion
|
|
Hi mozzilaman,
Yes, you need to sign your application when using some capabilities. Bogdan has already answered you very well. But, for completeness, you can refer to this link for learning more about capabilities. BR, Rafael. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| CAknMessageQueryDialog not working on the Target E61 | symbians60 | Symbian User Interface | 4 | 2008-04-23 21:15 |
| No rule to male target | arayappan_it | Carbide.c++ IDE and plug-ins | 4 | 2008-02-28 11:49 |
| Working on GSM, Not working on CDMA | aminuddin09 | Mobile Java Networking & Messaging & Security | 0 | 2007-03-21 08:07 |
| Program suddenly not working - doesn't recognise hardware | luciadoll | Bluetooth Technology | 0 | 2006-12-10 02:54 |