Android: Fastboot & Bootloader – einfach erklärt (2024)

Was genau ist der Android-Bootloader und der Fastboot-Modus? Welche Tastenkombination startet den Bootloader oder Fastboot? Und was bedeutet es, einen geschlossenen oder verschlüsselten Bootloader zu haben und wie entsperrt man diesen? Antworten und Lösungsansätze zeigen wir hier.

Inhaltsverzeichnis

  1. 1.
  2. 1.1.Android-Bootloader
  3. 1.2.Fastboot
  4. 2.
  5. 2.1.Per ADB
  6. 2.2.Per Tastenkombination
  7. 3.Fastboot-Befehle für ADB im Überblick
  8. 4.Bootloader: geschlossen, gesperrt (locked), offen oder verschlüsselt – wie entsperren?
  9. 5.Was hat der Bootloader mit Root zu tun?

Android-Bootloader & -Fastboot: Was ist was?

Android-Bootloader

Der Bootloader ist ein Software-Prozess, der mit als erstes gestartet wird, wenn das Gerät eingeschaltet wird. Schaltet ihr ein Gerät ein, beispielsweise einen x86-Rechner oder ein Android-Smartphone, lädt zunächst das BIOS, das daraufhin den Bootloader startet.

Anzeige

Der Android-Bootloader startet wiederum den sogenannten Kernel und darauf folgend das Android-Betriebssystem (ROM) und ebenso den Android-Recovery-Mode, der parallel zum Kernel läuft. Den Recovery-Modus kann man als kleines Neben-Betriebssystem verstehen, das sich selbst dann starten lässt, wenn das eigentliche Betriebssystem (ROM) beschädigt ist.

Während das BIOS nicht geändert werden kann, befindet sich der Bootloader an einer ganz bestimmten Stelle des Gerätespeichers (bei Windows spricht man hier bspw. vom „Master Boot Record“, kurz MBR). Der Bootloader unter Android kann drei Zustände haben: offen, geschlossen und verschlüsselt. Was das genau bedeutet und wie man eine Sperre umgeht, lest ihr weiter unten im Artikel.

Fastboot

Fastboot ist eine Art erweiterter Bootloader. Wenn ihr ein Android-Gerät im Fastboot-Modus startet, könnt ihr einen neuen Bootloader installieren, den Bootloader entsperren oder bestimmte Custom-ROMS flashen (installieren). Manche Custom-ROMs werden über Fastboot, andere über den Recovery-Modus installiert. Oft geht auch beides.

Anzeige

Gewöhnlich verbindet man das Android-Gerät per USB-Kabel mit dem PC und startet den Fastboot-Modus. Das geschieht entweder per Tastenkombination am Gerät oder per Kommandozeilen-Tool am PC mit dem Befehl: adb reboot bootloader. Am PC benötigt man die nötigen Programme für Fastboot. Dazu installiert man das Android-SDK (Software Development Kit).

Bei Samsung-Geräten gibt es keinen Fastboot-Modus, sondern den sogenannten Odin- beziehungsweise Download-Modus.

Android-Bootloader & -Fastboot starten

Per ADB

Die zuverlässigste Methode ist es, den Fastboot-Modus oder die Recovery über die ADB (Android Debug Bridge) zu starten:

  1. Aktiviert dafür zunächst das USB-Debugging auf eurem Smartphone.
  2. Installiert die erforderlichen ADB-Treiber für Windows.
  3. Installiert ADB auf dem PC.
  4. Verbindet das Android-Gerät per USB-Kabel mit dem PC. Das Android-Gerät kann eingeschaltet bleiben.
  5. Öffnet die Windows-Eingabeaufforderung und startet Fastboot oder den Recovery-Modus mit folgenden Befehlen (siehe Tabelle).
ModusBefehl
Fastbootadb reboot bootloader
Recovery-Modeadb reboot recovery

Per Tastenkombination

Häufig kann man den Fastboot-Modus von Android über eine bestimmte Tastenkombination starten. Dafür müssen die Smartphones ausgeschaltet sein.

  • Bei Samsung gibt es keinen Fastboot-Modus, sondern den Odin- bzw. Download-Modus. Ihn erreicht man, wenn man das Gerät ausschaltet und anschließend den Power-, Home- und die Leiser-Taste gedrückt hält. Per ADB erreicht man ihn mit dem Befehl: adb reboot download.
  • Bei HTC-Smartphones sind es die Leiser-Taste und der Power-Button. Sobald der Startbildschirm erscheint, lasst ihr den Power-Button los, die Lautstärketaste aber weiterhin gedrückt. Im Anschluss seid ihr im Bootloader. HTC unterscheidet zwischen Bootloader und Fastboot. Fastboot und Recovery-Modus erreicht ihr direkt über den Bootloader.
  • Für LG-Geräte gilt: Der Fastboot-Modus ist nur per ADB verfügbar.
  • Bei Sony gibt es einen Fastboot- und einen Flash-Modus. Ihr erreicht diese, wenn ihr das Gerät ausgeschaltet am PC anschließt. Haltet dann die Lauter-Taste gedrückt für den Fastbood-Modus oder haltet stattdessen die Leiser-Taste gedrückt, um den Flash-Modus zu starten. Es gibt allerdings zahlreiche Ausnahmen.
  • Bei Xiaomi haltet ihr die Leiser- und die Power-Taste gedrückt, bis ihr das Logo seht.

Anzeige

Tastenkombinationen für alle aktuell verfügbaren Geräte und auch ältere Modelle findet ihr auf der jeweiligen Herstellerseite.

Fastboot-Befehle für ADB im Überblick

Ist das Gerät an den PC per ADB angeschlossen, könnt ihr folgende Befehle ausführen:

BefehlFunktion
fastboot helpZeigt alle verfügbaren Fastboot-Befehle an.
fastboot devicesZeigt alle verfügbaren Geräte an.
fastboot rebootStartet das Gerät neu.
fastboot reboot bootloaderStartet in den Bootloader- oder Fastbootmodus.
fastboot flash <Partition> /pfad/zur/datei.imgFlasht ein Image auf eine Partition.
fastboot erase <Partition>Löscht eine Partition.

Bootloader: geschlossen, gesperrt (locked), offen oder verschlüsselt – wie entsperren?

Geschlossen, offen, gesperrt – was bedeuten diese Begriffe im Zusammenhang mit dem Bootloader?

  • Ist ein Bootloader offen, könnt ihr das Android-System verändern, indem ihr beispielsweise Custom-ROMS installiert. Im Normalfall sind Bootloader allerdings gesperrt, da Hersteller ihre Geräte so vor Modifizierungen schützen. Außerdem kann ein Android-Smartphone oder -Tablet unbrauchbar werden (Soft-Brick), wenn man nicht weiß, wie man die Custom-ROM korrekt installiert. Wer den Bootloader entsperrt, verliert in der Regel die Garantie auf das Gerät.
  • Ist ein Bootloder gesperrt (geschlossen/locked), kann man lediglich ROMs aufspielen, die vom Gerät selbst als autorisiert anerkannt werden, also beispielsweise ein Android-Update vom Hersteller.
  • Verschlüsselte Bootloader kann man gar nicht oder nur sehr schwer öffnen. Das kommt beispielsweise bei Samsung-Geräten vor, allerdings vorrangig in den USA und anderen Ländern.

Wenn ihr den Bootloader eures Android-Geräts entsperren möchtet, solltet ihr vorher im Forum XDA lesen, ob das mit eurem Modell überhaupt geht und falls ja, wie genau. Es gibt hier keine universell gültige Anleitung. Für jedes Smartphone-Modell unterscheidet sich der Vorgang, wie man den zugehörigen Bootloader entsperrt.

Unser Video zeigt die wichtigsten Funktionen der beliebten Custom-Recovery TWRP:

custom-recovery-twrp-how-to-hd.mp4

Was hat der Bootloader mit Root zu tun?

Das Entsperren oder „Unlocken“ eines Bootloaders hat erstmal nichts mit dem Rooten eines Android-Smartphones zu tun. Meistens sieht die Reihenfolge wie folgt aus, um auf einem Smartphone eine Custom-ROM zu installieren:

  1. Bootloader entsperren.
  2. Custom-Recovery installieren (meistens TWRP).
  3. Über die Custom-Recovery oder Fastboot eine Custom-ROM installieren. Diese kann Root-Zugriff enthalten oder nicht.
  4. Nachträglich lässt sich mit Magisk Root-Zugriff erlangen, indem die zugehörige ZIP-Datei in TWRP geflasht wird.

