https://github.com/archetipico/androiddebloater
Android debloater for Samsung Galaxy Note10
https://github.com/archetipico/androiddebloater
android debloater shell
Last synced: about 1 month ago
JSON representation
Android debloater for Samsung Galaxy Note10
- Host: GitHub
- URL: https://github.com/archetipico/androiddebloater
- Owner: archetipico
- Created: 2022-05-04T19:45:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T22:42:50.000Z (almost 2 years ago)
- Last Synced: 2025-07-26T21:03:16.985Z (11 months ago)
- Topics: android, debloater, shell
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AndroidDebloater
Android debloater specifically created for Samsung Galaxy Note10 running Android 11.
> [!CAUTION]
> I cannot be held accountable for potential data corruption or the deletion of crucial packages. Some functionalities, whether essential or not, may cease to function properly. It is conceivable that critical features, such as geolocation for emergency calls, may no longer operate as expected. I cannot provide assurance in this regard as my testing was limited to my own device and typical daily tasks. This project serves as a learning exercise, created solely for the purpose of acquiring new knowledge. By utilizing this script, you are fully aware of your actions and assume responsibility for your choices.
## Requirements
Just ADB, no need for a rooted device.
## Applications
- Save battery life for a greener future
- Enhance device efficiency
- Remove trackers and unwanted personalization features
- Study how the Android system works and the specific roles of each service
## Usage
> [!IMPORTANT]
> Beware that apps are going to be deleted: check the list before continuing.
- Clone this project
- Check ADB connection with your device
- Run
./debloat.shfor a full debloating or./debloat.sh -lfor a lighter one
This will uninstall services for user 0 (you).
If something breaks, reinstall the missing package with adb shell cmd package install-existing \.
If you want to undo everything, just run ./bloat.sh
## Final notes
Some packages like com.samsung.android.game.gos and com.sec.android.sdhms keep reappearing in my system. I don't know why this happens, maybe you need root permissions for those packages (?).