Skip to content

Instantly share code, notes, and snippets.

@alexleekt
Last active May 7, 2017 23:50
Show Gist options
  • Save alexleekt/e4bcac1ba503f62b75f5 to your computer and use it in GitHub Desktop.
Save alexleekt/e4bcac1ba503f62b75f5 to your computer and use it in GitHub Desktop.
Huawei Nexus 6P
### unlock
# fastboot flashing unlock
### flash-base.sh
fastboot flash bootloader bootloader-angler-angler-03.68.img
fastboot reboot-bootloader
sleep 5
fastboot flash radio radio-angler-angler-03.81.img
fastboot reboot-bootloader
sleep 5
### latest factory image
fastboot flash boot boot.img
#fastboot flash cache cache.img
fastboot flash system system.img
fastboot flash vendor vendor.img
### wiping user data
# fastboot format userdata
### custom recovery and boot for root
fastboot flash recovery twrp-3.1.0-0-angler.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment