Changes for page Samsung


on 2021-02-08 08:46


on 2021-02-08 08:45
Summary
Details
- Page properties
-
- Content
-
... ... @@ -40,16 +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. adb shell pm list packages47 +11. adb shell pm list packages 48 48 11. **#2 Get the list of system apps only** 49 -11 1. adb shell pm list packages -s49 +11. adb shell pm list packages -s 50 50 11. **#3 Get the list of all Samsung apps** 51 -11 1. adb shell pm list packages | grep 'samsung' ('pm' in the above commands stands for "package manager")52 -11 1. 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. 53 53 [[image:SamNoteUser_0-1594509216501.png]] 54 54 ADB shell pm list packages command 55 55 You can copy the list of apps from the command windows and copy it to a text file.