mirror of
https://github.com/khlam/debloat-samsung-android.git
synced 2026-04-18 00:53:52 +02:00
993 B
993 B
Debloat Samsung Android Phones
Tested and working on Galaxy S9.
What?
This repository contains a list of adb commands to remove bloatware from Samsung Android devices. It removes all Samsung-related apps, Facebook services, Google apps, etc. You can still re-install any app you need. I've only tested this on my personal Samsung Galaxy S9.
How?
- Enable Android "Developer Options"
- Turn on "USB Debugging"
- Download and start ADB - XDA Forums for your OS.
- Connect your Samsung Android phone to your computer. Verify that adb sees your device and the daemon is running with the following command
adb devices
- Enter shell with the following command
adb shell
- Once in the device's shell, simply copy and paste all desired commands from commands.txt to remove the package. I encourage researching each package to make sure you don't need it.