-
-
Save pvllnspk/9efd7dbbd8578c69baee to your computer and use it in GitHub Desktop.
Revisions
-
pvllnspk revised this gist
Oct 23, 2015 . 1 changed file with 2 additions and 2 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 @@ -17,6 +17,6 @@ adb shell pm list packages #adb shell #am broadcast -a "android.intent.action.BATTERY_LOW" #am broadcast -a "android.intent.action.BATTERY_OKAY" -
pvllnspk revised this gist
Oct 23, 2015 . 1 changed file with 7 additions and 0 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 @@ -13,3 +13,10 @@ adb shell dumpsys activity <your app package> adb shell dumpsys account adb shell pm list packages #adb shell #am broadcast -a "android.intent.action.BATTERY_LOW" - симулировать команду о низком заряде батареи #am broadcast -a "android.intent.action.BATTERY_OKAY" - симулировать команду о нормальном заряде батареи после её разрядки -
pvllnspk revised this gist
May 21, 2015 . 1 changed file with 1 addition and 0 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,3 +1,4 @@ adb shell ls /system/bin adb shell dumpsys adb shell pm adb shell am -
pvllnspk revised this gist
May 21, 2015 . 1 changed file with 11 additions and 13 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,16 +1,14 @@ adb shell dumpsys adb shell pm adb shell am ----------------------------------------------- adb shell dumpsys | grep DUMP adb shell service list ----------------------------------------------- adb shell dumpsys dbinfo <your app package> adb shell dumpsys meminfo <your app package> adb shell dumpsys cpuinfo <your app package> adb shell dumpsys activity <your app package> adb shell dumpsys account adb shell pm list packages -
pvllnspk revised this gist
May 21, 2015 . 1 changed file with 4 additions and 1 deletion.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 @@ -5,9 +5,12 @@ dumpsys activity dumpsys window dumpsys wifi adb shell dumpsys | grep DUMP -------------------------------------------------- adb shell pm list packages -
pvllnspk revised this gist
May 21, 2015 . 1 changed file with 12 additions and 0 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 +1,13 @@ adb shell dumpsys meminfo <your app package> dumpsys cpuinfo dumpsys account dumpsys activity dumpsys window dumpsys wifi adb shell dumpsys | grep DUMP -
pvllnspk created this gist
May 21, 2015 .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 @@ adb shell dumpsys meminfo <your app package>