Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save WuskyDingo/d47eb596a95b947c93de3dc708f69738 to your computer and use it in GitHub Desktop.

Select an option

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
@MyMrXu
Copy link
Copy Markdown

MyMrXu commented Oct 23, 2020

it's not work for me

@gdw1986
Copy link
Copy Markdown

gdw1986 commented Nov 17, 2020

This doesn't work anymore.

@MlgmXyysd
Copy link
Copy Markdown

Pixel XL not work

@devnulldevzero
Copy link
Copy Markdown

devnulldevzero commented Mar 5, 2021

does it work on pixel 2xl?

@fisforfaheem
Copy link
Copy Markdown

pixel 7?

@oliver124810
Copy link
Copy Markdown

For what it is worth, it worked for me with a Pixel 3a. I did not have to go beyond step 4, since the OEM unlocking option was available right after the factory reset.

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