Do you also find that the Samsung Galaxy S20 phone has too many applications on it that you don't use? Or does the battery run out faster than you'd expect?
Then removing bloatware may be a good solution. Note that this is for advanced users. Be sure you know what you're doing!
To remove the bloatware, we will be using adb (Android Debug Bridge) over USB. Connect you device using ADB afterwards you must enable USB debugging in the device system settings, under Developer options.
On Android 4.2 and higher, the Developer options screen is hidden by default. To make it visible, go to Settings > About phone and tap Build number seven times. Return to the previous screen to find Developer options at the bottom.
On some devices, the Developer options screen might be located or named differently.
Now get the latest Android SDK Platform-Tools from here.
Unpack the resulting file using software like 7-zip, then open a command prompt or terminal. On Windows 10 you can hold the shift key and then right click in an open area in the folder where ADB.exe is located to open a command prompt.
Now follow these steps:
Launch the Command prompt or PowerShell window.
Connect your device to the computer using USB.
Now, type the following ADB command and hit the Enter key. Keep an eye on your phone’s screen as you do it and Allow USB debugging when prompted. adb devices
Execute the following ADB shell commands. The first for the list of all apps, and the second one for the list of all system apps. #1 Get the list of all apps adb shell pm list packages #2 Get the list of system apps only adb shell pm list packages -s #3 Get the list of all Samsung apps adb shell pm list packages | grep 'samsung' (‘pm’ in the above commands stands for “package manager”
You’ll now have the list of package names of all Samsung apps and other Android apps installed on your device.
Type adb shell
Now you can start removing apps by using the command pm uninstall -k --user 0 [Package Name]
You can use the list of apps you generated in step 4 above, or use below list for apps that I've found can be safely uninstalled.
Uninstalled the wrong app? You can use the command below to reinstall an app cmd package install-existing [Package Name]
Note that you should not uninstall GMS, if your device is malfunctioning you can reinstall GMS using the following commands:
cmd package install-existing com.google.android.gms
cmd package install-existing com.google.android.gms.location.history
cmd package install-existing com.sec.android.app.launcher
Apps that are save to delete:
pm uninstall --user 0 com.samsung.android.game.gos
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.samsung.android.game.gametools
pm uninstall --user 0 com.samsung.android.game.gos
pm uninstall --user 0 com.samsung.android.game.gos
pm uninstall --user 0 com.samsung.android.app.ledbackcover
pm uninstall --user 0 com.sec.android.cover.ledcover
pm uninstall --user 0 com.samsung.android.emojiupdater
pm uninstall --user 0 com.samsung.android.aremoji
pm uninstall --user 0 com.samsung.android.spayfw
pm uninstall --user 0 com.samsung.android.samsungpass
pm uninstall --user 0 com.samsung.android.samsungpassautofill
pm uninstall --user 0 com.wsomacp
pm uninstall --user 0 com.samsung.android.svoiceime
pm uninstall --user 0 com.samsung.android.beaconmanager
pm uninstall --user 0 com.samsung.android.scloud
pm uninstall --user 0 com.samsung.android.app.social
pm uninstall --user 0 com.sec.android.app.launcher
pm uninstall --user 0 com.samsung.android.bixbyvision.framework
pm uninstall --user 0 com.samsung.android.bixby.agent.dummy
pm uninstall --user 0 com.samsung.android.bixby.agent
pm uninstall --user 0 com.samsung.android.bixby.service
pm uninstall --user 0 com.samsung.android.app.routines
pm uninstall --user 0 com.samsung.android.app.spage
pm uninstall --user 0 com.samsung.android.bixby.wakeup
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.google.android.gm
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.google.android.apps.photos
pm uninstall --user 0 com.google.android.apps.docs
pm uninstall --user 0 com.samsung.android.kidsinstaller
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.facebook.appmanager
pm uninstall --user 0 com.facebook.system
pm uninstall --user 0 com.google.android.apps.photos
pm uninstall --user 0 com.google.android.videos
pm uninstall --user 0 com.google.android.apps.youtube.music
pm uninstall --user 0 com.android.chrome
pm uninstall --user 0 com.android.chrome
pm uninstall --user 0 com.google.android.apps.photos
pm uninstall --user 0 com.google.android.videos
pm uninstall --user 0 com.google.android.apps.youtube.music
pm uninstall --user 0 com.android.chrome
pm uninstall --user 0 com.google.android.apps.turbo
pm uninstall --user 0 com.netflix.mediaclient
pm uninstall --user 0 com.netflix.partner.activation
pm uninstall --user 0 com.samsung.android.app.routines
pm uninstall --user 0 com.samsung.android.bixby.agent
pm uninstall --user 0 com.samsung.android.bixby.agent.dummy
pm uninstall --user 0 com.samsung.android.bixby.service
pm uninstall --user 0 com.samsung.android.app.settings.bixby
pm uninstall --user 0 com.samsung.systemui.bixby2
pm uninstall --user 0 com.samsung.android.app.settings.bixby
pm uninstall --user 0 com.samsung.systemui.bixby2
pm uninstall --user 0 com.samsung.android.smartswitchassistant
pm uninstall --user 0 com.samsung.android.calendar
pm uninstall --user 0 com.sec.android.app.samsungapps
pm uninstall --user 0 com.samsung.android.app.tips
pm uninstall --user 0 com.samsung.android.themestore
pm uninstall --user 0 com.samsung.android.themecenter
Your device is all clean again!
Related: Galaxy S20 Unboxing an Hands-On video
Yorumlar