Skip to content

Debloater-OppoColorOS-CN-by-Ox1d3x3-v0.6.2

Choose a tag to compare

@ox1d3x3 ox1d3x3 released this 21 Dec 22:23
· 15 commits to main since this release
70980d9

Added

  • Universal boot-time permission & fallback execution fix

    • Ensures the debloater binary 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/bin exists)
  • Root manager detection (best-effort) for diagnostics

    • Displays an inferred RootMgr value in the terminal banner to help identify the active root environment.

Fixed

  • Resolved debloater: inaccessible or not found issues seen on certain root managers/compat layers (notably SukiSU Ultra / Magisk-compat installs) where install-time set_perm may not apply correctly.