Skip to content

Instantly share code, notes, and snippets.

View gfda's full-sized avatar

Gustavo Dias Alexandre gfda

  • CESAR
  • Recife, PE. Brazil
View GitHub Profile
@gfda
gfda / AdbCommands
Created September 2, 2020 11:49 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@gfda
gfda / README-Template.md
Created May 18, 2020 21:26 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites