| Reply | « Previous Thread | Next Thread » |
|
hi
i wanna hide my app from task manager.... how can i do it help me |
| cool_eagle |
| View Public Profile |
| Find all posts by cool_eagle |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Online
Forum Nokia Champion
|
|
Hi,
As far as I know that's not possible in PyS60, only in Symbian C++. |
|
Quote:
![]() |
| cool_eagle |
| View Public Profile |
| Find all posts by cool_eagle |
|
Quote:
![]() envy 1.0.4 3rd unsigned : Make your application invisible Don't be sad, its feasible in PyS60 ![]() Use Envy extension : Code:
import envy
print envy.version
print envy.is_app_hidden() # not yet !
try:
envy.set_app_hidden(1) # try to hide your application from tasklist
# (standalone) or python shell if you run it from there !
except:
print 'exception !'
print envy.is_app_hidden() # it should work !
print "now it's impossible to view icon in tasklist by pressing application key !"
print 'try now to go back in your application now after switching ? :D'
Best Regards, Croozus |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Online
Forum Nokia Champion
|
|
|
Quote:
. Good that you found it. |
|
but my phone is N70-1. is there for s60
|
| cool_eagle |
| View Public Profile |
| Find all posts by cool_eagle |
|
Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
hi cool_eagle
its only for 3rd edition will not work in your 2nd edition phone. Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Hide Application in Application Manager | polaris_1985 | General Symbian C++ | 10 | 2009-05-15 14:36 |
| Problem appearing in Task Manager | alcopops | General Symbian C++ | 6 | 2008-03-13 12:36 |
| Can't launch task manager from app | ten foot ninja | General Symbian C++ | 5 | 2006-07-10 18:36 |
| Can't launch task manager from app | ten foot ninja | Mobile Java General | 0 | 2006-07-06 22:01 |
| Hide Application from task list | ekramulhuq | General Symbian C++ | 0 | 2003-10-13 06:51 |