You have been subscribed to a public bug:

Tested on gnex, nex4 phones. Using QML to create the Accelerometer, the
identified device is "dummy.accelerometer" and it returns no useful data
(static x:0, y:g (aka 9.81m/s), z:0).

Snippet:

            Row {
                Label {
                    text: "Accel: "
                    fontSize: "large"
                }
                Label {
                    id: sensor
                    text: "..."
                    fontSize: "large"
                }
            }
            Accelerometer {
                id: accel
                onReadingChanged: { sensor.text = accel.identifier; stop() }
                active: true
            }

** Affects: qtsensors-opensource-src (Ubuntu)
     Importance: Undecided
     Assignee: Zoltan Balogh (bzoltan)
         Status: New

-- 
QML Accelerometer is always (useless) dummy.accelerometer
https://bugs.launchpad.net/bugs/1131765
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to