Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save WuskyDingo/d47eb596a95b947c93de3dc708f69738 to your computer and use it in GitHub Desktop.
Save WuskyDingo/d47eb596a95b947c93de3dc708f69738 to your computer and use it in GitHub Desktop.
Unlock Verizon Google Pixel Bootloader
1. Remove sim from phone
2. Factory reset phone
3. Go through setup, leave everything as default
- Don't add any fingerprints or screen locking
- Don't connect to WiFi (yet)
4. Enable developer options, and enable usb debugging
5. Connect to PC and set usb to charging only
6. Run the command from PC: adb shell pm uninstall --user 0 com.android.phone
7. Reboot
8. Connect to WiFi
9. Open Chrome and load any website (not sure if this is necessary)
10. Go back to developer options and enable OEM unlocking
11. From PC run:
- adb reboot bootloader
- fastboot oem unlock (confirm the unlock on phone)
- fastboot reboot
Now enjoy your bootloader unlocked Pixel!
source: https://forum.xda-developers.com/pixel-xl/how-to/bounty-verizon-pixel-bootloader-unlock-t3740911/page14
@15farid
Copy link

15farid commented Aug 27, 2020

i don't know if you will read this but....
i already done every single step but none of it works....

@MyMrXu
Copy link

MyMrXu commented Oct 23, 2020

it's not work for me

@gdw1986
Copy link

gdw1986 commented Nov 17, 2020

This doesn't work anymore.

@MlgmXyysd
Copy link

Pixel XL not work

@devnulldevzero
Copy link

devnulldevzero commented Mar 5, 2021

does it work on pixel 2xl?

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