View Single Post
rooster13's Avatar
Posts: 319 | Thanked: 221 times | Joined on Jan 2010 @ Finland
#1079
Originally Posted by ajalkane View Post
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.
Are we talking about haptic feedback here?
If yes, check this out:

Code:
/***********************************  * 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 }
__________________
Sail Raid, an old skool shoot'em up for Jolla
KillDroid, Android service killer for Jolla
goViihde, an Elisa Viihde client for Jolla
goViihde, an Elisa Viihde client for N9
Shortcut Stash Home Screen Widget
 

The Following 3 Users Say Thank You to rooster13 For This Useful Post: