Skip to content

Instantly share code, notes, and snippets.

@juanlatorre
Last active July 29, 2020 18:31
Show Gist options
  • Save juanlatorre/cd1bb99bbdf210cdae16a8c1ea160a6e to your computer and use it in GitHub Desktop.
Save juanlatorre/cd1bb99bbdf210cdae16a8c1ea160a6e to your computer and use it in GitHub Desktop.

Revisions

  1. juanlatorre revised this gist Jul 29, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions adb.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    ´´´bash
    ~~~bash
    $ adb kill-server
    $ sudo cp ~/Android/Sdk/platform-tools/adb /usr/bin/adb
    $ sudo chmod +x /usr/bin/adb
    $ adb start-server
    ´´
    ~~~
  2. juanlatorre revised this gist Jul 29, 2020. 1 changed file with 6 additions and 4 deletions.
    10 changes: 6 additions & 4 deletions adb.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,6 @@
    adb kill-server<br>
    sudo cp ~/Android/Sdk/platform-tools/adb /usr/bin/adb<br>
    sudo chmod +x /usr/bin/adb<br>
    adb start-server
    ´´´bash
    $ adb kill-server
    $ sudo cp ~/Android/Sdk/platform-tools/adb /usr/bin/adb
    $ sudo chmod +x /usr/bin/adb
    $ adb start-server
    ´´
  3. juanlatorre revised this gist Jul 29, 2020. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions adb.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    adb kill-server
    sudo cp ~/Android/Sdk/platform-tools/adb /usr/bin/adb
    sudo chmod +x /usr/bin/adb
    adb kill-server<br>
    sudo cp ~/Android/Sdk/platform-tools/adb /usr/bin/adb<br>
    sudo chmod +x /usr/bin/adb<br>
    adb start-server
  4. juanlatorre created this gist Jul 29, 2020.
    4 changes: 4 additions & 0 deletions adb.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    adb kill-server
    sudo cp ~/Android/Sdk/platform-tools/adb /usr/bin/adb
    sudo chmod +x /usr/bin/adb
    adb start-server