I am testing my application in the Python Shell on Symbian S60 Platform.
Functionally, the application just runs great on the shell.. but its seems so hang the interface ?
Even when : It does not include heavy processing !!
The loop looks like :
while 1:
// Application Functions called here.
// Nothing processor intensive but has to run all the time.
// It basically needs to track the phone and remain connected to the web over GPRS !
time.sleep(5)
Suggest the way how the Quality Applications do it.. Because Quality matters !!
I have to proceed to the final application, but this way my simple application will kill the usability of the phone..
So, I am definitely doing something wrong ? What is it.. Please Help !!