| Reply | « Previous Thread | Next Thread » |
|
I want to kill process like 'ScreenSaver[100056cf]0004',but it can't work by appswitch.kill_process.Why?
Thx. |
|
Join Date: Feb 2008
Posts: 2,544
Location: Bhavnagar, Gujarat, India
gaba88
Online
Forum Nokia Champion
|
|
|
Quote:
I havnt used this killprocess technique often but it is always better if you provide a bit more detail of your problem like what sort of errors due you get and what is the version of pys60 and appswitch you are using. Enjoy pythoning Gaba88 Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
>>> import appswitch
>>> appswitch.kill_process(u'ScreenSaver[100056cf]0004') 1 >>> appswitch.process_list()[20:50] (u'EDbsrv[100012a5]0001', u'sae[1000590e]0001', u'SysAp[100058f3]0002', u'Phone[100058b3]0003', u'watcher[00000000]0001', u'SATSERVER[00000000]0001', u'ScreenSaver[100056cf]0004', |
|
u see,i can't kill the process(so the other system process is).my version is 1.44,and phone is 3230.
|
|
Quote:
![]() appswitch version is dokkis version not "official" because there's a new process_list() function in it and kill_process function added.You can try this as said in this old post in the DiBo. Code:
import appswitch # appswitch forked version from Dokkis ! appswitch.kill_process(u"ScreenSaver*") appswitch.kill_process(u"*100056cf*") Are you using selfsigned or unsigned testrange Python Shell ? BR Cyke64 pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 ! pys60 extension modules on http://cyke64.googlepages.com/ |
|
i'd lost...
|
|
pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 ! pys60 extension modules on http://cyke64.googlepages.com/ |
|
i am not good at English.I'm a chinese boy,can u speak in chinese?~thnx.
|
|
Quote:
![]() ![]() But please try to explain your problem We're have much patience ! BR Cyke64 pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 ! pys60 extension modules on http://cyke64.googlepages.com/ |
|
Thank you.I just want to know how to kill system process because my 3230 phone has not enough memory to play game.Through appswitch i can't kill them,and do you have any ideas to killprocess?-What the code is?
|
|
Join Date: Feb 2008
Posts: 2,544
Location: Bhavnagar, Gujarat, India
gaba88
Online
Forum Nokia Champion
|
|
hi yyn
have you signed your python script shell if not then get it first and then try the appswitch.kill_process. Please have a look at this sticky thread for details of signing process. Enjoy Pythoning Gaba88 Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
Why do i need to sign pyshell?My phone isn't s60 3rd,it's s60 2nd.Why?
|
|
Join Date: Feb 2008
Posts: 2,544
Location: Bhavnagar, Gujarat, India
gaba88
Online
Forum Nokia Champion
|
|
|
Quote:
pity on me i didnt observed that. hope you dont mind that. Enjoy Pythoning Gaba88 Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
Haha,Nothing.By the way,Binpda had cracked the sign...
Last edited by yyn : 2008-09-24 at 19:13.
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Can the framework kill a process ? | XXmapoXX | General Symbian C++ | 0 | 2007-12-17 15:26 |
| How can i kill a system process | aamitgupta | General Symbian C++ | 16 | 2007-12-10 20:52 |
| Can't kill process when console is enabled | alav | General Symbian C++ | 3 | 2007-11-28 20:07 |
| System Help with nokia pc connectivity SDK | gotka | PC Suite API and PC Connectivity SDK | 4 | 2004-07-06 10:56 |
| S60 BUILD PROCESS FREEZES SYSTEM | deloford | Symbian Tools & SDKs | 2 | 2003-02-23 15:48 |