I'm not entirely sure if this is old news or not, but if you have the Verizon Pixel 2 like I do, and have been depressed that we can't unlock the bootloader thanks to the Evil Verizon people, and want to stick it to the Evil Verizon people and still Unlock the Bootloader for whatever purpose (Root, TWRP or Custom recovery, Custom ROM, Kernel, etc...) we are in luck! :good:
Even though the Evil Verizon people have Disabled the OEM Unlocking in Developer Options.

There is a fastboot command that bypasses the disabled oem unlocking. :victory:
This only works for the Pixel 2 not the Pixel 2 XL variant.
Thanks to @b00ster23 for the following;
Unlocking the Bootloader WILL WIPE YOUR DEVICE!! so backup important files.
To Unlock your Verizon Pixel 2, follow the steps below..
If you have successfully unlocked your bootloader on reboot you should see;
Even though the Evil Verizon people have Disabled the OEM Unlocking in Developer Options.
There is a fastboot command that bypasses the disabled oem unlocking. :victory:
This only works for the Pixel 2 not the Pixel 2 XL variant.
Thanks to @b00ster23 for the following;
Correct on the steps, including the entire discussion found here. https://forum.xda-developers.com/pix...el-2s-t3726294
Big Thanks goes to @D3RP_ for finding the command.
***PATCHED BY OUT-OF-CYCLE JANUARY UPDATE***
If you have received the OTA patch for your pixel2, and now are on OPM2.171019.016, you will no longer be able to run the command. And downgrade is not available at this time.
As of 1/24/2018 users who have purchased new phones have been able to remove the SIM, refuse internet (WiFi) connection at the initial startup. After completing the initial setup, you can sideload 8.1 to take advantage of the command in the OP. If you connect to the internet with WiFi or with your SIM, chances are high you will receive the update and this method WILL NOT work. To date, there are no other ways to unlock the bootloader on VZW PIX2 other than this method.
Instructions to sideload stock OTA's are found here along with the downloads. https://developers.google.com/android/ota
Once again, DO NOT USE 8.1.0 (OPM2.171019.016, Jan 2018, Verizon) but instead use 8.1.0 (OPM1.171019.013, Jan 2018) The command is not available on 8.0
Unlocking the Bootloader WILL WIPE YOUR DEVICE!! so backup important files.
To Unlock your Verizon Pixel 2, follow the steps below..
- Install ADB/Fastboot Drivers
- Enable Developer Options
- Enable USB Debugging in Developer Options
- Plug Pixel 2 into PC
- Open a Command Prompt window;
- In Command Prompt, type
and hit ENTERCode:
adb start-server
If you see * daemon started successfully *
continue to next step - In Command Prompt, type
and hit ENTERCode:
adb devices
If you see "List of devices attached" as well as "Your Devices Serial Number device or unauthorized"
continue to next step - On Pixel 2 - Allow PC for USB Debugging
- In Command Prompt, type
Once your Pixel 2 has rebooted into the bootloaderCode:
adb reboot bootloader - In Command Prompt, type
and hit ENTERCode:
fastboot flashing lock_critical - Then follow the instructions on your Pixel 2 to finish Unlocking Bootloader.
If you have successfully unlocked your bootloader on reboot you should see;
Last edited: