Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-13347

Running Qml viewer doubles the Symbian device's idle current consumption

    XMLWordPrintable

Details

    • 3113a91f50f12c8ee53f2e84f6b46fde6c2c1693

    Description

      When QML Viewer is open the current consumption in sleep mode increases from ~8 mA to 16mA. It looks like the sensor orientation detection implemented in deviceorientation_symbian.cpp is causing this.

      Active window status is often used to detect if the application is currently being used, that could be used to fix the above problem:

          if (event->type() == QEvent::WindowActivate) {
              enableSensorChannel();
          } else if (event->type() == QEvent::WindowDeactivate) {
              disableSensorChannel();
          }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jpetrell Joona Petrell
            jpetrell Joona Petrell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes