It'd be nice, I hadn't noticed that difference between stock clock and this one. I can look a bit into it, if it's easy in QML I might be able to do it, but if it requires lots of work I guess I won't.
/*********************************** * Copyright 2012 Peter Pykäläinen * * * * This file is part of goViihde. * ***********************************/ // import QtQuick 1.0 // to target S60 5th Edition or Maemo 5 import QtQuick 1.1 import QtMobility.feedback 1.1 HapticsEffect { id: errorRumbler attackIntensity: 0.0 attackTime: 250 intensity: 1.0 duration: 100 fadeTime: 250 fadeIntensity: 0.0 }