comcas.blogg.se

Install adb and fastboot ubuntu
Install adb and fastboot ubuntu







install adb and fastboot ubuntu

  • Go towards the end and add the following lines:# Android tools export: PATH=$:~/bin.
  • For example, in the case of Linux Mint, you shall use: gksudo pluma ~/.bashrc and so on for other distributions.gksudo gedit ~/.bashrc

    install adb and fastboot ubuntu

    In case you are running other Linux distribution, replace it with the name of the corresponding text editor. profile. Here “gedit” is the default text editor in Ubuntu.

  • Open the terminal again and type in the following commands to add the SDK Path to the.
  • The next step is to define the path where ADB is present.
  • The SDK manager has now download the platform-tools successfully, which certainly includes our prior ADB.
  • install adb and fastboot ubuntu

    When the installation is complete, close the window.During the next window, you will be prompted.Now select Android SDK Platform-tools and install it. Open the terminal in the Home folder and type in the following commands:cd android-sdk-linux/tools./android.Now, you shall see a folder named android-sdk-linux.Right click on the file and select Extract here.Place the downloaded file in your “ HOME” folder.Download the Android SDK package for Linux.Although the chances of that happening are minute, it never hurts to keep your data backed up on the cloud or external storage as a safety precaution.You can setup ADB easily on any Linux distribution including Ubuntu, Fedora, openSUSE, Linux Mint etc. Proceed with caution while using the fastboot tool since the actions are irreversible and can even potentially brick your phone if you enter the wrong commands. This is especially useful for rooting your Android device or flashing a custom ROM or custom recovery. Learn More: Practical ADB Commands Every Android User Should Knowįastboot is also a command-line tool that comes built-in with the Android SDK and is primarily used to modify the flash filesystem on your phone via a USB connection from a host computer. Once done, you can now enjoy elevated access to your phone's software and run various ADB commands for installing packages, rebooting your phone, capturing phone screenshots via desktop, and more. Android Debug Bridge, or ADB, is a command-line tool that allows you to communicate and run commands on your Android phone via your computer.īefore you can start using ADB, you will first need to enable USB debugging on your phone. By default, several inherent features of the Android operating system are abstracted from the average user and require a special method to access them.









    Install adb and fastboot ubuntu