A bash script to remove unwanted system apps and disable bloatware on the Samsung Galaxy F06 5G via ADB. Removes telemetry, carrier junk, Google cruft, and Samsung's own redundant apps — reclaiming storage and RAM while keeping the device functional and stable.
Template for your device: This script is specific to the Galaxy F06 5G and my app removal criteria, but the structure and approach serve as a template. Adapt the package lists to match your own device model and preferences. Customize which apps to remove, which to disable, and which to leave untouched. Your device, your rules.
Requirements: ADB installed, USB debugging enabled, and a willingness to be intentional about what stays on your phone.
#!/bin/bash
# ==============================================================================