View Single Post
Posts: 151 | Thanked: 93 times | Joined on Sep 2009 @ sofia, bulgaria
#4
Here is also dbus-script event that will switch on/off bluetooth during call:

Code:
asN900:~# cat /etc/dbus-scripts.d/bluetooth-during-call 
/home/user/bin/bton.sh * * com.nokia.policy.telephony call_request
/home/user/bin/btoff.sh * * com.nokia.policy.telephony call_ended
Where bton.sh and btoff.sh are the examples posted by JonWW
 

The Following User Says Thank You to lidow For This Useful Post: