Changes for page Samsung

Last modified by Drunk Monkey on 2021-02-08 09:34

From version 5.1
edited by Drunk Monkey
on 2021-02-08 06:55
Change comment: There is no comment for this version
To version 6.1
edited by Drunk Monkey
on 2021-02-08 06:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -251,7 +251,9 @@
251 251  1. You can now execute  **pm uninstall -k ~-~-user 0**  (this will keep the app data and cache), or **pm uninstall ~-~-user 0**  (delete app data as well) followed by the package name of the system app to uninstall to remove it from your phone. You can view the [[full list of safe to remove Samsung apps along with the command extension>>url:https://drive.google.com/file/d/1wuH2k0IafCCjxDnVLgnE26l-hsuYgmGl/view]] on Google Drive. For example, if you want to remove Samsung Email from your device, use the following command.
252 252  1. pm uninstall -k ~-~-user 0 com.samsung.android.email.provider
253 253  1. pm uninstall ~-~-user 0 com.samsung.android.email.provider
254 -1. After the execution of each app uninstallation command, you’ll get a “**Success**” message to indicate that the app package has been removed.[[image:https://r1.community.samsung.com/t5/image/serverpage/image-id/1223679i9A64A2038421C493/image-size/medium?v=1.0&px=400||alt="SamNoteUser_5-1594509216508.png"]]
254 +1. After the execution of each app uninstallation command, you’ll get a “**Success**” message to indicate that the app package has been removed.
255 +[[image:https://r1.community.samsung.com/t5/image/serverpage/image-id/1223679i9A64A2038421C493/image-size/medium?v=1.0&px=400||alt="SamNoteUser_5-1594509216508.png"]]
256 +
255 255  You can thus uninstall as many preinstalled apps on your Samsung Galaxy smartphone or tablet as you want to without root
256 256  
257 257  === Restore Uninstalled System Apps ===
... ... @@ -266,7 +266,6 @@
266 266  
267 267  [[image:https://r1.community.samsung.com/t5/image/serverpage/image-id/1223681i8E971392F8343576/image-size/medium?v=1.0&px=400||alt="SamNoteUser_6-1594509216509.png"]]
268 268  
269 -
270 270  === Disable Samsung Bloatware ===
271 271  
272 272  There is one ADB shell command that lets you just disable an app package on your Samsung or Android. Below is an example command for disabling Bixby on Samsung devices.
... ... @@ -274,5 +274,3 @@
274 274  adb shell pm disable-user ~-~-user 0 com.samsung.android.bixby.wakeup
275 275  
276 276  That’s all about how we can remove bloatware on Samsung Galaxy devices and re-install the uninstalled apps without root using ADB shell commands. I’ll keep updating the list of safe to remove Samsung bloatware for the phones that will be launched in the future.
277 -
278 -Top of Form