https://github.com/ouramdane19/samsung-bloatware-manager
Samsung Bloatware manager : remove unused packages. Improve device performance by reducing memory usage and the number of packages to update..
https://github.com/ouramdane19/samsung-bloatware-manager
adb android bloatware-removal powershell samsung
Last synced: 5 months ago
JSON representation
Samsung Bloatware manager : remove unused packages. Improve device performance by reducing memory usage and the number of packages to update..
- Host: GitHub
- URL: https://github.com/ouramdane19/samsung-bloatware-manager
- Owner: ouramdane19
- License: gpl-3.0
- Created: 2025-09-28T11:40:48.000Z (5 months ago)
- Default Branch: profile
- Last Pushed: 2025-09-28T12:27:11.000Z (5 months ago)
- Last Synced: 2025-09-28T13:28:29.346Z (5 months ago)
- Topics: adb, android, bloatware-removal, powershell, samsung
- Language: PowerShell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Samsung Bloatware Manager - Documentation
## Overview
This PowerShell script helps manage Samsung bloatware on Android devices via ADB. It is interactive and allows:
- Downloading and installing ADB if missing
- Listing installed apps with readable names
- Uninstalling or restoring predefined Samsung apps
- Selecting individual apps to uninstall or restore
## Predefined Bloatware
The script targets apps such as:
- com.sec.android.app.sbrowser (Samsung Internet)
- com.samsung.android.app.sbrowseredge (Samsung Internet Edge)
- com.samsung.android.spay / spayfw (Samsung Pay)
- com.sec.android.app.music (Samsung Music)
- com.samsung.android.video (Samsung Video)
- com.samsung.android.game.gamehome (Game Launcher)
- com.samsung.android.game.gos (Game Optimizing Service)
- com.samsung.android.app.spage (Samsung Free / Daily)
- com.samsung.android.bixby.service (Bixby Core)
- com.samsung.android.visionintelligence (Bixby Vision)
- com.samsung.android.arzone (AR Zone)
## Usage
1. Enable USB Debugging on your Samsung device.
2. Connect the device to your PC.
3. Run the script in PowerShell.
4. Choose from the interactive menu to uninstall or restore apps.
5. For custom apps, choose option 3 or 4.
## Safety Notes
- Only uninstall apps you are sure you do not use.
- Some apps (Samsung Account, Calendar, Email) are critical for Samsung services.
- Uninstalling apps via `--user 0` is reversible. Root removal is permanent and risky.