This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:mobile:android_debloat [2021/05/29 10:58] 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 {{: | ||
+ | |||
+ | ===== 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:// | ||
+ | |||
+ | ===== ADB Commands ===== | ||
<note warning> | <note warning> | ||
Line 5: | Line 21: | ||
< | < | ||
- | Here is a nice {{: | + | {{ : |
< | < | ||
Line 20: | 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 111: | Line 128: | ||
pm uninstall --user 0 com.dsi.ant.plugins.antplus | pm uninstall --user 0 com.dsi.ant.plugins.antplus | ||
- | #Samsung | + | #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 138: | 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 | ||
######################################### | ######################################### |