Changes for page Samsung

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

From version 15.1
edited by Drunk Monkey
on 2021-02-08 08:46
Change comment: There is no comment for this version
To version 14.2
edited by Drunk Monkey
on 2021-02-08 08:45
Change comment: There is no comment for this version

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 -111. Enable **USB Debugging** on your Samsung Galaxy phone or Tab.
44 -111. Connect your device to the computer.
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.
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 -111. adb shell pm list packages
47 +11. adb shell pm list packages
48 48  11. **#2 Get the list of system apps only**
49 -111. adb shell pm list packages -s
49 +11. adb shell pm list packages -s
50 50  11. **#3 Get the list of all Samsung apps**
51 -111. adb shell pm list packages | grep 'samsung' ('pm' in the above commands stands for "package manager")
52 -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.
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.