Das bedeutet: Es gibt Custom-ROMs mit Root-Zugriff für Android (also dem Vollzugriff auf das Betriebssystem) und solche ohne einen Root-Zugriff. Wichtig ist nur, dass zuerst der Bootloader entsperrt ist, bevor man Custom-ROMs installiert. Danach kann man über den offnen Bootloader eine Custom-ROM mit Root-Zugriff oder ebenfalls wieder ein Factory-Image ohne Root-Zugriff installieren.

GIGA empfiehlt

Weitere interessante Artikel

  • Android: Alle Tipps und News
  • Entsperrmuster und PIN vergessen: So entsperrt man das Smartphone
  • WhatsApp-Kontakte löschen: So klappts schnell und einfach

Hat dir der Beitrag gefallen? Folge uns auf WhatsApp und Google News und verpasse keine Neuigkeit rund um Technik, Games und Entertainment.

Android: Fastboot & Bootloader – einfach erklärt (2024)

FAQs

What is fastboot and bootloader? ›

At its core, Fastboot is a robust and efficient protocol used in Android development that enables rapid communication between a computer and an Android device during the crucial booting process. Basically, it's a bridge that connects your computer to your Android device when it's in a specific bootloader mode.

What does fastboot mode do on Android? ›

Fastboot mode helps to modify or write data directly to your phone's flash memory. Fastboot mode even provides you access to your device's partitions, the data partition, and the boot partition. Simply, fastboot mode gives you the right to modify certain parts of your phone's essential files.

What does the Android bootloader do? ›

The bootloader guards the device state and is responsible for initializing the Trusted Execution Environment (TEE) and binding its root of trust. The bootloader also verifies the integrity of the boot and recovery partitions before moving execution to the kernel.

What is bootloader mode used for? ›

The Bootloader can be used in situations when your phone can't start normally, or when you need to use specific system tools to help you solve issues. You might need to use it in situations such as: Factory resetting a phone that can't otherwise be reset. Rebooting a phone that can't otherwise be restarted.

Is fastboot good or bad? ›

The main disadvantage of fast boot is that it can cause some compatibility and stability issues with some devices and software. Since fast boot skips some BIOS checks and tests, it may not detect some hardware changes or updates, such as new drives, cards, or peripherals.

What is the purpose of a fast boot? ›

Fast Boot is a feature in BIOS that reduces your computer boot time. If Fast Boot is enabled: Boot from Network, Optical, and Removable Devices are disabled. Video and USB devices (keyboard, mouse, drives) won't be available until the operating system loads.

What does the fastboot command do? ›

With fastboot mode, you can modify system partitions which are usually done from PC via USB cable. Fastboot is so powerful, you can use it to update software, unlock bootloaders and even fix your “broken” phone. Read our blog to know more about what to do in case your phone is stuck in fastboot mode.

What is the difference between fastboot and recovery? ›

Flashing a Fastboot ROM is very thorough, clean and flashes nearly all partitions on a device. Recovery ROMs come in . zip files, they're lighter and contain images only for the most important partitions. Flashing a Recovery ROM isn't as clean as flashing a Fastboot ROM as it leaves many partitions untouched.

Is it okay to disable fastboot? ›

Rest assured, it is perfectly safe to turn off Fast Startup, that will not cause any problems with Windows or your hardware and you will not really notice any difference in the time it takes your PC to boot up.

What will happen if I unlock the bootloader? ›

Unlocking the Bootloader allows you to install custom firmware on your Android phone and gives you full access privileges to make modifications to the phone. Such modifications could involve changing some of the pre-loaded software, or could even include replacing the entire operating system.

What is the purpose of the bootloader? ›

The bootloader is used to reload application programs and contain the USB functions so the application programs can transfer data with the PC.

What happens if you delete bootloader? ›

boot loader is very much important to your computer the first peace of program which is run on when a computer initially power on It provides an interface for the user to load an operating system and applications. If its deleted accidently then your computer shows an error like “EFI” and your computer unbootable.

What happens if your phone is on fastboot mode? ›

This mode allows you to unlock your bootloader and flash various files to customize your phone. Sometimes, it would happen that your phone gets stuck in fastboot mode and it will not come out fastboot mode to normal mode no matter what you do.

