# Flashen eines ROMs

requirements:
 * adb
 * fastboot
 
steps:
 * boot to bootloader
 ```
 adb reboot bootloader
 ```
 * flash recovery
 ```
 fastboot flash recovery recovery.img
 ```
 * reboot to recovery
 * check install update
 * check sideload and side load ROM
 ```
 adb sideload XOUR_ROM.ZIP
 ```
 * done