Skip to content

Instantly share code, notes, and snippets.

@dekked
Last active January 5, 2024 13:40
Show Gist options
  • Save dekked/53c0bce9d07f1333b4e6b1f289e94aac to your computer and use it in GitHub Desktop.
Save dekked/53c0bce9d07f1333b4e6b1f289e94aac to your computer and use it in GitHub Desktop.
Instructions to revive my own Nexus 6p from death, using different ROMs.

Nexus 6p - Bootloop fix instructions

Instructions to revive my own Nexus 6p from death, using different ROMs.

Pre requistes: unlocked bootloader.

Stock 7.1.2

Using instructions from this XDA thread.

Downloads

Instructions

  1. Flash stock image using flash-all.sh script. If it fails, try with old version of platform-tools.
  2. Flash boot image: fastboot flash boot Oreo4Cores.img
  3. Flash TWRP: fastboot flash recovery twrp3_1_1_4Cores.img
  4. Reboot to TWRP recovery and flash kernel & Magisk.

Stock 8.1.0

From this XDA thread.

Downloads

Instructions

  1. With old version of platform-tools, flash stock image using flash-all.sh script.
  2. Flash TWRP: fastboot flash recovery twrp-3.3.1.0-FBE-10-angler4core.img
  3. Reboot to TWRP.
  4. Flash injector zip.
  5. Reboot.

[Android 10] Lineage OS 17.1 [Unofficial]

From this XDA thread.

Downloads

Instructions

  1. Make sure Stock 8.1.0 is flashed first, with corresponding TWRP.
  2. Reboot into TWRP recovery.
  3. Format data.
  4. Wipe system & cache partitions.
  5. Enable ADB Sideload from TWRP (Advanced -> ADB Sideload).
  6. Flash ROM: adb sideloadlineage-17.1-20200512-UNOFFICIAL-angler.zip
  7. Flash GApps: adb sideload open_gapps-arm64-10.0-nano-20200530.zip.
  8. Flash injector zip.
  9. Flash Magisk: adb sideload Magisk-v20.4.zip.
  10. Reboot.

Other custom ROMs

The following instructions may prove useful, or the injector.

@egipdroid
Copy link

Hi Bro, i did your instruction of instalation but still stuck at logo. Did i installing from stock 7.1.2 or how ?? thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment