Skip to content

Instantly share code, notes, and snippets.

@alexamiryan
Last active October 24, 2020 18:48
Show Gist options
  • Save alexamiryan/4eb468222d254d12a2a1cb4520fb314f to your computer and use it in GitHub Desktop.
Save alexamiryan/4eb468222d254d12a2a1cb4520fb314f to your computer and use it in GitHub Desktop.
Pixel manual update and root instructions
  • Download latest image from Google Factory images page
  • Extract archive
  • Extract image-coral-xxxxx.zip
  • Open Power Shell
  • > adb reboot bootloader
  • Edit flash-all.bat and remove -w flag from last fastboot command
  • > .\flash-all.bat
  • Wait until system is flashed and rebooted, wait for a successful boot
  • Copy boot.img file from image archive to the phone
  • Open Magisk Manager -> Install -> Install -> Select and Patch a File. Select the boot.img
  • Tranfer magisk_patched.img back to computer. It's usually saved in Downloads folder.
  • > adb reboot bootloader
  • > fastboot flash boot .\magisk_patched.img
  • > fastboot reboot
  • Enjoy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment