Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
akerro
7y ago
0 comments
Save
Share
Login to android shell using adb
0 comments
1 comments · 1 top-level
top
newest
oldest
kopijahe
7y ago
More specifically:
adb shell pm list packages
You can sort it alphabetically by piping it through the "sort" command, like this:
adb shell "pm list packages | sort"
j
/
k
navigate · click thread line to collapse