You are on page 1of 1

How to make adb and fastboot work with Linux Mint (Ubuntu) 1. Download this zip file (http://www.4shared.

com/file/182574434/c1225b3d/AndToo ls.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 maker 4. In the terminal type sudo gedit /etc/udev/rules.d/51-android.rules and paste the following SUBSYSTEM=="usb",ATTRS(idVendor)=="0bb4",SYMLINK+="android_adb",MO DE="0666" where the bold symbols are taken from step #3. 5. Save and close everything. Unplug your device sudo service udev restart Now plugin the device and type: adb devices You should get something like: List of devices attached HT843KV02480 device

You might also like