|
2011-11-03
, 12:05
|
Posts: 84 |
Thanked: 76 times |
Joined on Aug 2011
|
#732
|
|
2011-11-06
, 06:47
|
Posts: 44 |
Thanked: 7 times |
Joined on Sep 2010
|
#733
|
The Following User Says Thank You to DUDEXYZ For This Useful Post: | ||
|
2011-11-07
, 22:50
|
Posts: 1 |
Thanked: 1 time |
Joined on Nov 2011
|
#734
|
#!/bin/sh myprofilename=$(cat /home/user/.profiled/current) myprofilevibr=$(dbus-send --type=method_call --print-reply --dest=com.nokia.profiled /com/nokia/profiled com.nokia.profiled.get_values string:"$myprofilename" | awk -F'"' 'NR==75 {print $2}') if [ "$myprofilename" = 'general' ]; then myprofile='' elif [ "$myprofilename" = 'silent' ]; then myprofile='Mute' else myprofile=$myprofilename fi if [ "$myprofilevibr" = 'On' ]; then myprofile=$myprofile' {}' fi echo $myprofile
The Following User Says Thank You to neter For This Useful Post: | ||
|
2011-11-07
, 23:20
|
Posts: 33 |
Thanked: 10 times |
Joined on Apr 2010
@ the netherlands
|
#735
|
|
2011-11-08
, 11:34
|
|
Posts: 533 |
Thanked: 1,341 times |
Joined on Dec 2010
@ Italy
|
#736
|
The Following User Says Thank You to sakya For This Useful Post: | ||
|
2011-12-12
, 18:00
|
Posts: 114 |
Thanked: 109 times |
Joined on Nov 2010
@ Finland
|
#737
|
|
2012-01-22
, 05:46
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#738
|
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
|
2012-01-29
, 20:28
|
Posts: 395 |
Thanked: 255 times |
Joined on Nov 2010
|
#739
|
The Following User Says Thank You to s4br0s0 For This Useful Post: | ||
|
2012-01-30
, 18:26
|
Posts: 395 |
Thanked: 255 times |
Joined on Nov 2010
|
#740
|
@sami69: install it as any other application (you need to enable the extras-devel repository)
http://wiki.maemo.org/Extras-devel#H...e_Extras-devel
My projects: smssend, groupsms, volumecontroldaemon, vodafone190, vodafone190 desktop widget, QtBatteryWidget, QtLockscreen, Lone Wolf
Donations are welcome