Hidden Settings
Hidden Settings is essentially a wrapper for the settings
android command.
Using this module will make it easier to find certain rom settings that may not be visible under regular circumstances.
The use of this module can cause serious harm if you do not know what you are doing. If you don't know what a setting does you SHOULD NOT attempt to change it. I (Skittles9823) will not be responsible for ANY damage caused to anyone's devices due to the use of this module.
- Install the module from the Magisk Manager's Downloads section, then reboot.
- open a terminal then type
su
thenhidden
to activate the UI.
- Module source
- mod-util by veez21@XDA-Developers
- Magisk by topjohnwu
- Magisk Module Template by topjohnwu
- update to latest Magisk module template
- remove a clear that made it impossible to view the settings dump for a whole namespace
- fix resetting settings
- optimise sed statements and switch to a more readable delimiter
- some longer sed statements should have been using simple awk statements, so let's do that kthnks
- read can take multiple args, let's use that feature to clean up my menus
- initial version