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 11:14] gcooper |
computing:mobile:android_debloat [2021/08/12 12:05] (current) gcooper |
||
---|---|---|---|
Line 5: | Line 5: | ||
Here is a nice {{: | Here is a nice {{: | ||
- | ===== Prerequisites | + | ===== Power Button |
- | You need to **[[https:// | + | The **Side Key** may need to be configured so that it is useful once Bixby is removed. |
+ | |||
+ | **Settings | ||
+ | |||
+ | ===== Prerequisites ===== | ||
- | You need to enable Developer Options and USB Debugging on your phone first. | + | You need to **[[https:// |
===== ADB Commands ===== | ===== ADB Commands ===== | ||
Line 32: | 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 123: | 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 150: | 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 | ||
######################################### | ######################################### |