Is there some setInterval time limit? I made a widget with autoupdate option and when I've tested it with interval about 1-3 minutes it worked as it was supposed to, but when I've changed interval to 30 minutes (timerId = setInterval(updatetimer, 1800000)nothing happens. It looks like symbian is ignoring intervals longer than few minutes. Is there any other solution than using some counter and setting intervals to 1 min?
edit: when I lock my phone timer freezes, so I need to use other technique...

nothing happens. It looks like symbian is ignoring intervals longer than few minutes. Is there any other solution than using some counter and setting intervals to 1 min?
Reply With Quote