What is bootloader and fastboot mode? ›

Fastboot on some devices allows unlocking the bootloader, and subsequently, enables installing custom recovery image and custom ROM on the device. Fastboot does not require USB debugging to be enabled on the device. To use fastboot, a specific combination of keys must be held during boot.

What bootloader can do? ›

The bootloader prepares the hardware and checks where the operating system is located, like on a hard drive or USB drive. It reads the necessary files for the OS into memory. Then, it hands over control to the operating system, which takes over from there.

What happens after unlocking the bootloader? ›

Unlocking the Bootloader allows you to install custom firmware on your Android phone and gives you full access privileges to make modifications to the phone. Such modifications could involve changing some of the pre-loaded software, or could even include replacing the entire operating system.

What happens when you boot to bootloader? ›

It means to restart the device to bootloader or download mode. Rebooting to bootloader implies that the default will not be started. Instead, it will be stalled so you can load alternate systems. Android smartphones have three different modes, system, recovery, and bootloader (download).

References

Top Articles
dm kooperiert mit Pflege-Plattform „because-we.care“
Who was freed in major prisoner swap between Russia and the West? | CNN
DPhil Research - List of thesis titles
It may surround a charged particle Crossword Clue
Zabor Funeral Home Inc
Canary im Test: Ein All-in-One Überwachungssystem? - HouseControllers
Western Union Mexico Rate
How to know if a financial advisor is good?
America Cuevas Desnuda
Hawkeye 2021 123Movies
<i>1883</i>'s Isabel May Opens Up About the <i>Yellowstone</i> Prequel
Paula Deen Italian Cream Cake
Sotyktu Pronounce
Connexus Outage Map
Chicken Coop Havelock Nc
Nonne's Italian Restaurant And Sports Bar Port Orange Photos
Calmspirits Clapper
Conan Exiles Colored Crystal
DoorDash, Inc. (DASH) Stock Price, Quote & News - Stock Analysis
Adam4Adam Discount Codes
Pekin Soccer Tournament
Plan Z - Nazi Shipbuilding Plans
[Cheryll Glotfelty, Harold Fromm] The Ecocriticism(z-lib.org)
The best firm mattress 2024, approved by sleep experts
Best Sports Bars In Schaumburg Il
Munis Self Service Brockton
Обзор Joxi: Что это такое? Отзывы, аналоги, сайт и инструкции | APS
Kimoriiii Fansly
Craigslist Fort Smith Ar Personals
Gunsmoke Tv Series Wiki
Maisons près d'une ville - Štanga - Location de vacances à proximité d'une ville - Štanga | Résultats 201
Infinite Campus Asd20
How often should you visit your Barber?
Ezstub Cross Country
Brenda Song Wikifeet
47 Orchid Varieties: Different Types of Orchids (With Pictures)
RUB MASSAGE AUSTIN
The Legacy 3: The Tree of Might – Walkthrough
Personalised Handmade 50th, 60th, 70th, 80th Birthday Card, Sister, Mum, Friend | eBay
Paperless Employee/Kiewit Pay Statements
Me Tv Quizzes
Craigslist Freeport Illinois
Questions answered? Ducks say so in rivalry rout
If You're Getting Your Nails Done, You Absolutely Need to Tip—Here's How Much
Panolian Batesville Ms Obituaries 2022
Silicone Spray Advance Auto
Interminable Rooms
Elvis Costello announces King Of America & Other Realms
Unpleasant Realities Nyt
18443168434
View From My Seat Madison Square Garden
ESPN's New Standalone Streaming Service Will Be Available Through Disney+ In 2025
Latest Posts
Article information

Author: Errol Quitzon

Last Updated:

Views: 5623

Rating: 4.9 / 5 (79 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Errol Quitzon

Birthday: 1993-04-02

Address: 70604 Haley Lane, Port Weldonside, TN 99233-0942

Phone: +9665282866296

Job: Product Retail Agent

Hobby: Computer programming, Horseback riding, Hooping, Dance, Ice skating, Backpacking, Rafting

Introduction: My name is Errol Quitzon, I am a fair, cute, fancy, clean, attractive, sparkling, kind person who loves writing and wants to share my knowledge and understanding with you.