You Are Here:

Community: Developer Discussion Boards

#1 Old Red face problem in using py2sis tool for sdk 3.0 - 2008-01-30, 17:59

Join Date: Dec 2007
Posts: 42
smilesnigam
Offline
Registered User
hi,

I tried making a standalone application using py2sis tool provided in standard 1.4.1 sdk available on sourceforge. I ran the command

>> python py2sis.py snake.py snake.sis --uid=0x0fffffff --appname=snakegame --sdk30

and the output was ...

Creating SIS for SDK3.0 and later
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\Icons_aif.mk.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\PyTest.cpp.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\PyTest.rss.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\PyTest_reg.rss.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\app.mmp.template
Compiling...
Done.
ERROR [Errno 2] No such file or directory: '\\Epoc32\\release\\GCCE\\UREL\\snakegame_0x0fffffff.exe'

and when i used the same command with --autostart
>> python py2sis.py snake.py snake.sis --uid=0x0fffffff --appname=snakegame --sdk30 --autostart

output is

Creating SIS for SDK3.0 and later
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\Icons_aif.mk.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\PyTest.cpp.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\PyTest.rss.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\PyTest_reg.rss.template
Processing template C:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\py2sis\build\app.mmp.template
ERROR [Errno 2] No such file or directory: '00000000.rss'


clueless . any help is greatly appreciated , thanx.
Reply With Quote

#2 Old Re: problem in using py2sis tool for sdk 3.0 - 2008-01-30, 18:19

Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
bogdan.galiceanu's Avatar
bogdan.galiceanu
Online
Forum Nokia Champion
I can't help you with that exact problem, but I warmly recommend you use ensymble as it is more straightforward and easy to use.
Reply With Quote

#3 Old Re: problem in using py2sis tool for sdk 3.0 - 2008-01-30, 19:23

Join Date: Dec 2007
Posts: 42
smilesnigam
Offline
Registered User
Quote:
Originally Posted by bogdan.galiceanu View Post
I can't help you with that exact problem, but I warmly recommend you use ensymble as it is more straightforward and easy to use.
hey i jus want to use the autostart feature in 1.4.1 for 3rd edition, do we have such a thing in ensymble ??
Reply With Quote

#4 Old Re: problem in using py2sis tool for sdk 3.0 - 2008-01-30, 19:28

Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
bogdan.galiceanu's Avatar
bogdan.galiceanu
Online
Forum Nokia Champion
Yes, there's the --autostart option.
Reply With Quote

#5 Old Re: problem in using py2sis tool for sdk 3.0 - 2008-01-31, 10:05

Join Date: Dec 2007
Posts: 42
smilesnigam
Offline
Registered User
hey thanx bogdan.galiceanu !!!
i successfully made the sis file but i am not able to install it on my phone [E62]. The error says "Unable to install a protected application from an untrusted supplier" . Guess it's something to do with signing the application, which i never did could you please help me out once again .
Reply With Quote

#6 Old Re: problem in using py2sis tool for sdk 3.0 - 2008-01-31, 10:12

Join Date: May 2007
Posts: 2,737
Location: 21.46 N 72.11 E
croozeus's Avatar
croozeus
Offline
Forum Nokia Champion
Hi smilesnigam,

I guess you are trying to install the unsigned application.
Go to Tools->Application Manager->Settings->Software Installation and choose All.
Then try installing the application.

Hope that helps.

Best Regards
Croozeus
Last edited by croozeus : 2008-01-31 at 10:14. Reason: corrected Typo
Reply With Quote

#7 Old Re: problem in using py2sis tool for sdk 3.0 - 2008-01-31, 10:48

Join Date: Dec 2007
Posts: 42
smilesnigam
Offline
Registered User
Hey croozeus, i tried that too but no use .
Reply With Quote

#8 Old Re: problem in using py2sis tool for sdk 3.0 - 2008-01-31, 12:38

Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
bogdan.galiceanu's Avatar
bogdan.galiceanu
Online
Forum Nokia Champion
In case you haven't read it, here's the documentation. And the tool.

I'm not very good at explaining the signing process, but I can recommend this guide. You should try this before you read that long documentation.

Feel free to ask if you have any more questions
Reply With Quote

#9 Old Re: problem in using py2sis tool for sdk 3.0 - 2008-01-31, 16:44

Join Date: May 2004
Posts: 524
Location: Tampere, Finland
jethro.fn's Avatar
jethro.fn
Offline
Forum Nokia Champion
Quote:
Originally Posted by smilesnigam View Post
"Unable to install a protected application from an untrusted supplier"
This error message simply means you're using an invalid UID. Are you using an UID meant for 2nd Edition devices? You need to get an UID compatible with 3rd Edition devices from www.symbiansigned.com, or let Ensymble pick a temporary one automatically.
Reply With Quote

