[TOOL] How To SetUP ADB and Fastboot Drivers For Linux The Fastest and Easiest Method

ADB and Fastboot Drivers For Linux

Download : 

1. Link 1 : ADB+Fastboot Driver Installer
2Link 2 : ADB+Fastboot Driver Installer

Credits go to the developer Original post : http://forum.xda-developers.com/showthread.php?t=2431956

Just posted the method to fix No Permissions ??? error


This is the most fastest and easiest method to install ADB and Fastboot Drivers on Linux. It only take 5 Seconds.








ONLY FOR PERSONAL USE If you want to share please take permission and give proper credits and give link to this post

How To Set Up :
Extract The zip file
Copy it to desktop
Open Terminal
In terminal type "cd /home/your_usename/Desktop/ automatic_ADB+Fastboot_By_Ajit" without ""
Now open the folder automatic_ADB+Fastboot_By_Ajit.zip and open the Adb+Fastboot_Drivers_installer.sh
Copy each line at a time enter your password whem prompted
After it reconnect your device.
Type "adb devices" without ""


If you get "no permission ?????" after typing "adb devices" follow the following steps :

Make a new empty document in /tmp and name it "android.rules" without ""
Open the new document and in the document type(just copy and paste make no edits) : 
  SUBSYSTEM=="usb", ATTRS{idVendor}=="0bb4", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="0e79", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="0502", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="0b05", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="413c", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="0489", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="091e", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="18d1", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="0bb4", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="12d1", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="24e3", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="2116", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="0482", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="17ef", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="22b8", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="0409", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="2080", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="0955", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="2257", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="10a9", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="1d4d", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="0471", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="04da", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="05c6", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="1f53", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="04e8", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="04dd", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="0fce", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="0930", MODE="0666"
  SUBSYSTEM=="usb", ATTRS{idVendor}=="19d2", MODE="0666"  
 Now open terminal
And in terminal type these lines one at a time :


sudo cp /tmp/android.rules /etc/udev/rules.d/51-android.rules
sudo chmod 644   /etc/udev/rules.d/51-android.rules
sudo chown root. /etc/udev/rules.d/51-android.rules
sudo service udev restart
sudo killall adb 
Now reconnect your device
And in terminal type "adb devices" 

Now you will get your device recognized


Congratulations

ADB and Fastboot Driver For Linux
[TOOL] How To SetUP ADB and Fastboot Drivers For Linux The Fastest and Easiest Method [TOOL] How To SetUP ADB and Fastboot Drivers For Linux The Fastest and Easiest Method Reviewed by MTK Hacker Pro on 9:30 PM Rating: 5

No comments:

Powered by Blogger.