[App][7.0] Blue Light Filter for any samsung device running on Android Nougat

Sachin Kumar53

Senior Member
Mar 20, 2016
232
1,079
113
Bihar
appsachin.blogspot.com

Introduction
After Always On Display here is my another awesome creation, Blue Light Filter also a mimic of samsung's exclusive feature. Just it lacks the opacity function and other wise it's all same. Like my aod app, It doesn't require root acess to work. You just have to install an app and run an adb command and that's it. Check Downloads section for download link.
Changelog
Code:
[B]Update_v1.2[/B]
[LIST]
[*]Improvements and bug fixes.

[/LIST]

[B]----------------------------------------------------------------

v1.0[/B]
[LIST]
[*]True samsung design and stock themed UI.
[*]Quick settings in notification panel, to easily enable or disable any time.
[*]Automatic schedule from sunset to sunrise.
[*]Also supports a custom schedule.
[/LIST]
Install Instructions
Install the apk file as normal apk.
Download adb.zip from here
Now run the following command through adb
Code:
adb shell pm grant com.sachin.android.bluelightfilter android.permission.WRITE_SECURE_SETTINGS
Or, If you have a rooted device. You can grant permission through terminal emulator.
Open terminal emulator and run the following command.
Code:
pm grant com.sachin.android.bluelightfilter android.permission.WRITE_SECURE_SETTINGS

IMPORTANT MESSAGE
As this app is still under development, So there will be nothing surprising if you find some bug or any error or unwanted crush.
SUPPORT DEVELOPMENT
CLICK THE THANKS BUTTON



XDA:DevDB Information
Blue Light Filter for all samsung, App for all devices (see above for details)

Contributors
Sachin Kumar53

Version Information
Status:
Stable
Current Stable Version: 1.2
Stable Release Date: 2018-05-30

Created 2018-05-25
Last Updated 2018-06-09
 

Attachments

Last edited:

Hrodryc

Senior Member
Feb 28, 2018
168
40
0
I already granted the permission to app but i enable it and nothing happens, phone rebooted and nothing happens, i put this command in terminal emulator

pm grant com.sachin.android.bluelightfilter android.permission.WRITE_SECURE_SETTINGS

I also granted superuser to terminal if something goes wrong, but it seems make nothing, can u help me?