Android: Use Monochromatic Colourspace
I was reading NRK Beta earlier this week and an article mentioned that using a monochromatic colour space makes a device less attractive and should help decrease the usage of said device. Since I have already experienced monochrome earlier I decided to try out this experiment.
Changing colourspace in Settings
The easiest way to manually change the colourspace is to go through the settings application.
Developer Options
To change the colourspace in an Android device, the Developer Options needs to be enabled.
Open your
Settingsapplication.Navigate to and open
About phoneorAbout tablet, usually at the very bottom in theSystemsection.Repeatedly tap
Build number. After about 3 or 4 taps a notification will flash: You are now 4 steps from being a developerContinue tapping
Build numberuntil a notification flashes: You are now a developer!
Summary
Settings → About phone → Build number (7 times)
Selecting colourspace
Open you
Settingsapplication.Navigate to
Developer options, usually second to bottom in theSystemsection.In the
Hardware-accelerated renderingsection, findSimulate colour space.Select
Monochromacy.
Re-enabling colour
Navigate to
Simulate colour space.Select
Disable.
Summary
Settings → Developer options → Simulate colour space → Disabled or Monochromacy
Using command line
The change of colourspace can also be performed through command line. In my own tests, running this command via ADB does not require root, but Tasker does.
Selecting colourspace
Selecting monochromacy as colourspace
settings put secure accessibility_display_daltonizer 0Enabling selected colourspace
settings put secure accessibility_display_daltonizer_enabled 1Disabling selected colourspace
settings put secure accessibility_display_daltonizer_enabled 0Source: Reddit