User Tools

Site Tools


computing:mobile:android_debloat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:mobile:android_debloat [2021/05/29 10:41]
gcooper
computing:mobile:android_debloat [2021/08/12 12:05] (current)
gcooper
Line 1: Line 1:
 ====== Debloat a Samsung S20 ====== ====== Debloat a Samsung S20 ======
 +
 +===== Wallpaper =====
 +
 +Here is a nice {{:computing:mobile:gray_wallpaper_1440x3120.jpg?linkonly|gray wallpaper}} that is not annoying and is easy on the eye. (1440x3120)
 +
 +===== Power Button =====
 +
 +The **Side Key** may need to be configured so that it is useful once Bixby is removed.
 +
 +**Settings -> Advanced Features -> Side Key -> Press and Hold -> Power Off Menu**
 +
 +===== Prerequisites =====
 +
 +You need to **[[https://www.xda-developers.com/install-adb-windows-macos-linux/|install ADB on your computer, then enable Developer Options and USB Debugging on your phone]]**.
 +
 +===== ADB Commands =====
  
 <note warning>Warning! This is how I uninstalled most of the crapware on **MY** phone.  It's very easy to overdo this operation leaving your phone in an undesirable or unworkable state!  I did **several** time consuming factory resets before writing this page.  Be cautious!</note> <note warning>Warning! This is how I uninstalled most of the crapware on **MY** phone.  It's very easy to overdo this operation leaving your phone in an undesirable or unworkable state!  I did **several** time consuming factory resets before writing this page.  Be cautious!</note>
 +
 +<note>Many of these commands will result in **failure** because your device won't have the same set of crapware as mine.  **Just ignore the failures**.</note>
 +
 +{{ :computing:mobile:s20_home.jpg?direct&250|Samsung Galaxy S20 Home Screen}}
  
 <file> <file>
Line 16: Line 36:
 pm uninstall --user 0 com.samsung.android.app.appsedge pm uninstall --user 0 com.samsung.android.app.appsedge
  
-#Samsung Email +#Samsung Email & Calendar
-pm uninstall --user 0 com.samsung.android.email.provider+
 pm uninstall --user 0 com.samsung.android.email.provider pm uninstall --user 0 com.samsung.android.email.provider
 +pm uninstall --user 0 com.wsomacp
 +pm uninstall --user 0 com.samsung.android.calendar
  
 #Samsung Bixby #Samsung Bixby
Line 107: Line 128:
 pm uninstall --user 0 com.dsi.ant.plugins.antplus pm uninstall --user 0 com.dsi.ant.plugins.antplus
  
-#Samsung Misc+#Misc
 pm uninstall --user 0 com.cnn.mobile.android.phone pm uninstall --user 0 com.cnn.mobile.android.phone
 pm uninstall --user 0 jp.gocro.smartnews.android pm uninstall --user 0 jp.gocro.smartnews.android
Line 134: Line 155:
 pm uninstall --user 0 ru.yandex.searchplugin pm uninstall --user 0 ru.yandex.searchplugin
 pm uninstall --user 0 com.samsung.android.mateagent pm uninstall --user 0 com.samsung.android.mateagent
 +pm uninstall --user 0 com.samsung.android.drivelink.stub
 +pm uninstall --user 0 com.google.ar.core
 +pm uninstall --user 0 com.samsung.android.wellbeing
 +pm uninstall --user 0 com.samsung.android.da.daagent
 +pm uninstall --user 0 com.samsung.android.service.livedrawing
  
 ######################################### #########################################
computing/mobile/android_debloat.1622306516.txt.gz · Last modified: 2021/05/29 10:41 by gcooper