Last active
November 13, 2018 02:34
-
-
Save glm-mawla/56e65ebd08df0aa53a12da4fad3349d3 to your computer and use it in GitHub Desktop.
Revisions
-
glm-mawla revised this gist
Nov 13, 2018 . 1 changed file with 2 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,3 @@ "adb start-server" : start adb server "adb kill-server" : stop adb server "adb -P 5038 start-server" : start daemon in port 5038. -
glm-mawla created this gist
Nov 13, 2018 .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 -P 5038 start-server" : start daemon in port 5038.