Skip to content

Instantly share code, notes, and snippets.

@h4ck4life
Forked from marcofugaro/Rooting a Pixel 3.md
Created May 9, 2020 13:46
Show Gist options
  • Save h4ck4life/21c23603b69b5885b6596bab76e145d9 to your computer and use it in GitHub Desktop.
Save h4ck4life/21c23603b69b5885b6596bab76e145d9 to your computer and use it in GitHub Desktop.
Rooting a Pixel 3

REFERENCES

https://www.xda-developers.com/google-pixel-3-unlock-bootloader-root-magisk/ https://www.youtube.com/watch?v=afu4d2lPtRM https://forum.xda-developers.com/showpost.php?p=78833959&postcount=239

PLATFORM TOOLS - https://developer.android.com/studio/releases/platform-tools

TWRP - https://twrp.me/google/googlepixel3.html

FACTORTY IMAGE - https://developers.google.com/android/images#blueline

MAGISK - https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445

INSTRUCTIONS

UNLOCK BOOTLOADER

  • unlock phone
  • ./adb.exe devices
  • ./adb.exe reboot bootloader
  • ./fastboot.exe flashing unlock
  • this will reset the phone, restart and re-enable USB debugging

UPDATE SYSTEM IMAGE

  • ./adb.exe reboot bootloader
  • ./fastboot.exe flash bootloader ./bootloader-blueline-b1c1-0.2-5672671.img
  • ./fastboot.exe flash radio ./radio-blueline-g845-00086-191011-b-5933466.img
  • ./fastboot.exe reboot-bootloader
  • ./fastboot.exe --skip-reboot update ./image-blueline-pq3a.190505.002.zip

UNLOCK DEVICE

Make sure to remove completely the locking sequence or pin, there is a bug in the current TWRP

OPEN TWRP

  • ./adb.exe reboot bootloader
  • ./fastboot.exe boot ./twrp-3.3.0-0-blueline.img

FLASH MAGISK

  • flash magisk using TWRP

INSTALL APPS

  • F-Droid
  • AdAway
  • Terminal Emoulator
  • Instagram
  • Cerberus root
  • System App Safe Remover
  • YouTube Vanced
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment