View Single Post
Posts: 235 | Thanked: 89 times | Joined on Oct 2009 @ italy
#185
great app, thanks!
to everyone interested, like me, to use short/long press camkey to switch to silent profile can do that:
- open terminal
- create a script:
eg: switch_to_silent_profile_script
Code:
#!/bin/sh
dbus-send --type=method_call --dest=com.nokia.profiled /com/nokia/profiled com.nokia.profiled.set_profile string:"silent"
(for other controls see here: http://wiki.maemo.org/Phone_control)
in shortcutd set your preferences and in 'custom shell command' write:
sh /path_where_is_your_script/your_script (eg: /home/user/switch_to_silent_profile_script)
that's all
__________________
If you found my post useful please thank me, I appreciate!

Last edited by maemo.it; 2010-12-24 at 01:15.
 

The Following User Says Thank You to maemo.it For This Useful Post: