a short guide on how to install updates on the google pixel 6 and keep root
Go to file
2022-04-20 11:35:26 +02:00
example-flash-all.sh initial commit 2022-04-20 11:35:26 +02:00
README.md initial commit 2022-04-20 11:35:26 +02:00

update-pixel

a short guide on how to install updates on the google pixel 6 and keeping root

how to

  • download the newest factory image from google
  • extract the downloaded file and the .zip-file in it
  • copy the extracted file boot.img to your phone and patch it with magisk
  • copy the patched file back to the base folder as magisk_patched.img
  • modify the file flash-all.sh:
    • replace the start of the line fastboot -w update image-*.zip with fastboot --skip-reboot update image-*.zip
    • append the following lines:
      sleep 5
      fastboot reboot fastboot
      sleep 15
      fastboot flash boot magisk_patched.img
      fastboot reboot

enjoy!