Changes for page Samsung


on 2021-02-08 08:49


on 2021-02-08 08:45
Summary
Details
- Page properties
-
- Content
-
... ... @@ -40,17 +40,16 @@ 40 40 41 41 1. **Using ADB command** 42 42 11. Launch the Command prompt or PowerShell window. 43 -11 1. Enable **USB Debugging** on your Samsung Galaxy phone or Tab.44 -11 1. Connect your device to the computer.45 -11 1. 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.43 +11. Enable **USB Debugging** on your Samsung Galaxy phone or Tab. 44 +11. Connect your device to the computer. 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 46 11. **#1 Get the list of all apps** 47 -11 1.##{{code language="none"}}adb shell pm list packages{{/code}}##47 +11. adb shell pm list packages 48 48 11. **#2 Get the list of system apps only** 49 -11 1.{{code language="none"}}adb shell pm list packages -s{{/code}}49 +11. adb shell pm list packages -s 50 50 11. **#3 Get the list of all Samsung apps** 51 -111. {{code language="bash"}}adb shell pm list packages | grep 'samsung'{{/code}} 52 -('pm' in the above commands stands for "package manager") 53 -111. You’ll now have the list of package names of all Samsung apps and other Android apps installed on your device. 51 +11. adb shell pm list packages | grep 'samsung' ('pm' in the above commands stands for "package manager") 52 +11. You’ll now have the list of package names of all Samsung apps and other Android apps installed on your device. 54 54 [[image:SamNoteUser_0-1594509216501.png]] 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.