SystemlessDebloaterList - mModule/guide_sDebloater GitHub Wiki

SystemlessDebloaterList file for Systemless Debloater Magisk Module

Originally this module required a configuration file named SystemlessDebloaterList.sh that was sourced when the module was installed.
The installation script looked for a varable from this file.

This could be confusing to users who are not fimilular with shell script code.

The updated configuration file format is easier and more user friendly.
See User configuration file for more information.


SystemlessDebloaterList file.

File location and name.

Your configuration file needs to be in located in the Download directory on the device.
Normally /sdcard/Download/

Your configuration file needs to be named.

  • SystemlessDebloaterList.sh

Define a list of stock apps for debloating:

Include the name of the app(s) you want to hide on boot.
This needs to be the actual file name of the system app.
The names are style and case-sensitive.
It must match the actual file name.

Example:
Google Chrome stub
Correct : Chrome-Stub
Incorrect : ChromeStub
Incorrect : chrome-stub

YouTube
Correct : YouTube
Incorrect : YOUTUBE
Incorrect : youtube

A stub file is a placeholder app.
A reduced version of the app so the full version can be downloaded.
When a stub app is installed as system app, the full version will be treated as a system app.

File format:

This file contains a varable named DebloatList that is sourced when the module is installed.
The app names must be included in the varable.
The names have to be between the opening and closeing double quote ".
The names need to be seperated by a newline, space or a mix of both.

Examples:
Remove Calculator, Chrome, Google QuickSearch, YouTube and YT Music.

DebloatList="
Calculator
CalculatorGooglePrebuilt
Chrome
Chrome-Stub
ExactCalculator
Velvet
YouTube
YouTubeMusicPrebuilt
"

or

DebloatList="Calculator CalculatorGooglePrebuilt
Chrome Chrome-Stub
ExactCalculator
Velvet
YouTube
YouTubeMusicPrebuilt"

Systemless Debloater Magisk Module. Copyright (c) zgfg @ xda-developers.

⚠️ **GitHub.com Fallback** ⚠️