kmfkdev.blogg.se

Install adb and fastboot ubuntu
Install adb and fastboot ubuntu






More information about install using apt-getĪdvanced Package Tool, or APT, is a free software user interface that works with core libraries to handle the installation and removal of software on Debian, Ubuntu and other Linux distributions. lock the bootloader : fastboot oem lockĪnd with this we will have enough so that our Ubuntu 17./ platform/ system/ core.check that your mobile is connected : fastboot devices.flash a ROM: fastboot flash (rom name).flash a recovery : fastboot flash recovery recovery.img.flash a kernel : fastboot flash boot boot.img.unlock bootloader : fastboot oem unlock.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: ADB is a server or service on our machine, so for it to work we have to load or start it.

install adb and fastboot ubuntu

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.

install adb and fastboot ubuntu install adb and fastboot ubuntu

ADB is a software that turns our computer into an android device server that manages and manages effectively.








Install adb and fastboot ubuntu