Thread
:
[Announce] ProfilesX (more profiles)
View Single Post
nicolai
2011-03-28 , 17:18
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#
191
Originally Posted by
Bratag
I would be happy to write up some quickwidget qml for it. Does the app respond to dbus signals?
The status bar icon listen for profiles changes.
But if you want to control the profiles settings from your
app or widget, you can use dbus-commands to
control profiled (the systems profile daemon):
get the list of available profiles:
dbus-send --session --dest=com.nokia.profiled --type=method_call --print-reply /com/nokia/profiled com.nokia.profiled.get_profiles
get the current active profile:
dbus-send --session --dest=com.nokia.profiled --type=method_call --print-reply /com/nokia/profiled com.nokia.profiled.get_profile
activate the "general" profile:
dbus-send --session --dest=com.nokia.profiled --type=method_call --print-reply /com/nokia/profiled com.nokia.profiled.set_profile string:"general"
__________________
my contributions:
Desktop Clock Widget
|
Calendar Home Widget
|
Lens Cover Reminder
|
ConnectNow
|
Scout
|
App Search Widget
|
ProfilesX
|
Desktop-Switcher
|
SMS-Messageblocker
-
Donate
-
Quote & Reply
|
The Following 2 Users Say Thank You to nicolai For This Useful Post:
Bratag
,
misiak
nicolai
View Public Profile
Send a private message to nicolai
Find all posts by nicolai