For all who are not satisfied by the colors of screen,
I passed by a post on Reddit that someone succeeded to enable 3 more different Display Colors modes other than "Vivid & Natural" via adb
There is 5 screen modes in total:
Also there is a video step by step to enable it
Finally instead of adb you can use SETEDIT App from Play store to do the same
I passed by a post on Reddit that someone succeeded to enable 3 more different Display Colors modes other than "Vivid & Natural" via adb
There is 5 screen modes in total:
- 0 AMOLED cinema "DCI P3 color"
- 1 AMOLED Photo "Adobe RGB"
- 2 Basic
- 3 Natural
- 4 Vivid
- Set the screen mode to Natural otherwise this trick won't work
- adb shell settings put system screen_mode_setting a number from 0 to 4
- adb shell settings put system screen_mode_setting 0
- In order for the changes to update, open the settings, go to display and go to the Screen mode tab and go back.
Also there is a video step by step to enable it
Finally instead of adb you can use SETEDIT App from Play store to do the same