Debloater-OppoColorOS-CN-by-Ox1d3x3-v0.6.2
Added
-
Universal boot-time permission & fallback execution fix
- Ensures the
debloaterbinary is executable on every boot (chmod 0755) across common module locations:/data/adb/modules/debloater_systemless_x1/system/bin/debloater(Magisk / compat)/data/adb/ksu/modules/debloater_systemless_x1/system/bin/debloater(KernelSU / KSU Next)/data/adb/apatch/modules/debloater_systemless_x1/system/bin/debloater(APatch, best-effort)
- Creates a PATH-independent fallback launcher at:
/data/local/tmp/debloater
- Optionally installs a helper copy to:
/data/local/bin/debloater(only if/data/local/binexists)
- Ensures the
-
Root manager detection (best-effort) for diagnostics
- Displays an inferred
RootMgrvalue in the terminal banner to help identify the active root environment.
- Displays an inferred
Fixed
- Resolved
debloater: inaccessible or not foundissues seen on certain root managers/compat layers (notably SukiSU Ultra / Magisk-compat installs) where install-timeset_permmay not apply correctly.