Skip to content

Instantly share code, notes, and snippets.

@CactiChameleon9
Last active August 12, 2023 09:07
Show Gist options
  • Save CactiChameleon9/8322a408dcb58cbcd7ebe7a6e78f9bd4 to your computer and use it in GitHub Desktop.
Save CactiChameleon9/8322a408dcb58cbcd7ebe7a6e78f9bd4 to your computer and use it in GitHub Desktop.
Debloat list for the Samsung Galaxy A03s (Android 11)
com.facebook.services
com.facebook.system
com.facebook.appmanager
com.linkedin.android
com.spotify.music
com.zhiliaoapp.musically
com.microsoft.office.outlook
com.microsoft.skydrive
com.microsoft.office.officehubrow
com.netflix.mediaclient
android.autoinstalls.config.samsung
com.aura.oobe.samsung.gl
com.hiya.star #creepy
com.osp.app.signin
com.samsung.aasaservice
com.samsung.android.allshare.service.mediashare
com.samsung.android.app.appsedge
com.samsung.android.app.clipboardedge
com.samsung.android.app.cocktailbarservice
com.samsung.android.app.contacts
com.samsung.android.app.dressroom
com.samsung.android.app.galaxyfinder
com.samsung.android.app.notes
com.samsung.android.app.notes.addons
com.samsung.android.app.omcagent
com.samsung.android.app.reminder
com.samsung.android.app.settings.bixby
com.samsung.android.app.sharelive
com.samsung.android.app.spage
com.samsung.android.app.taskedge
# com.samsung.android.app.telephonyui # NEEDED FOR roaming/apn SETTINGS
com.samsung.android.app.watchmanagerstub
com.samsung.android.aware.service
com.samsung.android.beaconmanager
com.samsung.android.calendar
com.samsung.android.da.daagent # duel messenger
com.samsung.android.dialer
com.samsung.android.dqagent
com.samsung.android.dsms
com.samsung.android.dynamiclock
com.samsung.android.easysetup
com.samsung.android.fmm
com.samsung.android.forest # DIGITAL WELLBING - USAGES STATS OR SOME USELESS THING
com.samsung.android.galaxy
com.samsung.android.honeyboard # SAMSUNG KEYBOARD
com.samsung.android.location #samsung apps location only
com.samsung.android.mapsagent
com.samsung.android.mdm
com.samsung.android.mdx.kit
com.samsung.android.mdx.quickboard
com.samsung.android.messaging
com.samsung.android.mobileservice
com.samsung.android.networkdiagnostic
com.samsung.android.privateshare
com.samsung.android.rubin.app
com.samsung.android.scloud
com.samsung.android.sdk.handwriting
com.samsung.android.sdm.config
com.samsung.android.securitylogagent
com.samsung.android.service.peoplestripe
com.samsung.android.shortcutbackupservice
com.samsung.android.smartcallprovider #smart call, terrible
com.samsung.android.smartswitchassistant
com.samsung.android.sm.devicesecurity
com.samsung.android.stickercenter
com.samsung.android.tvplus
com.samsung.android.video
com.samsung.android.voc
com.samsung.app.newtrim
com.samsung.crane #CALLS PLUS
com.samsung.klmsagent
com.samsung.sree
com.samsung.storyservice
com.sec.android.app.samsungapps
com.google.android.apps.tachyon
com.google.android.apps.youtube.music
com.google.android.youtube
com.google.android.videos
com.sec.android.app.myfiles
com.sec.android.app.sbrowser
com.sec.android.app.voicenote
com.sec.android.app.chromecustomizations
com.google.android.gm
com.sec.android.app.clockpackage
com.sec.android.gallery3d
com.sec.android.app.popupcalculator
com.sec.android.daemonapp
com.sec.spp.push
com.samsung.android.messaging
com.google.android.apps.messaging
@CactiChameleon9
Copy link
Author

The following command can be use to reinstall all of the system apps

sed 's/^/adb shell cmd package install-existing /' debloatListA03s | grep -Ev ^'(#|$)' > debloatListA03s.sh; bash debloatListA03s.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment