Hi, It seems that my qml app (using QDeclarativeView) running on Symbian^3 consumes slightly more energy when leaved to background, compared to not running it at all, even though there aren't any timers or other periodic updates when it is in background. Can I avoid this somehow, e.g by releasing some resources or doing other tricks to make the app consume as few as possible?
The app publishes a home screen widget that is updated with timer when application is in background and home screen activated. The timer is suspended on home screen suspend event. I have ensured that the timer is behaving correctly. On qml side I use oneshot timers in special cases, not periodically. /matti _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
