When I try to run a script with e32.set_home_time() from the python script shell (1.4.1) on a 3rd edition device it stops with the error message:
No problems in emulator.Code:SymbianError:[Errno -46] KErrPermissionDenied
The code:
Code:import e32 import time time = time.time() time -= 10.0 e32.set_home_time(time)

Reply With Quote



