View Single Post
Old 01-12-2025, 01:39 AM   #18
starkruzr
Connoisseur
starkruzr began at the beginning.
 
Posts: 61
Karma: 10
Join Date: Nov 2024
Device: Boox Palma 2, Note Air 4C, Note Max
Quote:
Originally Posted by Trender22 View Post
Thanks! will try that shortly.
Meanwhile here is the list of processes that actually work with that config file (obtained by running lsof in adb shell after su):
Code:
COMMAND     PID       USER   FD      TYPE             DEVICE  SIZE/OFF       NODE NAME
system_server  1548     system  mem       REG                8,9    524288         13 /onyxconfig/mmkv/onyx_config
system_server  1548     system  200u      REG                8,9    524288         13 /onyxconfig/mmkv/onyx_config
ndroid.systemui  1853     u0_a89  mem       REG                8,9    524288         13 /onyxconfig/mmkv/onyx_config
ndroid.systemui  1853     u0_a89  127u      REG                8,9    524288         13 /onyxconfig/mmkv/onyx_config
com.onyx   3139     system  mem       REG                8,9    524288         13 /onyxconfig/mmkv/onyx_config
com.onyx   3139     system  319u      REG                8,9    524288         13 /onyxconfig/mmkv/onyx_config
my sense is that the configs being written into /onyxconfig/mmkv/onyx_config must be coming from some internal database somewhere. I think it might be that thing that we actually want to edit.
starkruzr is offline   Reply With Quote