View Single Post
Posts: 958 | Thanked: 483 times | Joined on May 2010
#1
here i offer my humble little script (with bad hacks) to make the phone vibrate when an outgoing call connects. temporary stop gap measure while jolla works on the feature.

unfortunately, i am no expert so i don't know how to package this properly into an installer. if someone can do it, your assistance would be most appreciated.

installation
--------------
1. download the zip file and extract it. in it you will find 3 files.
2. copy "callvibra.service" into /lib/systemd/system
3. copy "callvibra.sh" into /home/nemo
4. copy "Vibrate" into /home/nemo
5. change permissions on "Vibrate" by typing "chmod a+x /home/nemo/Vibrate" from the terminal.
6. change permissions on "callvibra.sh" by typing "chmod a+x /home/nemo/callvibra.sh" from the terminal.
7. make yourself root by typing in "devel-su" from terminal. enter your developer password.
8. type "systemctl enable callvibra.service"
9. reboot your phone

now you can test if the phone vibrates when a call is made.

feel free to make improvements to my *badly* hacked script.

thanks.


-----------edit
I've updated this post with the source code to the "Vibrate" binary. it's a Qt Creator project called TestVibraUi. feel free to look through it. code borrowed from https://github.com/nemomobile/qt-mob...tics-ffmemless

Chris actually gave some feedback on how to use vibration actuator in Qt + QML although that's not that I did in the end.

------------editv2
updated callvibrate.zip so that the phone will not vibrate if the proximity sensor detects something near it e.g. when you put the phone to your ear.
Attached Files
File Type: zip TestVibraUI.zip (232.4 KB, 208 views)
File Type: zip callvibrate.zip (64.3 KB, 246 views)

Last edited by droll; 2014-03-06 at 12:31.
 

The Following 9 Users Say Thank You to droll For This Useful Post: