| Reply | « Previous Thread | Next Thread » |
|
Hai,
I want to put my python script on nokia 6630 phone startup i.e when phone is powered on and it should be background. please help me i am a student |
|
For S60 1st and 2nd Edition devices (6630 is 2nd Edition), there ezBoot:
http://www.newlc.com/article.php3?id...cherche=ezboot First, generate a SIS file using py2sis or py2sisng, with the --leavetemp option. Then make a file <appname>.boot in the temporary directory with the following text: Code:
boot:\system\apps\<appname>\<appname>.app Code:
"<appname>.boot" -"!:\system\programs\ezboot\boot\<appname>.boot" You need to have ezBoot installed for this to work. See the ezBoot web page for instructions on how to embed ezBoot inside your own SIS file. |
|
I've tried ezBoot but it starts the standalone app but it fails to load the script.
I mean that i just see an app launch with my title & icon but it doesnt do anything. When I launch the app from the menu its fine...Nokia E66 PyS60 1.4.4 final |
|
Has anybody got this to work on version 3?
|
| federico2929 |
| View Public Profile |
| Find all posts by federico2929 |
|
hi rich, your issue where your application only starts with title and does not continue.. did u manage to find a solution? I m in the same dilemma.. pls help if u fixed it.. thanks
|
|
No, unfortunately I didnt
. I guess ezBoot just launches the app in a different way than the menu does, but I dont know how to fix it.Nokia E66 PyS60 1.4.4 final |
|
hi all
i am also facing same problem. Was any one got success in solving problem?? please help >>>> |
|
I got this to work by using the --autostart flag with ensymble (http://www.nbl.fi/~nbl928/ensymble.html). Note that the sis needs to be signed with a developer cert and you need to use a uid in the protected range. see http://discussion.forum.nokia.com/fo...mble+autostart
Note that I only got this to work when Python and my App was installed in internal memory...
Last edited by jrookeley : 2008-07-24 at 02:48.
|
|
hi jrookeley,
but ensymble is for 3rd edition. for s60 2nd edition nokia 6600 what can we do??? please reply ... i m waiting.. |
|
Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
hi sagars
i think you have to go for an symbian extension for that kind of thing. Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
hi gaba
i was almost successful with EZBOOT. But only till 1st screen booted successfully TITLE BAR OPTION EXIT Then nothing>....????? do u have any idea...???? but this is for c drive ... for z drive ezboot works well. means ROM application opens completely at boot. can u suggest something??? |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Please help installing Python libraries on S60 | ericroijen | Python | 11 | 2009-07-18 11:43 |
| Launch a python script from another app | joyce973 | Python | 2 | 2007-02-06 22:53 |
| controlling softkeys from python script | dayashankar | Python | 5 | 2006-12-04 18:53 |
| Launching a Python script (with arguments) from Flash? | bouvin | Python | 14 | 2006-08-22 19:33 |
| Python Script Installer on N80 | firebabe | Python | 8 | 2006-08-21 07:53 |