Changes for page Samsung


on 2021-02-08 08:46


on 2021-02-08 08:47
Summary
Details
- Page properties
-
- Content
-
... ... @@ -39,12 +39,12 @@ 39 39 To be able to remove bloatware on your Samsung device without root via ADB, you must have the package name of the app to be deleted. There are 3 ways to you can find the Android app package name. 40 40 41 41 1. **Using ADB command** 42 -11 1. Launch the Command prompt or PowerShell window.42 +11. Launch the Command prompt or PowerShell window. 43 43 111. Enable **USB Debugging** on your Samsung Galaxy phone or Tab. 44 44 111. Connect your device to the computer. 45 45 111. 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 46 11. **#1 Get the list of all apps** 47 -111. adb shell pm list packages 47 +111. ##adb shell pm list packages## 48 48 11. **#2 Get the list of system apps only** 49 49 111. adb shell pm list packages -s 50 50 11. **#3 Get the list of all Samsung apps**