#10 Old Re: problem in using py2sis tool for sdk 3.0 - 2008-02-01, 09:17

Join Date: Dec 2007
Posts: 42
smilesnigam
Offline
Registered User
Quote:
Originally Posted by jethro.fn View Post
This error message simply means you're using an invalid UID. Are you using an UID meant for 2nd Edition devices? You need to get an UID compatible with 3rd Edition devices from www.symbiansigned.com, or let Ensymble pick a temporary one automatically.
hey thanx jethro.fn, i successfully installed the application but the app doesnt seems to act at startups even though i have used --autostart while making the sis file. i used ensymble to make the sis files

btw ne idea why symbian py2sis tool isnt working, the problem which started this thread. thnx for all the help guys.
Reply With Quote

#11 Old Re: problem in using py2sis tool for sdk 3.0 - 2008-02-02, 19:36

Join Date: May 2004
Posts: 524
Location: Tampere, Finland
jethro.fn's Avatar
jethro.fn
Offline
Forum Nokia Champion
Quote:
Originally Posted by smilesnigam View Post
hey thanx jethro.fn, i successfully installed the application but the app doesnt seems to act at startups even though i have used --autostart while making the sis file. i used ensymble to make the sis files
I forgot to mention this earlier... To use the --autostart option, you need to obtain a developer certificate and an UID from the protected range from www.symbiansigned.com. Phones refuse to start self-signed applications. This is what Ensymble README has to say:
Quote:
Note: Self-signed applications and applications with UID in the
unprotected range cannot register to be automatically started (see
options "--uid" and "--cert" above).
Quote:
Originally Posted by smilesnigam View Post
btw ne idea why symbian py2sis tool isnt working, the problem which started this thread.
No idea. I've never used it.
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
S60 - Device Connecitivity Tool - N95 USB connection problem SurfingPop PC Suite API and PC Connectivity SDK 6 2009-01-14 03:34
carbide vs 3.0 problem vickey Symbian Tools & SDKs 6 2009-01-02 08:20
Carbide.VS 3.0 miflist compilation problem vipako Symbian Tools & SDKs 12 2008-05-05 08:59
Compilation of rss freezes in Carbide.vs 3.0 - problem found omahlama Symbian Tools & SDKs 2 2008-01-16 20:46
Facing problem in UIQ 3.0 ethernet settings... Please help PankajNeve General Symbian C++ 1 2007-11-28 12:13

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia 
RDF Facets: qdcZidentifierQSxhttpE3aE2fE2fdiscussionE2eforumE2enokiaE2ecomhttpE3aE2fE2fdiscussionE2eforumE2enokiaE2ecomE2fforumE2fshowthreadE2ephpE3ftE3d81449X qdcZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qdcZtypeQUqfntypeZCommunityContentQ qdcZtypeQUqfntypeZE44iscussionQ qdcZtypeQUqfntypeZE44iscussionContentQ qdcZtypeQUqfntypeZE52esourceQ qdcZtypeQUqfntypeZWebpageQ qdcZtypeQUqmarsZManagedE52esourceQ qdcZtypeQUqwebZInformationE52esourceQ qdcZtypeQUqwebZPageQ qdcZtypeQUqwebZE52esourceQ qdcZtypeQUqrdfsZE52esourceQ qfnZtopicQUqfnTopicZpythonQ qfnZtypeQUqfntypeZCommunityContentQ qfnZtypeQUqfntypeZE44iscussionQ qfnZtypeQUqfntypeZE44iscussionContentQ qfnZtypeQUqfntypeZE52esourceQ qfnZtypeQUqfntypeZWebpageQ qfnZuserE5ftagQSxpythonX qmarsZlanguageQUxhttpE3aE2fE2fswE2enokiaE2ecomE2flanguageE2d1E2fenX qrdfZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qrdfZtypeQUqfntypeZCommunityContentQ qrdfZtypeQUqfntypeZE44iscussionQ qrdfZtypeQUqfntypeZE44iscussionContentQ qrdfZtypeQUqfntypeZE52esourceQ qrdfZtypeQUqfntypeZWebpageQ qrdfZtypeQUqmarsZManagedE52esourceQ qrdfZtypeQUqwebZInformationE52esourceQ qrdfZtypeQUqwebZPageQ qrdfZtypeQUqwebZE52esourceQ qrdfZtypeQUqrdfsZE52esourceQ