View Single Post
dr_frost_dk's Avatar
Posts: 1,503 | Thanked: 2,688 times | Joined on Oct 2010 @ Denmark
#8
well i been busy or something, but now after almost a year i think i will complete this....

and so far i have this working
FOR TESTING!!
Code:
#! /bin/sh
dbus-monitor --system interface='Phone.SMS',member='incoming' | while grep -q array
do
echo "SMS recieved"
sleep 2
echo "sleep done"
echo " "
done
this works, now i just need some help with what command/edit conf that controls sms sound....