how to make phone vibrate from command line? [answered]
how do I make the phone vibrate from a shell script?
i used dbus-monitor and didn't see any dbus message emitted when the phone vibrates. any idea?
how do I make the phone vibrate from a shell script?
i used dbus-monitor and didn't see any dbus message emitted when the phone vibrates. any idea?
sure. i used the code in https://github.com/nemomobile/qt-mobility-haptics-ffmemless i also contacted the contributor from jolla mobile for that component (Chris Adams) and he provided some pointers too.
droll ( 2014-02-17 13:05:02 +0300 )editi've posted my source code at tmo here http://talk.maemo.org/showthread.php?p=1413581
droll ( 2014-02-21 02:56:04 +0300 )editAsked: 2014-02-08 09:37:09 +0300
Seen: 1,910 times
Last updated: Feb 16 '14
I wrote a simple command-line that just dlopens libvibrator, initializes, and does the vibrator_on thing.
Source here.
Alfonso ( 2020-02-27 14:15:22 +0300 )edit