View Single Post
knobtviker's Avatar
Posts: 665 | Thanked: 2,388 times | Joined on Feb 2012 @ Zagreb, Croatia
#353
Originally Posted by tenchman View Post
A short "grep -ri speedcam /usr/lib/qt4 /usr/lib/nokia-drive" brought to us: Nothing....

But "grep -ri safetyspot /usr/lib/qt4 /usr/lib/nokia-drive" gives a lot of useful symbols. It seems that the requested feature is already there, but disabled. Or, to be more correct, it is in the qt4 API, but not used in "drive-qml".

Unfortunately i'm currently busy with a project @work. I'm an experienced but old "plain ansi C" hacker, so, C++ and JS is a pain for me.

If some QML-Hero can have a look at this, it would be really helpful.
When grep-ed:
/usr/lib/qt4 shows you a .so library, however, it only means that there are means for 3rd party devs to hook on the safetyspot data - if the data exists.
/usr/lib/nokia-drive doesn't exist on my phone, but that could be my problem to start with
/usr/lib/drive-qml exists but doesn't output anything, sorry.