Forked from creativcoder/gist:5dc5c2e35cd218ce9b5d
Last active
July 22, 2021 03:59
-
-
Save lyf-is-coding/571fd0343dcd94d073332796380fc600 to your computer and use it in GitHub Desktop.
Revisions
-
lyf-is-coding renamed this gist
Jul 22, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
lyf-is-coding revised this gist
Jul 22, 2021 . No changes.There are no files selected for viewing
-
lyf-is-coding renamed this gist
Jul 22, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
lyf-is-coding revised this gist
Jul 22, 2021 . No changes.There are no files selected for viewing
-
creativcoder revised this gist
Aug 21, 2020 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ 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 -
creativcoder created this gist
Nov 29, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ Issue this command to terminal with your device connected : >adb shell pm list packages or if that doesn't work, then type this : >adb shell >su >pm list packages