Or, you could shift and Right-click the platform-tools folder and select Open Command Prompt Here.įor the Mac or Linux, the procedures above apply but you will have to end each command with a dot>slash and the paths will be opened up for you just the same as it would do with the Windows. This will unravel all the paths available to you. Or type cd and then drag the developer tool folder into the Command prompt window. Once you unzip the developer tool installer App, you will see a folder named Platforms tools and navigate around it to the commands.įor Windows, open the Command Prompt and enter cd. Go to Android Developer website and download the developer tool.
#Mini adb fastboot download install
Step 2 – Install ADB tools (this step is for Windows Only) You are now ready to proceed to the next step. Go to Developer option and turn on USB debugging. You will see a now-visible “Developer option” above the About phone. Go to settings> About phone then tap on Build number seven times in a succession of each other. Next set up USB debugging on the Android device to allow it to use the tools.įirst enabling developer options.
You could also check other Driver options on the Android developer website. It is a universal solution to USB Debugging installation. You can download ADB Driver Installer from. It enables the OS (Operating system) to recognize a device and use it as desired. But on Windows 7 and earlier, you will need to download and install ADB drivers first.Ī driver is a small program.
#Mini adb fastboot download how to
How to Install ADB on ComputerĪDB drivers are not needed for Windows 10 and Mac, Linux. Fastboot is often used when you want to install a custom recovery on the Android device.īoth of these utilities are controlled by the Command prompt on Windows or the terminal on Mac and Linux. The commands that you can use here are basic. It modifies the Android system from a computer. It works when the Andriod is not working( in Bootloader mode). This allows you to access system folders or enable the hidden settings.įastboot is a diagnostic tool. It is composed of two parts: a client and a server.ADB works when the Android Device is running. Part 3: How to use ADB Command What are ADB and Fastboot?ĪDB means Android Debug Bridge.It is a communication tool for your Personal Computer and your Android smartphone or another device. Follow this guide to learn how to install and use ADB and Fastboot. Another important function of ADB and Fastboot that is worth mentioning is that you can troubleshoot your bricked or death Android device without having to worry about the sometimes exorbitant repair charges by the repair dealers. ADB and Fastboot mode enable the Android device user to install a custom recovery or custom ROM and root the Android device.