Skip to content

Instantly share code, notes, and snippets.

@creativcoder
Last active August 22, 2022 14:41
Show Gist options
  • Star 20 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save creativcoder/5dc5c2e35cd218ce9b5d to your computer and use it in GitHub Desktop.
Save creativcoder/5dc5c2e35cd218ce9b5d to your computer and use it in GitHub Desktop.
Get list of installed packages(apps) in android via adb shell
Issue this command to terminal with your device connected :
$ adb shell pm list packages
If that doesn't work, then:
$ adb shell
$ su
$ pm list packages
@aolphn
Copy link

aolphn commented May 4, 2018

good it worked

Copy link

ghost commented May 7, 2018

Worked. Love you, man!

@AlexeySolovyev
Copy link

Thanks, its still works at 2019)

@AlexBravo
Copy link

I didn't need su and just did this: "adb shell pm list packages"

@makan-dianka
Copy link

thanks
it's work for me, this command: adb shell pm list packages

@lyf-is-coding
Copy link

work very good!
thanks

@HypeStratex
Copy link

really thx mate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment