>On Wed, May 18, 2011 at 1:37 AM, <[email protected]> wrote: >> Qt mobility sensors examples: >> >> http://www.qt.gitorious.org/qt-mobility/qt- >mobility/trees/master/examples/sensors > >A slightly older (beta0, vs beta1+ on git) version is also available >in MeeGo 1.2 see >http://download.meego.com/live/MeeGo:/1.2.0:/oss/standard/i586/qt- >mobility-examples-1.2.0~beta0+git2726-9.31.i586.rpm > >But on the lenovo s10-3t it doesn't work ( >https://bugs.meego.com/show_bug.cgi?id=10885 ?): > >/////////////////////////// >meegolem-168-.../local/src> /usr/lib/qtmobility/demos/smallsensors >[...] >loaded the Generic plugin >loaded the grue plugin >Loaded the MeeGo sensor plugin >Request for interface not granted... >Request for interface not granted... >Request for interface not granted... >Request for interface not granted... >/////////////////////////// > >Any suggestions for getting this to work on the s10-3t, or is this >only working on the n900?
[snip: list of files in qtmobility] No one has written/configured an accelerometer adaptor for s10-3t for sensorfw, which provides data for qt-mobility sensor API in MeeGo. Thus you see the "Request for interface not granted..." messages. Adding a plugin for getting the raw accelerometer data should be easy if there is a driver interface providing it. But if I remember correctly s10-3t had a 2-axis accelerometer, which might confuse the orientation algorithm. // Timo _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines
