| Reply | « Previous Thread | Next Thread » |
|
Hi,
How can I enable/disable the red key ? |
| soontobeared |
| View Public Profile |
| Find all posts by soontobeared |
|
Yes you can.
Look for an ENVY module. Code:
import envy try: envy.set_app_system(1) except: print 'exception during envy activation!' Code:
if (envy.is_app_system()): print 'Envy enabled' |
|
Hi mac,
With envy, clicking the red button just moves the application to the background. I am developing a security application.My application should not be hidden or closed without providing a valid password. How do i do this? Thanks. |
| soontobeared |
| View Public Profile |
| Find all posts by soontobeared |
|
Join Date: Oct 2007
Posts: 2,845
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
|
From the PyS60 Library Reference:
Quote:
|
|
Hi bogdan,
Thanks for the reply. I have seen some antitheft applications which ask for password on bootup to unlock the phone.Such applications definitely need the red key to be disabled temporarily right?How is it done ? or Am i missing something? Btw, cant i use the keycapturer to achieve this?I haven't tried it though Thanks. |
| soontobeared |
| View Public Profile |
| Find all posts by soontobeared |
|
Join Date: Oct 2007
Posts: 2,845
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
Those applications were most probably written in Symbian C++. And I remember trying keycapture with the red key and it didn't work.
|
|
Hi bogdan,
Thanks for the reply.I have one more question. I have developed an antitheft application for which i am using envy, appswitch and pykeylock.I got my final sis file signed and it was working fine on my N95 8GB yesterday. But today, when I tried opening the same application which I had installed yesterday, it doesn't open.What might the problem be ?I think this has happened twice so far. Thanks. |
| soontobeared |
| View Public Profile |
| Find all posts by soontobeared |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Trick to prevent Python from closing on red key press. | y.a.k | Python | 19 | 2009-07-28 15:16 |
| Change red end key behave for my VOIP app | shallowayalan | General Symbian C++ | 5 | 2009-03-10 10:08 |
| Call Hangup using Red Key | apus29 | General Symbian C++ | 4 | 2008-09-16 07:49 |
| The RED key handling on S60 MR | stone_cheng | Symbian User Interface | 2 | 2008-06-11 11:25 |
| phone app & long press red key | morost | General Symbian C++ | 2 | 2007-09-21 08:51 |