Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zgfg authored Jan 29, 2022
1 parent 77a991f commit e33b37b
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 12 deletions.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,23 @@
### Copyright (c) zgfg @ xda, 2020-2022

### Links [Support]
(https://forum.xda-developers.com/mi-9t/how-to/magisk-module-systemless-debloater-t4180083)
https://forum.xda-developers.com/mi-9t/how-to/magisk-module-systemless-debloater-t4180083

### Links [Source]
(https://github.com/zgfg/SystemlessDebloater)
https://github.com/Magisk-Modules-Alt-Repo/SystemlessDebloater

### Description
Module debloates /system, /system_ext, /product, /vendor and /india apps by searching (at the time of module installation) and listing their paths to the Magisk Module Installer REPLACE variable.
Magisk then creates local system tree that will be (systemlessly) replaced into the /system at every (re)boot.
It can be used for any Android - just add/remove your unwanted stock app names to DebloatList var in /Download/SystemlessDebloaterList.sh script on Internal memory, (re)install the module and reboot.
Log will be saved to /Download/SystemlessDebloater.log also on Internal memory.
Before debloating the apps, from Settings/Applications, Uninstall (updates) and Clear Data for them!
Select and systemlessly debloat preinstalled system apps. Supporting up to System As Root (SAR), Dynamic partitions and Android 12. Module must be installed through Magisk app, not TWRP - please read OP instructions in the XDA thread:
https://forum.xda-developers.com/mi-9t/how-to/magisk-module-systemless-debloater-t4180083

Example for the input file /SystemlessDebloaterList.sh:
DebloatList="EasterEgg CatchLog Traceur wps_lite"
My repo (old):

![GitHub release (latest by date)](https://img.shields.io/github/v/release/zgfg/SystemlessDebloater?label=Release&style=plastic) ![GitHub Release Date](https://img.shields.io/github/release-date/zgfg/SystemlessDebloater?label=Release%20Date&style=plastic)
![GitHub Releases](https://img.shields.io/github/downloads/zgfg/SystemlessDebloater/latest/total?label=Downloads%20%28Latest%20Release%29&style=plastic)
![GitHub All Releases](https://img.shields.io/github/downloads/zgfg/SystemlessDebloater/total?label=Total%20Downloads%20%28All%20Releases%29&style=plastic)

Alt-Repo (new):

![GitHub release (latest by date)](https://img.shields.io/github/v/release/Magisk-Modules-Alt-Repo/SystemlessDebloater?label=Release&style=plastic) ![GitHub Release Date](https://img.shields.io/github/release-date/Magisk-Modules-Alt-Repo/SystemlessDebloater?label=Release%20Date&style=plastic)
![GitHub Releases](https://img.shields.io/github/downloads/Magisk-Modules-Alt-Repo/SystemlessDebloater/latest/total?label=Downloads%20%28Latest%20Release%29&style=plastic)
![GitHub All Releases](https://img.shields.io/github/downloads/Magisk-Modules-Alt-Repo/SystemlessDebloater/total?label=Total%20Downloads%20%28All%20Releases%29&style=plastic)
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#### v1.4.6

Configurable list of SAR partitions to debloat

#### v1.4.5

Support for module's Update in Magisk 23018

#### v1.4.4

Shortened Github repo name to align with module's id

#### v1.4.3

Findining and debloating possible duplicates in sytem apps
2 changes: 1 addition & 1 deletion module.prop
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version=1.4.6
versionCode=146
author=zgfg @ xda
support=https://forum.xda-developers.com/mi-9t/how-to/magisk-module-systemless-debloater-t4180083
updateJson=https://raw.githubusercontent.com/zgfg/SystemlessDebloater/main/update.json
updateJson=https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/SystemlessDebloater/main/update.json
description=Select and debloat preinstalled system apps. Supported up to SAR, Dynamic partitions and A12. Module must be installed through Magisk app, not TWRP - see OP instructions in the XDA thread.
4 changes: 2 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 146,
"version": "v1.4.6",
"zipUrl": "https://github.com/zgfg/SystemlessDebloater/releases/download/146/SystemlessDebloater_v1.4.6.zip",
"changelog": "https://raw.githubusercontent.com/zgfg/SystemlessDebloater/main/changelog.txt"
"zipUrl": "https://github.com/Magisk-Modules-Alt-Repo/SystemlessDebloater/releases/download/146/SystemlessDebloater_v1.4.6.zip",
"changelog": "https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/SystemlessDebloater/main/changelog.md"
}

0 comments on commit e33b37b

Please sign in to comment.