View Single Post
NightShift79's Avatar
Posts: 417 | Thanked: 200 times | Joined on Apr 2010 @ Germany
#1081
Meanwhile I'm just switching to "KFZ Profil" and start OMP with my QBWidget. For managing the fm transmitter stuff I use the fm friendly widget.
(Car profile was added via ProfilesX Extended Profiles Manager from Nicolai Hess
...He's my Guru!

The QBWidget got an ON/OFF State. So, if touched it switches to my car profile and starts omp. if touched again, it'll switch back to general profile.
I also added notifications, just for the kicks. ^^

Here's the code I use:
Code:
[queen-beecon-header]
version=1,000000
checksum=1258816
[queen-beecon-exported-command]
title=KFZ
command=if [ "$QBW_EXEC_REASON" == "QBW_STARTUP_UPDATE" ];then echo "ON";exit 0;fi;if [ "$QBW_CURRENT_RESULTS_TEXT" == "ON" ];then echo "OFF";dbus-send --session --dest=com.nokia.profiled --type=method_call /com/nokia/profiled com.nokia.profiled.set_profile string:"KFZ" && dbus-send --session --dest=com.nokia.HildonDesktop.AppMgr --type=method_call /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:openmediaplayer && dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"KFZ Profil eingestellt. Hierdurch wird jeder Anruf nach 5 Sekunden automatisch angenommen und auf dem Lautsprecher ausgegeben. Desweiteren öffnet sich der OpenMediaPlayer!";exit 1; else echo "ON";dbus-send --session --dest=com.nokia.profiled --type=method_call /com/nokia/profiled com.nokia.profiled.set_profile string:"general" && dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"Allgemeines Profil wieder hergestellt.";exit 0;fi;
also I'm using the FM friendly widget and an invisible RDSNotify widget in the downer right corner.
(just added a new invisible skin)



//EDIT:
Attached the "invisible skin for the fmrdsnotify widget:
just copy the invisible.svg to /home/user/.fmrdsnotify and set the new skin in the options of the widget.
Attached Images
  
Attached Files
File Type: zip invisible-fmrdsnotify-skin.zip (604 Bytes, 135 views)

Last edited by NightShift79; 2012-06-29 at 16:54.
 

The Following 4 Users Say Thank You to NightShift79 For This Useful Post: