Changes for page Samsung

on 2021-02-08 09:34


on 2021-02-08 09:28
Summary
Details
- Page properties
-
- Content
-
... ... @@ -246,13 +246,11 @@ 246 246 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/]]. 247 247 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. 248 248 1. Connect your Samsung phone to the PC. 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. 250 -[[image: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]] 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. 252 252 {{code language="bash"}}adb devices{{/code}} 253 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. 255 -[[image:SamNoteUser_4-1594509216508.png]] 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]] 256 256 1. Now, execute the following command. 257 257 {{code language="bash"}}adb shell{{/code}} 258 258 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 one of the the following commands: