View Single Post
Posts: 1,320 | Thanked: 915 times | Joined on Feb 2010
#228
Originally Posted by Mentalist Traceur View Post
This totally hasn't been known for months or anything:
http://wiki.maemo.org/User:Jebba/DBUS#dbus-send-tick

-Edit-
Oh, and instead of using the "enable/disable" thing, the dbus-send-tick thing linked above simply makes one quick vibration - the same vibration that the system already uses for other 'tactile' responses to UI presses.

So it'd just have to be

[button press]
[vibration tick]

instead of

[button press]
[vibration on]
[button press ends]
[vibration off]
I did mean that when this keyboard is opened the vibration is enabled :P

So instead of:

Code:
[button press]
[vibration on]
[button press ends]
[vibration off]
Have this which should be less strenuous on the CPU:

Code:
[keyboard opened]
[touch screen vibration on]
[keyboard closed]
[touch screen vibration off]
If you understood what I meant originally then my apologies, just wanted to clarify it more