RichyHBM / Monochromatic

A different kind of blue filter android app, enabling the built in black and white mode in android without the use of an overlay screen
Other
51 stars 15 forks source link

Screen goes totaly dark on android 10 Samsung device #27

Open androidbugs opened 3 years ago

androidbugs commented 3 years ago

I was happy to find an open source software that allows me to switch to greyscale mode in touch of a button. However I found that when I play with settings sometimes screen goes totally dark. I've tried to pin the specific issue however it's still not clear. I mostly suspect that it's related to the "Also control blue light filter" option.

What makes me more that it's because of ""Also control blue light filter" is that to escape the totally dark screen I've to enable/disable this control then switch the activation of the greyscale mode one off from inside the app.

Shadowfax117 commented 3 years ago

Hi androidbugs, how have you fixed this dark screen? Any hints on that?

Found solution. Just type adb shell 'settings put secure night_display_activated 0' and screen will come back alive.