Nexus 5X and Nexus 6P smartphones have a hardware issue that causes the infamous “bootloop of death” (aka BLOD). The device continuously shows the Google boot-up animation until the battery dies.
If your device is still under warranty, follow the official Google Bootloop solution.
The issue originates from faulty A57 cores in the SoC—two in the 5X and four in the 6P. This workaround disables the A57 cores so your phone runs only on the A53 cores. It’s a performance compromise, but it keeps your phone usable.
This guide reflects the procedure as of July 2018. The author disclaims liability for any damage or issues caused by following this tutorial.
Settings > About Phone > Build
Power + Volume Down
)$ fastboot devices
00d1473289b99283 fastboot
flash-all.sh
$ fastboot flashing unlock
Confirm on device using volume and power buttons. The device will be wiped.
$ fastboot flash recovery twrp-3.2.1-0-fbe-4core-bullhead.img
$ fastboot flash recovery twrp-3.2.1-0-fbe-4core-angler.img
Advanced > ADB Sideload
and swipe to startFrom your PC:
$ adb sideload N5X-6P_BLOD_Workaround_Injector_Addon-AK2-signed.zip
This patch disables the faulty A57 cores, keeping only the A53 cores active.
Reboot your phone and enjoy a BLOD-free experience!
Optionally, re-lock the bootloader once everything works.