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.
i seem to be having problems getting this to work properly when the phone boots up (don't understand enough of systemd yet). but running "systemctl start callvibra.service" from fingerterm as root works.
anyone with better understanding of systemd can help?
Be careful here people! Even if we should be (are) grateful for things like this, it is a bit scary when one of the files in the archive is a raw binary elf.
If you submit things like that, provide the source code at least, so that users can either build themselves or review it.
I don't like any unknown binary like that have su rights in the phone, who knows what it does except for the vibration part. I do understand it is under our own responsibility, just simply reminding people about this.
Be careful here people! Even if we should be (are) grateful for things like this, it is a bit scary when one of the files in the archive is a raw binary elf.
If you submit things like that, provide the source code at least, so that users can either build themselves or review it.
I don't like any unknown binary like that have su rights in the phone, who knows what it does except for the vibration part. I do understand it is under our own responsibility, just simply reminding people about this.
I can vouch for droll and we personally know each other and have contributed code and apps since UIQ2 days. Anyone remember a tool called SMan for UIQ?
I want to thank you for your contribution - I had missed this feature very much!
Just one suggestion - would it be possible to recognize whether the proximity sensor is covered and vibrate only if it isn't?
The original N900 script worked this way, so your phone wouldn't vibrate near your ear (when it's unnecessary anyways).