Created
November 29, 2011 13:20
-
Star
(285)
You must be signed in to star a gist -
Fork
(46)
You must be signed in to fork a gist
-
-
Save davidnunez/1404789 to your computer and use it in GitHub Desktop.
list all installed packages in android adb shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pm list packages -f |
What is the command that shows the list of user-installed applications on the Android Phone?
What is the command that shows the list of user-installed applications on the Android Phone?
pm list packages -3
(as in 3-rd party)
That fortunately requires root to work
(as in 3-rd party)
That fortunately requires root to work
@Anubioz Thank you for your reply. However, my phone is not rooted. I will look for an alternative solution and let you know if I find anything.
For anyone wondering about full command using adb
adb shell pm list packages -fworked for me
Yo... it "works", because that it the CMD to use. xD
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thx worked well