Skip to content

Commit 72253ca

Browse files
authored
README: misc stuff
1 parent c302a4e commit 72253ca

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ This script generates a removal script to clean unnecessary packages from your A
77
- Alternatively, manually edit `stock_rom_packages` to create `debloated_rom_packages` (refer to step 3 for the adb command to dump the list).
88
- Use `SPG=1` to regenerate `stock_rom_packages` if needed.
99
- You might need to format `/data` to make the ROM boot after debloating if you ran it in TWRP.
10+
- If your stock has uses erofs or any read-only fs, just use the list from `packages_to_replace` in a module to systemlessly debloat (module generation coming soon™).
1011

1112
### Prerequisites
1213
- Root access with Magisk or Custom recovery like TWRP.
1314
- A package list from a debloated ROM.
1415
- Backup your data before running the generated script.
1516
- Devices need to have `avb` disabled.
17+
- Basic knowledge of bash and Android.
1618

1719
### Usage
1820

@@ -36,17 +38,17 @@ This script generates a removal script to clean unnecessary packages from your A
3638

3739
4. **Edit `blacklist.sh`:**
3840

39-
You can add **APKs** and **directories** that are to be ignored and run gen.sh again. By default, it blacklists `/apex`, `/data`, and `/vendor`.
41+
You can add **APKs** and **directories** that are to be ignored and run `gen.sh` again. By default, it blacklists `/apex`, `/data`, and `/vendor`.
4042

41-
6. **Flash the ZIP in TWRP/Execute nuke.sh in TERMUX:**
43+
5. **Flash the ZIP in TWRP/Execute nuke.sh in TERMUX:**
4244

43-
After running `gen.sh`, a TWRP flashable ZIP will be generated in the `package` directory and `nuke.sh` in repo dir
45+
After running `gen.sh`, a TWRP flashable ZIP will be generated in the `package` directory and `nuke.sh` in the repo directory.
4446

4547
Transfer the generated ZIP to your device and flash it in TWRP. This will automatically handle mounting and removing the packages.
4648

4749
**OR**
4850

49-
Execute nuke.sh in Termux
51+
Execute `nuke.sh` in Termux.
5052

5153
### Warnings
5254
- This script will remove packages from your device. The author is not responsible for any damage.

0 commit comments

Comments
 (0)