how to make adb and fastboot work with linux ubuntu

Upload: luis-acosta

Post on 10-Feb-2018

213 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/22/2019 How to Make Adb and Fastboot Work With Linux Ubuntu

    1/1

    How to make adb and fastboot work with Linux Mint (Ubuntu)

    1. Download this zip file (http://www.4shared.com/file/182574434/c1225b3d/AndTools.html)2. Extract the file and copy both files to /usr/bin/3. In the terminal type lsusb and copy first 4 ID symbols for your device maker4. In the terminal type sudo gedit /etc/udev/rules.d/51-android.rules and pastethe following SUBSYSTEM=="usb",ATTRS(idVendor)=="0bb4",SYMLINK+="android_adb",MODE="0666" where the bold symbols are taken from step #3.5. Save and close everything. Unplug your device

    sudo service udev restartNow plugin the device and type:adb devicesYou should get something like:List of devices attachedHT843KV02480 device