|
|
|
|
|
by maxxxxx
2982 days ago
|
|
I set my Android device to grayscale for a while. I liked it but for the video player and one photo app I would like to have colors. Does anyone know how to do this? I have tried to do something with Tasker but couldn't figure it out. |
|
You'll need some way to set "secure" settings – if you're not rooted, the easiest way is via a Tasker plugin called AutoTools. Once you've set that up, create a task with an action of "AutoTools Secure Settings", then configure it as follows (under "Custom Setting" in the AutoTools menu):
That task then toggles greyscale mode, so you can hook it up to an application context or whatever. (Switch the value to 1 if you want a task that always enables greyscale, or 2 to always disable.)If it doesn't work, diff the output of `adb shell settings list secure` from a PC with greyscale mode enabled and disabled, and use whatever name you get there.