|
2013-01-11
, 09:40
|
Posts: 49 |
Thanked: 93 times |
Joined on Jan 2012
@ Finland
|
#2
|
gconftool-2 --set --type=string /system/osso/dsm/display/color_profile Muted gconftool-2 --set --type=string /system/osso/dsm/display/color_profile Neutral gconftool-2 --set --type=string /system/osso/dsm/display/color_profile Vivid
[Desktop Entry] Name=Color Profile Icon=icon-l-settings Exec=gconftool-2 --set --type=string /system/osso/dsm/display/color_profile Muted Type=Application
|
2013-01-11
, 13:08
|
Posts: 5 |
Thanked: 0 times |
Joined on Jan 2013
@ UK; http://stackoverflow.com/users/737641/a12jun
|
#3
|
gconftool-2 --set --type=string /system/osso/dsm/display/color_profile Muted
|
2013-01-11
, 13:42
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#4
|
|
2013-01-11
, 13:48
|
Posts: 5 |
Thanked: 0 times |
Joined on Jan 2013
@ UK; http://stackoverflow.com/users/737641/a12jun
|
#5
|
|
2013-01-11
, 13:50
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#6
|
Yeah I did after I posted the reply! Seems I have a lot to learn But how would I fin out the name of the key to use if I didn't already know it? Is there some way that I can switch on a process monitor log, run the command through the UI, then switch the log off and inspect it to find what was altered?
|
2013-01-11
, 13:50
|
Posts: 49 |
Thanked: 93 times |
Joined on Jan 2012
@ Finland
|
#7
|
What is gconftool-2, and how would you know that this is the program you need to use to edit the profile
gconftool-2 --help
gconftool-2 --get /system/osso/dsm/display/color_profile
|
2013-01-11
, 14:17
|
Posts: 49 |
Thanked: 93 times |
Joined on Jan 2012
@ Finland
|
#8
|
But how would I fin out the name of the key to use if I didn't already know it?
|
2013-01-11
, 15:06
|
Posts: 5 |
Thanked: 0 times |
Joined on Jan 2013
@ UK; http://stackoverflow.com/users/737641/a12jun
|
#9
|
gconftool-2 -R /system | grep Mute
|
2013-01-11
, 15:34
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#10
|
Tags |
fail university, rofl_ |
|
I'm a graduate software engineer based in the UK, and I acquired my N9 just over a year ago as I was fascinated by the openness of the system and was excited about the possibilities of developing for it. I have been keeping an eye on the forums here just to keep atop of the latest developments and I genuinely enjoy seeing the community support for this device. I'm now looking to develop some simple apps.
* Intro over *
I want to write a simple script which toggles the Colour Profile value between the three options. I'm not sure where to begin but I would like to find out for myself how to do it. I'm assuming that to start off I need to write the toggle script, make it executable and then run it from the UI. If someone could point me in the right direction I can take it from there.
Thanks