Created
July 21, 2019 23:33
-
-
Save WuskyDingo/d47eb596a95b947c93de3dc708f69738 to your computer and use it in GitHub Desktop.
Unlock Verizon Google Pixel Bootloader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Pixel XL not work
does it work on pixel 2xl?
pixel 7?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This doesn't work anymore.