Luca Berton
howto

Nexus 5X and Nexus 6P bootloop fix

Luca Berton
#google#nexus#blod#bootloop of death

Introduction

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.

Disclaimer

This guide reflects the procedure as of July 2018. The author disclaims liability for any damage or issues caused by following this tutorial.


Prerequisite: OEM Unlock


Requirements


Downloads


Step-by-Step Guide

Step 0: Verify Device Connection

  1. Boot the phone into Bootloader Mode (Power + Volume Down)
  2. On PC, verify connection:
$ fastboot devices
00d1473289b99283        fastboot

Step 1: Restore Factory Image

  1. Extract the Factory Image and run flash-all.sh
  2. Reboot back into Bootloader Mode
  3. Unlock bootloader (if not already unlocked):
$ fastboot flashing unlock

Confirm on device using volume and power buttons. The device will be wiped.


Step 2: Flash Patched TWRP

$ fastboot flash recovery twrp-3.2.1-0-fbe-4core-bullhead.img
$ fastboot flash recovery twrp-3.2.1-0-fbe-4core-angler.img
  1. Boot into Recovery Mode
  2. In TWRP: go to Advanced > ADB Sideload and swipe to start

Step 3: Install Workaround Injector

From 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.


Done!

Reboot your phone and enjoy a BLOD-free experience!

Optionally, re-lock the bootloader once everything works.


Additional Resources

← Back to Blog