| Component | Function | Notable details | |-----------|----------|-----------------| | disable.sh | Master script that orchestrates the disabling process | Detects device model, checks root status, and logs actions to /data/local/tmp/mds.log . | | payload/ | Binary modules that replace or patch system services | Includes patched com.samsung.android.service and com.samsung.android.providers . | | config/ | JSON files mapping features to device‑specific flags | Example: s22_ultra.json disables “Samsung Cloud” and “Bixby Voice”. | | uninstall.sh | Reversal script that restores original binaries from a backup | Safeguards against bricking; requires the original /system image. | | README.md | Usage guide, troubleshooting tips, and contribution guidelines | Highlights required Android version (≥ 8.0) and root method (Magisk or SuperSU). |