Quote:
Originally Posted by Trender22
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.