Hot!
You are here: Home > Tips > Development > How to install ADB and FASTBOOT Drivers on Linux PC.

How to install ADB and FASTBOOT Drivers on Linux PC.

ADB and FASTBOOT Driver installation on Linux computers

Installing drivers on Linux is as easy as doing nothing. Firstly it is important to note that you do not need any drivers for Android SDK on linux (adb shell), but to get fastboot working you need the binary in SDK package. Configuring  Fastboot on linux required your to:

1. Download SDK(not required for just availing fastboot)
http://developer.android.com/sdk/index.html

2. Download Fastboot linux binary from
mediafire.com/?ldlovlzi9mx3pbh

3. Copy this to your SDK directory
/path_to_your_SDK_directory/platform-tools
–or
if you use fastboot often and you don’t want to type cd /path_to_your_SDK_directory/platform-tools, ./fastboot every time, you can do this:
1. Open Terminal and type:
sudo nautilus
to get file browser with root privileges.
2. Copy fastboot binary to /bin directory
Now, just open terminal and type fastboot and that’s it?
Copy this file to /etc/udev/rules.d

Code:

sudo chmod a+r /etc/udev/rules.d/51-android.rules



adb android drivers fastboot linux SDK

About AndroidAppLog

Leave a Reply

Your email address will not be published. Required fields are marked *

*

*

Scroll To Top
Advertisment ad adsense adlogger
//Analytics start //End Analytics