You've all seen the "E-ink Center" under the "Control Center" on Onyx devices.
It lets you customize a bunch of settings on a per app basis.
And maybe you're thinking, "I don't want it to customize anything, just behave normally and I'll use competent apps. End of discussion."
The problem with settings is that they're often not transparent.
Maybe you think that some app starts looking different.
Maybe you set the DPI override to some strange number.
There are seventy-seven separate settings for each app.
Are you sure that they are all what you want them to be?
I can see that I've got 43 apps where the DPI is 350!
I'm not saying that they are all apps that I use.
Ultimately I will make this be able to do updates.
Right now, it's 100% safe and read only.
You can try this if you like.
Just rename it without extension.
Code:
C:\>adb push onyxcfg data/local/tmp
C:\>adb shell
# cd /data/local/tmp
# chmod 755 onyxcfg
# ./onyxcfg /onyxconfig/eac_config -d
# ./onyxcfg /onyxconfig/eac_config
The first command will show the default.
The second command will list all the packages and how they differ from the default.
You probably need to be rooted to see /onyxconfig/eac_config