https://github.com/surendrajat/android-debloater
Cleanup android bloatware (cr)app without root
https://github.com/surendrajat/android-debloater
android bloatware bloatware-removal debloater
Last synced: 4 months ago
JSON representation
Cleanup android bloatware (cr)app without root
- Host: GitHub
- URL: https://github.com/surendrajat/android-debloater
- Owner: Surendrajat
- Created: 2020-04-25T13:10:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T12:31:07.000Z (about 5 years ago)
- Last Synced: 2025-04-29T20:39:50.113Z (about 1 year ago)
- Topics: android, bloatware, bloatware-removal, debloater
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 23
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Debloater
### Clean your bloated device without root!
## Requirement
- **ADB**
- Python3
- A bloated android device
- A functional brain
## Debloating
1. Clone this repo:
```bash
git clone https://github.com/Surendrajat/android-debloater && cd android-debloater
```
2. Connect device with `adb` and test with:
```bash
adb decives
```
3. Run
```bash
adb shell pm list packages > pkg.list
```
5. Open **pkg.list** file and add a hyphen(-) to the bloat apps.
For eg:
Change
`package:com.bloat.bs`
to
`-package:com.bloat.bs`
6. Save **pkg.list** and run:
```bash
python debloater.py
```
## Troubleshooting
Meh! It's simple. Figure out yourself. [Useful link](https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/)