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
Settings
application.Navigate to and open
About phone
orAbout tablet
, usually at the very bottom in theSystem
section.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 number
until a notification flashes: You are now a developer!
Summary
Settings
→ About phone
→ Build number
(7 times)
Selecting colourspace
Open you
Settings
application.Navigate to
Developer options
, usually second to bottom in theSystem
section.In the
Hardware-accelerated rendering
section, 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 0
Enabling selected colourspace
settings put secure accessibility_display_daltonizer_enabled 1
Disabling selected colourspace
settings put secure accessibility_display_daltonizer_enabled 0
Source: Reddit