Problem simulating a key press on Python for Symbian platform on a Nokia 5th ed phone

Posted by abhishekbhardwaj007 on Stack Overflow See other posts from Stack Overflow or by abhishekbhardwaj007
Published on 2010-03-26T09:01:13Z Indexed on 2010/03/26 9:03 UTC
Read the original article Hit count: 351

Filed under:
|
|

I am developing an app for Nokia 5800 Music Express (S60 5th edition) using PyS60 (Python for S60) ,I want to simulate a KeyPress say if a message comes,I detect a message and Press a Key.

There does exist a Keypress module for PyS60 for 2nd edition phones which allows this. However I have not been able to install it on my 5th ed phone. Is this module portable? If yes then how do I install it (I get certificate error) and If no then any alternatives for simulating a key press on a 5th edition touch phone?

© Stack Overflow or respective owner

Related posts about python

Related posts about symbian