barsopk.blogg.se

Install adb and fastboot on linux
Install adb and fastboot on linux




install adb and fastboot on linux

lock the bootloader : fastboot oem lockĪnd with this we will have enough so that our Ubuntu 17.check that your mobile is connected : fastboot devices.Downloading the tools from Android Developer tools and running it.

install adb and fastboot on linux

Installing and running the adb and fastboot tools using the code available in the Operating system. flash a ROM: fastboot flash (rom name). There are two methods using which Linux users can run adb or fastboot tools on their system.flash a recovery : fastboot flash recovery recovery.img.flash a kernel : fastboot flash boot boot.img.unlock bootloader : fastboot oem unlock ADB is a powerful command-line tool that provides access to a Unix shell, letting you communicate with your Android device from a client machine.boot into recovery : fastboot boot recovery.img.With Fastboot you can do the following to your Android smartphone: For start a smartphone in fastboot mode, we just have to write the following: fastboot seguido_del_comando When installing ADB we have installed Fastboot but its operation is different. The fastboot is a communication channel or mode within this server. This is done with the following command: sudo adb start-serverĪnd if we want to finish with it, we just have to write the following:

install adb and fastboot on linux

ADB is a server or service on our machine, so for it to work we have to load or start it. This will install us everything you need to have ADB in Ubuntu. To install it, we just have to open the terminal of our Ubuntu 17.10 and write: sudo apt-get install android-tools-adb android-tools-fastboot This is useful not only for passing software between devices but also for performing other functions on the device such as being root, installing capable of customization, and even add a custom kernel. ADB is a software that turns our computer into an android device server that manages and manages effectively.






Install adb and fastboot on linux