Changes for page Samsung

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

From version 15.2
edited by Drunk Monkey
on 2021-02-08 08:47
Change comment: There is no comment for this version
To version 15.5
edited by Drunk Monkey
on 2021-02-08 08:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -44,11 +44,12 @@
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. ##{{code language="none"}}adb shell pm list packages{{/code}}##
48 48  11. **#2 Get the list of system apps only**
49 -111. adb shell pm list packages -s
49 +111. {{code language="none"}}adb shell pm list packages -s{{/code}}
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")
51 +111. {{code language="bash"}}adb shell pm list packages | grep 'samsung'{{/code}}
52 +('pm' in the above commands stands for "package manager")
52 52  111. 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