touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #22494
[Bug 1131765] [NEW] QML Accelerometer is always (useless) dummy.accelerometer
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 Touch seeded packages, which is subscribed to qtsensors-opensource-src in Ubuntu.