Changes for page Samsung

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

From version 17.2
edited by Drunk Monkey
on 2021-02-08 09:15
Change comment: There is no comment for this version
To version 2.1
edited by Drunk Monkey
on 2021-02-08 06:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,13 +1,11 @@
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 -== Installing adb on Mac ==
3 +== How to Remove Samsung Bloatware without Root ==
4 4  
5 -[[https:~~/~~/stackoverflow.com/questions/31374085/installing-adb-on-macos>>https://stackoverflow.com/questions/31374085/installing-adb-on-macos]]
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]]
6 6  
7 -== How to Remove Samsung Bloatware without Root ==
7 + [[SamNoteUser>>url:https://r1.community.samsung.com/t5/user/viewprofilepage/user-id/9419552]]
8 8  
9 -[[[[image:2.png]]>>https://r1.community.samsung.com/t5/user/viewprofilepage/user-id/9419552]]
10 -[[SamNoteUser>>url:https://r1.community.samsung.com/t5/user/viewprofilepage/user-id/9419552]]
11 11  ‎07-12-2020 07:15 AM
12 12  
13 13  Samsung phones and Galaxy Tabs come with lots of preinstalled apps many of which are useless to the end-user. Such apps are called bloatware and because they are installed as system apps, the uninstall option for them remains unavailable. Below is a big list of Samsung bloatware that is safe to remove. Since there’s no bloat removal tool available out there, we’ll also see how we can disable and uninstall system apps without root using ADB commands.
... ... @@ -43,199 +43,286 @@
43 43  11. Enable **USB Debugging** on your Samsung Galaxy phone or Tab.
44 44  11. Connect your device to the computer.
45 45  11. Execute the following ADB shell commands. The first for the list of all apps, and the second one for the list of all system apps.
46 -**#1 Get the list of all apps**
47 -{{code language="bash"}}adb shell pm list packages{{/code}}
48 -**#2 Get the list of system apps only**
49 -{{code language="bash"}}adb shell pm list packages -s{{/code}}
50 -**#3 Get the list of all Samsung apps**
51 -{{code language="bash"}}adb shell pm list packages | grep 'samsung'{{/code}}
52 -('pm' in the above commands stands for "package manager")
53 -11. You’ll now have the list of package names of all Samsung apps and other Android apps installed on your device.
54 -[[image:SamNoteUser_0-1594509216501.png]]
44 +11. **#1 Get the list of all apps**
45 +11. adb shell pm list packages
46 +11. **#2 Get the list of system apps only**
47 +11. adb shell pm list packages -s
48 +11. **#3 Get the list of all Samsung apps**
49 +11. adb shell pm list packages | grep 'samsung' ('pm' in the above commands stands for "package manager")
50 +11. You’ll now have the list of package names of all Samsung apps and other Android apps installed on your device.[[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"]]
51 +
55 55  ADB shell pm list packages command
56 56  You can copy the list of apps from the command windows and copy it to a text file.
57 -
54 +
58 58  1. **Using an Android App**
59 -\\You can find some good apps in the Google Play Store that can help you with finding the app package names. [[App Inspector>>url:https://play.google.com/store/apps/details?id=com.ubqsoft.sec01]], [[Package Browser>>url:https://play.google.com/store/apps/details?id=by4a.reflect]], [[Package Name Viewer 2.0>>url:https://play.google.com/store/apps/details?id=com.csdroid.pkg]], and [[Apps Inspector>>url:https://play.google.com/store/apps/details?id=bg.projectoria.appinspector]] are some worthy options that you should try.
60 -
56 +You can find some good apps in the Google Play Store that can help you with finding the app package names. [[App Inspector>>url:https://play.google.com/store/apps/details?id=com.ubqsoft.sec01]], [[Package Browser>>url:https://play.google.com/store/apps/details?id=by4a.reflect]], [[Package Name Viewer 2.0>>url:https://play.google.com/store/apps/details?id=com.csdroid.pkg]], and [[Apps Inspector>>url:https://play.google.com/store/apps/details?id=bg.projectoria.appinspector]] are some worthy options that you should try.
61 61  1. **Via Play Store URL**
62 -\\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.
63 -[[image:SamNoteUser_1-1594509216503.png]]
58 +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.
64 64  
65 -=== Samsung Bloatware List ===
60 +[[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"]]
66 66  
67 -To make your job easier, I have prepared a list of safe to remove apps on your Samsung device. The pre-installed apps listed below are found on the Galaxy S9, S10, S20, and Note 10. Most of them are common Samsung apps found on all Galaxy phones and Tabs by the Korean giant.
68 68  
69 -{{warning}}
70 -**Warning**: Please note that the list of safe-to-remove pre-installed apps mentioned below is complete in itself. Therefore, they also include some essential system apps that must be disabled or uninstalled very carefully. For example, if you delete apps like Samsung One UI launcher or Samsung Keyboard, you must install 3rd-party alternatives to those apps first.
71 -{{/warning}}
72 72  
73 -Paul's Note: <--strikethrough--> means I am definitely not removing them from my device.  The others We will see
64 +=== Samsung Bloatware List ===
74 74  
66 +To make your job easier, I have prepared a list of safe to remove apps on your Samsung device. The pre-installed apps listed below are found on the Galaxy S9, S10, S20, and Note 10. Most of them are common Samsung apps found on all Galaxy phones and Tabs by the Korean giant.
67 +
75 75  **Samsung Bixby**
76 76  
77 77  After [[disabling Samsung Bixby>>url:https://technastic.com/disable-bixby-samsung-tv/]], you can easily remap the power-~*~*bleep~*~*-Bixby button on your Samsung using a [[button remapper app>>url:https://play.google.com/store/search?q=button%20remapper&c=apps]] from the Play Store.
78 78  
79 -1. --com.samsung.android.bixby.wakeup--
80 -1. --com.samsung.android.app.spage-- | Bixby homepage launcher
81 -1. --com.samsung.android.app.routines-- | Bixby Routines
82 -1. --com.samsung.android.bixby.service-- | Bixby features
83 -1. --com.samsung.android.visionintelligence-- | Bixby Vision
84 -1. --com.samsung.android.bixby.agent-- | Bixby Voice
85 -1. --com.samsung.android.bixby.agent.dummy-- | Bixby debug app
86 -1. --com.samsung.android.bixbyvision.framework-- | Bixby Vision
72 +com.samsung.android.bixby.wakeup
87 87  
74 +com.samsung.android.app.spage | Bixby homepage launcher
75 +
76 +com.samsung.android.app.routines | Bixby Routines
77 +
78 +com.samsung.android.bixby.service | Bixby features
79 +
80 +com.samsung.android.visionintelligence | Bixby Vision
81 +
82 +com.samsung.android.bixby.agent | Bixby Voice
83 +
84 +com.samsung.android.bixby.agent.dummy | Bixby debug app
85 +
86 +com.samsung.android.bixbyvision.framework | Bixby Vision
87 +
88 88  **ANT+ Service**
89 89  
90 90  The following apps are related to Bluetooth services and accessories like watches, fitness tracking, etc.
91 91  
92 -1. --com.dsi.ant.sample.acquirechannels--
93 -1. --com.dsi.ant.service.socket--
94 -1. --com.dsi.ant.server--
95 -1. --com.dsi.ant.plugins.antplus--
92 +com.dsi.ant.sample.acquirechannels
96 96  
94 +com.dsi.ant.service.socket
95 +
96 +com.dsi.ant.server
97 +
98 +com.dsi.ant.plugins.antplus
99 +
97 97  **General System**
98 98  
99 -1. com.android.egg | Android Easter Egg
100 -1. com.sec.android.easyonehand | One hand mode
101 -1. --com.sec.android.widgetapp.samsungapps | Homescreen widget--
102 -1. com.samsung.android.mateagent | Galaxy Friends
103 -1. com.sec.android.easyMover.Agent | Samsung Smart Switch
104 -1. com.samsung.android.app.watchmanagerstub | Galaxy Watch
105 -1. com.sec.android.daemonapp | Samsung Weather
106 -1. com.samsung.android.app.social | What's New
107 -1. com.samsung.ecomm.global | Samsung Shop
108 -1. com.sec.android.app.voicenote | Voice Recorder
109 -1. com.samsung.android.oneconnect | Smart Things
110 -1. com.samsung.android.voc | Samsung Members
111 -1. com.sec.android.app.popupcalculator | Samsung Calculator
112 -1. com.sec.android.splitsound
113 -1. com.google.android.feedback
114 -1. com.google.android.googlequicksearchbox
115 -1. com.google.android.onetimeinitializer
116 -1. com.google.android.partnersetup
117 -1. com.mobeam.barcodeService
118 -1. com.android.providers.downloads.ui
119 -1. com.android.providers.partnerbookmarks
120 -1. com.android.sharedstoragebackup
121 -1. com.android.vpndialogs
122 -1. com.android.wallpaper.livepicker
123 -1. com.android.wallpapercropper
124 -1. com.samsung.android.app.dressroom | Samsung Wallpapers
125 -1. com.samsung.android.scloud
126 -1. com.samsung.android.sdk.handwriting
127 -1. com.samsung.android.sdk.professionalaudio.utility.jammonitor
128 -1. com.samsung.android.universalswitch
129 -1. com.samsung.android.visioncloudagent
130 -1. com.samsung.android.visionintelligence
131 -1. com.samsung.android.widgetapp.yahooedge.finance
132 -1. com.samsung.android.widgetapp.yahooedge.sport
133 -1. com.samsung.app.highlightplayer
134 -1. com.samsung.hiddennetworksetting
135 -1. com.samsung.safetyinformation
136 -1. com.samsung.storyservice
137 -1. com.samsung.android.service.aircommand | Air command
138 -1. com.samsung.android.app.aodservice | Always on Display
139 -1. com.sec.android.app.dexonpc | Samsung Dex
140 -1. com.samsung.android.ardrawing | AR Doodle
141 -1. com.samsung.android.svoiceime
102 +com.android.egg | Android Easter Egg
142 142  
104 +com.sec.android.easyonehand | One hand mode
105 +
106 +com.sec.android.widgetapp.samsungapps | Homescreen widget
107 +
108 +com.sec.android.app.launcher | OneUI Launcher
109 +
110 +com.samsung.android.mateagent | Galaxy Friends
111 +
112 +com.sec.android.easyMover.Agent | Samsung Smart Switch
113 +
114 +com.samsung.android.app.watchmanagerstub | Galaxy Watch
115 +
116 +com.sec.android.daemonapp | Samsung Weather
117 +
118 +com.samsung.android.app.social | What's New
119 +
120 +com.samsung.ecomm.global | Samsung Shop
121 +
122 +com.sec.android.app.voicenote | Voice Recorder
123 +
124 +com.samsung.android.oneconnect | Smart Things
125 +
126 +com.samsung.android.voc | Samsung Members
127 +
128 +com.sec.android.app.popupcalculator | Samsung Calculator
129 +
130 +com.sec.android.splitsound
131 +
132 +com.google.android.feedback
133 +
134 +com.google.android.googlequicksearchbox
135 +
136 +com.google.android.onetimeinitializer
137 +
138 +com.google.android.partnersetup
139 +
140 +com.mobeam.barcodeService
141 +
142 +com.android.providers.downloads.ui
143 +
144 +com.android.providers.partnerbookmarks
145 +
146 +com.android.sharedstoragebackup
147 +
148 +com.android.vpndialogs
149 +
150 +com.android.wallpaper.livepicker
151 +
152 +com.android.wallpapercropper
153 +
154 +com.samsung.android.app.dressroom | Samsung Wallpapers
155 +
156 +com.samsung.android.scloud
157 +
158 +com.samsung.android.sdk.handwriting
159 +
160 +com.samsung.android.sdk.professionalaudio.utility.jammonitor
161 +
162 +com.samsung.android.universalswitch
163 +
164 +com.samsung.android.visioncloudagent
165 +
166 +com.samsung.android.visionintelligence
167 +
168 +com.samsung.android.widgetapp.yahooedge.finance
169 +
170 +com.samsung.android.widgetapp.yahooedge.sport
171 +
172 +com.samsung.app.highlightplayer
173 +
174 +com.samsung.hiddennetworksetting
175 +
176 +com.samsung.safetyinformation
177 +
178 +com.samsung.storyservice
179 +
180 +com.samsung.android.service.aircommand | Air command
181 +
182 +com.samsung.android.app.aodservice | Always on Display
183 +
184 +com.sec.android.app.dexonpc | Samsung Dex
185 +
186 +com.samsung.android.ardrawing | AR Doodle
187 +
188 +com.samsung.android.svoiceime
189 +
143 143  **Samsung Pay & Samsung Pass**
144 144  
145 -1. com.samsung.android.samsungpassautofill | Samsung Auto fill
146 -1. com.samsung.android.authfw | Samsung Authentication
147 -1. com.samsung.android.samsungpass | Samsung Pass
148 -1. com.samsung.android.spay | Samsung Pay
149 -1. com.samsung.android.spayfw | Samsung Pay Framework
192 +com.samsung.android.samsungpassautofill | Samsung Auto fill
150 150  
194 +com.samsung.android.authfw | Samsung Authentication
195 +
196 +com.samsung.android.samsungpass | Samsung Pass
197 +
198 +com.samsung.android.spay | Samsung Pay
199 +
200 +com.samsung.android.spayfw | Samsung Pay Framework
201 +
151 151  **Recreational Apps**
152 152  
153 -1. com.google.ar.core | Google AR core for camera
154 -1. flipboard.boxer.app | Flipboard app
155 -1. com.samsung.android.wellbeing | Digital wellbeing
156 -1. com.samsung.android.da.daagent | Dual Messenger
157 -1. com.samsung.android.service.livedrawing | Live Message
204 +com.google.ar.core | Google AR core for camera
158 158  
206 +flipboard.boxer.app | Flipboard app
207 +
208 +com.samsung.android.wellbeing | Digital wellbeing
209 +
210 +com.samsung.android.da.daagent | Dual Messenger
211 +
212 +com.samsung.android.service.livedrawing | Live Message
213 +
159 159  **Samsung AR Emoji**
160 160  
161 -1. com.samsung.android.aremoji | AR Emoji
162 -1. com.sec.android.mimage.avatarstickers | Stickers for AR Emoji app
163 -1. com.samsung.android.emojiupdater
216 +com.samsung.android.aremoji | AR Emoji
164 164  
218 +com.sec.android.mimage.avatarstickers | Stickers for AR Emoji app
219 +
220 +com.samsung.android.emojiupdater
221 +
165 165  **Samsung Sticker Center**
166 166  
167 -1. com.samsung.android.app.camera.sticker.stamp.preload
168 -1. com.samsung.android.stickercenter
169 -1. com.samsung.android.stickerplugin
170 -1. com.samsung.android.app.camera.sticker.facearframe.preload
171 -1. com.samsung.android.app.camera.sticker.facearexpression.preload
172 -1. com.samsung.android.app.camera.sticker.facear.preload
224 +com.samsung.android.app.camera.sticker.stamp.preload
173 173  
226 +com.samsung.android.stickercenter
227 +
228 +com.samsung.android.stickerplugin
229 +
230 +com.samsung.android.app.camera.sticker.facearframe.preload
231 +
232 +com.samsung.android.app.camera.sticker.facearexpression.preload
233 +
234 +com.samsung.android.app.camera.sticker.facear.preload
235 +
174 174  **Facebook**
175 175  
176 -1. com.facebook.katana
177 -1. com.facebook.system
178 -1. com.facebook.appmanager
179 -1. com.facebook.services
238 +com.facebook.katana
180 180  
240 +com.facebook.system
241 +
242 +com.facebook.appmanager
243 +
244 +com.facebook.services
245 +
181 181  **Samsung Car Mode**
182 182  
183 -1. com.samsung.android.drivelink.stub
248 +com.samsung.android.drivelink.stub
184 184  
185 185  **Printing Service Components**
186 186  
187 -1. com.android.bips
188 -1. com.google.android.printservice.recommendation
189 -1. com.android.printspooler
252 +com.android.bips
190 190  
254 +com.google.android.printservice.recommendation
255 +
256 +com.android.printspooler
257 +
191 191  **Samsung Email**
192 192  
193 -1. com.samsung.android.email.provider
194 -1. com.wsomacp
260 +com.samsung.android.email.provider
195 195  
262 +com.wsomacp
263 +
196 196  **Samsung Game Launcher & Settings**
197 197  
198 -1. com.samsung.android.game.gamehome
199 -1. com.enhance.gameservice
200 -1. com.samsung.android.game.gametools
201 -1. com.samsung.android.game.gos
202 -1. com.samsung.android.gametuner.thin
266 +com.samsung.android.game.gamehome
203 203  
268 +com.enhance.gameservice
269 +
270 +com.samsung.android.game.gametools
271 +
272 +com.samsung.android.game.gos
273 +
274 +com.samsung.android.gametuner.thin
275 +
204 204  **Samsung Browser**
205 205  
206 -1. com.sec.android.app.sbrowser | Samsung Internet
278 +com.sec.android.app.sbrowser | Samsung Internet
207 207  
208 208  **Samsung Gear VR**
209 209  
210 -1. com.samsung.android.hmt.vrsvc
211 -1. com.samsung.android.app.vrsetupwizardstub
212 -1. com.samsung.android.hmt.vrshell
213 -1. com.google.vr.vrcore
282 +com.samsung.android.hmt.vrsvc
214 214  
284 +com.samsung.android.app.vrsetupwizardstub
285 +
286 +com.samsung.android.hmt.vrshell
287 +
288 +com.google.vr.vrcore
289 +
215 215  **Samsung Kids Mode**
216 216  
217 -1. com.samsung.android.kidsinstaller
218 -1. com.samsung.android.app.camera.sticker.facearavatar.preload | Camera stickers
219 -1. com.sec.android.app.kidshome | Kids Home launcher
292 +com.samsung.android.kidsinstaller
220 220  
294 +com.samsung.android.app.camera.sticker.facearavatar.preload | Camera stickers
295 +
296 +com.sec.android.app.kidshome | Kids Home launcher
297 +
221 221  **Samsung LED Cover**
222 222  
223 -1. com.samsung.android.app.ledbackcover
224 -1. com.sec.android.cover.ledcover
300 +com.samsung.android.app.ledbackcover
225 225  
302 +com.sec.android.cover.ledcover
303 +
226 226  **Edge Display**
227 227  
228 -1. com.cnn.mobile.android.phone.edgepanel
229 -1. com.samsung.android.service.peoplestripe | Edge panel plugin for contacts
230 -1. com.samsung.android.app.sbrowseredge | Edge panel plugin for Samsung Internet
231 -1. com.samsung.android.app.appsedge | App panel plugin for Edge display
306 +com.cnn.mobile.android.phone.edgepanel
232 232  
308 +com.samsung.android.service.peoplestripe | Edge panel plugin for contacts
309 +
310 +com.samsung.android.app.sbrowseredge | Edge panel plugin for Samsung Internet
311 +
312 +com.samsung.android.app.appsedge | App panel plugin for Edge display
313 +
233 233  **Samsung Dex**
234 234  
235 -1. com.sec.android.desktopmode.uiservice
236 -1. com.samsung.desktopsystemui
237 -1. com.sec.android.app.desktoplauncher
316 +com.sec.android.desktopmode.uiservice
238 238  
318 +com.samsung.desktopsystemui
319 +
320 +com.sec.android.app.desktoplauncher
321 +
322 +
323 +
239 239  === Removing Samsung Bloatware via ADB ===
240 240  
241 241  Android Debug Bridge or [[ADB is a powerful command-line tool>>url:https://technastic.com/adb-commands-list-adb-cheat-sheet/]] that can perform several tasks. You can use a [[command to reboot your Samsung phone into the Download Mode>>url:https://technastic.com/samsung-download-recovery-mode/]].  Moreover, ADB also makes it easy to disable, block, uninstall, and re-install the system apps on Android devices. The method described below not just works on Samsung devices but on all Android devices running Android 5.0 Lollipop and higher.
... ... @@ -247,21 +247,33 @@
247 247  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/]].
248 248  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.
249 249  1. Connect your Samsung phone to the PC.
250 -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]]
335 +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"]](((
336 +
337 +)))
251 251  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.
339 +
252 252  adb devices
253 -[[image:SamNoteUser_3-1594509216507.jpg]]
254 -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]]
341 +
342 +[[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"]]
343 +
344 +
345 +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"]](((
346 +
347 +)))
255 255  1. Now, execute the following command.
256 -{{code language="bash"}}adb shell{{/code}}
349 +
350 +adb shell
351 +
257 257  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.
258 258  1. pm uninstall -k ~-~-user 0 com.samsung.android.email.provider
259 259  1. pm uninstall ~-~-user 0 com.samsung.android.email.provider
260 -1. After the execution of each app uninstallation command, you’ll get a “**Success**” message to indicate that the app package has been removed.
261 -[[image:SamNoteUser_5-1594509216508.png]]
355 +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"]](((
356 +
357 +)))
262 262  
263 263  You can thus uninstall as many preinstalled apps on your Samsung Galaxy smartphone or tablet as you want to without root
264 264  
361 +
265 265  === Restore Uninstalled System Apps ===
266 266  
267 267  If you notice the bloatware removal command we used above, it contains ‘**user 0**‘ parameter. It means that the apps you uninstalled using ADB shell pm uninstall -k ~-~-user 0, were only removed for the current user (user 0). If someone else uses your phone with a guest account, all the removed apps will still be available to him.
... ... @@ -268,20 +268,19 @@
268 268  
269 269  It simply means that if you need the uninstalled system app sometime later, you can easily re-install the removed app using another ADB shell command.
270 270  
271 -{{code language="bash"}}
272 272  cmd package install-existing com.samsung.android.bixby.wakeup
273 -{{/code}}
274 274  
275 275  Simply execute the above command as shown below to restore an app package that you uninstalled earlier.
276 276  
277 -[[image:SamNoteUser_6-1594509216509.png]]
372 +[[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"]]
278 278  
374 +
279 279  === Disable Samsung Bloatware ===
280 280  
281 281  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.
282 282  
283 -{{code language="bash"}}
284 284  adb shell pm disable-user ~-~-user 0 com.samsung.android.bixby.wakeup
285 -{{/code}}
286 286  
287 287  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.
382 +
383 +Top of Form
2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.pdwalker
Size
... ... @@ -1,1 +1,0 @@
1 -2.8 KB
Content
SamNoteUser_0-1594509216501.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.pdwalker
Size
... ... @@ -1,1 +1,0 @@
1 -363.8 KB
Content
SamNoteUser_1-1594509216503.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.pdwalker
Size
... ... @@ -1,1 +1,0 @@
1 -16.1 KB
Content
SamNoteUser_2-1594509216506.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.pdwalker
Size
... ... @@ -1,1 +1,0 @@
1 -46.7 KB
Content
SamNoteUser_3-1594509216507.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.pdwalker
Size
... ... @@ -1,1 +1,0 @@
1 -13.0 KB
Content
SamNoteUser_4-1594509216508.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.pdwalker
Size
... ... @@ -1,1 +1,0 @@
1 -19.3 KB
Content
SamNoteUser_5-1594509216508.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.pdwalker
Size
... ... @@ -1,1 +1,0 @@
1 -25.9 KB
Content
SamNoteUser_6-1594509216509.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.pdwalker
Size
... ... @@ -1,1 +1,0 @@
1 -30.7 KB
Content