Skip to content

Instantly share code, notes, and snippets.

@Ujjwal0501
Created November 12, 2018 13:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Ujjwal0501/3580cdfd6cfb201596b801946c61b6d2 to your computer and use it in GitHub Desktop.
install adb and adb-fastboot in ubuntu
`sudo apt install android-tools-adb android-tools-fastboot`
Enable USB Debugging on Your Android Device
If you get the following error, `???????????? no permissions`
Then all you need to do is restart adb daemon, run
`sudo adb kill-server` and `sudo adb start-server`
reboot device command : `adb reboot`
device list command: `adb device`
show version of adb: `adb version`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment