Reply
Thread Tools
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, 183 views)
File Type: zip callvibrate.zip (64.3 KB, 217 views)

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

The Following 9 Users Say Thank You to droll For This Useful Post:
Posts: 958 | Thanked: 483 times | Joined on May 2010
#2
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?

Last edited by droll; 2014-02-20 at 11:01.
 
Posts: 958 | Thanked: 483 times | Joined on May 2010
#3
seems to work ok now....i just added

After=ofono.service dbus.service dbus.sockets

not sure if it helped or not. but the script runs properly now during boot-up. is it working for everyone else?
 
Posts: 385 | Thanked: 426 times | Joined on Dec 2009 @ Gothenburg, Sweden
#4
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.
 

The Following 2 Users Say Thank You to Larswad For This Useful Post:
Posts: 958 | Thanked: 483 times | Joined on May 2010
#5
ok. i will post the sources a bit later when i am free. i used most of the code from a github submission by a jolla sailor (chris adams).
 

The Following User Says Thank You to droll For This Useful Post:
Posts: 958 | Thanked: 483 times | Joined on May 2010
#6
i've updated the first post with the source code for the elf binary.
 

The Following User Says Thank You to droll For This Useful Post:
ajack's Avatar
Posts: 288 | Thanked: 175 times | Joined on Oct 2010 @ Petaling Jaya, Selangor, Malaysia
#7
Originally Posted by Larswad View Post
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?
__________________
Visit my blog at http://lifewithmaemo.blogspot.com or my website at http://www.renegade-uiq.com
 
Posts: 752 | Thanked: 2,808 times | Joined on Jan 2011 @ Czech Republic
#8
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).

Last edited by nodevel; 2014-03-06 at 10:42.
 
Posts: 958 | Thanked: 483 times | Joined on May 2010
#9
yes, it is possible. did some tests and discovered the location of the proximity device. i'll modify the script and post it up later when i'm free.
 

The Following User Says Thank You to droll For This Useful Post:
Posts: 958 | Thanked: 483 times | Joined on May 2010
#10
done! please download the new callvibrate.zip file and

either replace only callvibra.sh file in your phone or reinstall as per the instructions above.
 

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

Thread Tools

 
Forum Jump


All times are GMT. The time now is 14:43.