Changes for page Samsung

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

From version 13.1
edited by Drunk Monkey
on 2021-02-08 08:39
Change comment: Uploaded new attachment "SamNoteUser_0-1594509216501.png", version {1}
To version 13.2
edited by Drunk Monkey
on 2021-02-08 08:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,10 @@
1 1  Originally from: [[https:~~/~~/r1.community.samsung.com/t5/others/how-to-remove-samsung-bloatware-without-root/td-p/5817510>>https://r1.community.samsung.com/t5/others/how-to-remove-samsung-bloatware-without-root/td-p/5817510]]
2 2  
3 +(% class="wikigeneratedid" %)
4 +== Installing adb on Mac ==
5 +
6 +[[https:~~/~~/stackoverflow.com/questions/31374085/installing-adb-on-macos>>https://stackoverflow.com/questions/31374085/installing-adb-on-macos]]
7 +
3 3  == How to Remove Samsung Bloatware without Root ==
4 4  
5 5  [[[[image:https://r1.community.samsung.com/t5/image/serverpage/avatar-name/comm_avata_09/avatar-theme/candy/avatar-collection/newAvatars/avatar-display-size/message/version/2?xdesc=1.0||alt="SamNoteUser"]]>>url:https://r1.community.samsung.com/t5/user/viewprofilepage/user-id/9419552]]
... ... @@ -48,7 +48,7 @@
48 48  11. **#3 Get the list of all Samsung apps**
49 49  11. adb shell pm list packages | grep 'samsung' ('pm' in the above commands stands for "package manager")
50 50  11. You’ll now have the list of package names of all Samsung apps and other Android apps installed on your device.
51 -[[image:https://r1.community.samsung.com/t5/image/serverpage/image-id/1223675iB42D48ED101DBC7E/image-dimensions/468x634?v=1.0||alt="SamNoteUser_0-1594509216501.png" height="634" width="468"]]
56 +[[image:SamNoteUser_0-1594509216501.png]]
52 52  ADB shell pm list packages command
53 53  You can copy the list of apps from the command windows and copy it to a text file.
54 54  1. **Using an Android App**
... ... @@ -56,7 +56,7 @@
56 56  1. **Via Play Store URL**
57 57  You can find out the APK package name for any app by opening the app page in the Play Store in a desktop browser as shown below.
58 58  
59 -[[image:https://r1.community.samsung.com/t5/image/serverpage/image-id/1223676i9FC3B592840D365E/image-size/medium?v=1.0&px=400||alt="SamNoteUser_1-1594509216503.png"]]
64 +[[image:SamNoteUser_1-1594509216503.png]]
60 60  
61 61  
62 62  
... ... @@ -241,11 +241,11 @@
241 241  1. In order that ADB commands can communicate with your computer, you need to [[enable **USB debugging** on your Samsung device>>url:https://technastic.com/developer-options-android/]].
242 242  1. Please note that the screen of your device is not locked while you execute the ADB commands. Go to **Settings > Display > Screen Timeout** and increase the duration to 10 minutes.
243 243  1. Connect your Samsung phone to the PC.
244 -1. Now open the platform-tools folder and launch a Power Shell or Command Prompt window. To do that, just type ‘**cmd**‘ in the folder address bar and press the **Enter** key.[[image:https://r1.community.samsung.com/t5/image/serverpage/image-id/1223677i1EA84647DD0838B5/image-size/medium?v=1.0&px=400||alt="SamNoteUser_2-1594509216506.png"]]
249 +1. Now open the platform-tools folder and launch a Power Shell or Command Prompt window. To do that, just type ‘**cmd**‘ in the folder address bar and press the **Enter** key.[[image:SamNoteUser_2-1594509216506.png]]
245 245  1. 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.
246 246  adb devices
247 -[[image:https://r1.community.samsung.com/t5/image/serverpage/image-id/1223680i9FB181519CD6C0C8/image-size/medium?v=1.0&px=400||alt="SamNoteUser_3-1594509216507.jpeg"]]
248 -1. This should return the ID of your device in the form of an alphanumeric string to show that your phone is properly connected and is ready to interact with ADB via computer.[[image:https://r1.community.samsung.com/t5/image/serverpage/image-id/1223678iF2F9010125E79D60/image-size/medium?v=1.0&px=400||alt="SamNoteUser_4-1594509216508.png"]]
252 +[[image:SamNoteUser_3-1594509216507.jpg]]
253 +1. This should return the ID of your device in the form of an alphanumeric string to show that your phone is properly connected and is ready to interact with ADB via computer.[[image:SamNoteUser_4-1594509216508.png]]
249 249  1. Now, execute the following command.
250 250  adb shell
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,7 +252,7 @@
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 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"]]
260 +[[image:SamNoteUser_5-1594509216508.png]]
256 256  
257 257  You can thus uninstall as many preinstalled apps on your Samsung Galaxy smartphone or tablet as you want to without root
258 258  
... ... @@ -266,7 +266,7 @@
266 266  
267 267  Simply execute the above command as shown below to restore an app package that you uninstalled earlier.
268 268  
269 -[[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"]]
274 +[[image:SamNoteUser_6-1594509216509.png]]
270 270  
271 271  === Disable Samsung Bloatware ===
272 272