Skip to content

Node script which generates a recovery zip to remove bloatware from ROM

Notifications You must be signed in to change notification settings

jayesh100/recovery-rom-debloat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recovery-rom-debloat

Node script which generates a recovery zip to remove bloatware from ROM. Useful for Android users who flash ROMs often and dislike having excessive apps on their phone.

Disclaimer

This script is intended for those who mess around with their Android devices regularly, if you do not know words like flashing, ROMs, bricking or bootlooping - this is NOT for you!

This has been tested on an S5 (klte) running Oreo (ROM here). Flash at your own risk!

Usage

  1. Make sure you have node and zip installed
  2. Run npm i
  3. Ensure ./src/removalApps.mjs and ./src/dirs/* contain all directories which you want removed after flashing the zip
  4. npm run create
  5. Copy zip from ./build/removal.zip onto phone and flash through recovery

About

Node script which generates a recovery zip to remove bloatware from ROM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published