Unlike most Google Pixel devices, the Verizon variants of the Google Pixel and Pixel XL come with a locked bootloader that cannot be unlocked through the standard Fastboot method. However, thanks to the dePixel8 exploit tool developed by Sunshine, users can unlock the bootloader on these devices and gain access to advanced Android customization features.
Once the bootloader is unlocked, you can install custom ROMs, root your device with Magisk, flash custom kernels, or install custom recoveries such as TWRP. If you’re planning to customize your Verizon Google Pixel or Pixel XL, unlocking the bootloader is the first step.
In this guide, we’ll walk you through the complete process of unlocking the bootloader on the Verizon Google Pixel and Pixel XL using the dePixel8 exploit.
Why Unlock the Bootloader?
Unlocking the bootloader gives you complete control over your device and allows you to:
Advertisement
728 x 90
- Install custom ROMs
- Root your device
- Flash custom kernels
- Install custom recoveries like TWRP
- Modify system files and advanced Android settings
- Access additional customization options
Advertisement
728 x 90
Important Notes
Before proceeding, keep the following points in mind:
- This guide is intended only for the Verizon Google Pixel and Google Pixel XL.
- Unlocking the bootloader may void your device warranty.
- Incorrectly following the instructions may cause software issues or even brick your device.
- Although this process typically does not erase user data, creating a complete backup is strongly recommended.
- Make sure the latest USB drivers are installed on your computer.
- Enable both USB Debugging and OEM Unlocking from Developer Options before starting.
Prerequisites
Before you begin, ensure that you have the following:
- Verizon Google Pixel or Pixel XL
- USB cable
- Windows, macOS, or Linux computer
- ADB and Fastboot installed
- dePixel8 exploit tool
- Device battery charged to at least 50%
Step 1: Download Required Files
Download dePixel8 Tool
Download the dePixel8 unlock script from a trusted source and save it to your computer.
Install ADB and Fastboot
If you haven’t already installed ADB and Fastboot on your computer, download and install the latest version. Users who already have ADB and Fastboot configured can skip this step.
Advertisement
728 x 90
Step 2: Enable Developer Options
- Open Settings on your device.
- Navigate to About Phone.
- Tap Build Number seven times until you see the message:
“You are now a developer.”
- Return to Settings.
- Open Developer Options.
- Enable USB Debugging.
- Enable OEM Unlocking.
Advertisement
728 x 90
Step 3: Prepare the dePixel8 Files
- Extract the downloaded dePixel8 ZIP package.
- Copy the extracted files into your ADB installation folder.
Advertisement
728 x 90
Step 4: Open Command Prompt or Terminal
- Connect your Pixel device to the computer using a USB cable.
- Open the ADB folder where the dePixel8 files were copied.
Advertisement
728 x 90
On Windows
- Hold Shift and right-click inside the folder.
- Select Open Command Window Here or Open PowerShell Window Here.
Advertisement
728 x 90
On macOS or Linux
- Open a Terminal window.
- Navigate to the ADB directory using the
cdcommand.
Advertisement
728 x 90
Step 5: Run the dePixel8 Exploit
Enter the following commands one at a time:
adb push dePixel8 /data/local/tmp
adb shell chmod 755 /data/local/tmp/dePixel8
adb shell /data/local/tmp/dePixel8
After the final command executes successfully, your device should automatically reboot into Bootloader Mode.
Step 6: Unlock the Bootloader
Once your device is in Bootloader Mode, execute the following command:
fastboot oem unlock
If a confirmation screen appears on the device:
Advertisement
728 x 90
- Use the Volume Up key to highlight the confirmation option.
- Press the Power button to approve the unlock request.
Advertisement
728 x 90
The bootloader unlocking process will now begin.
Step 7: Reboot the Device
After the bootloader has been successfully unlocked, reboot the device using the following command:
fastboot reboot
Your Verizon Google Pixel or Pixel XL will now restart with an unlocked bootloader.
Verify Bootloader Status
To verify that the bootloader is unlocked:
Advertisement
728 x 90
- Power off the device.
- Boot into Bootloader Mode by pressing Volume Down + Power.
- Look for the Device State information.
Advertisement
728 x 90
If it displays Unlocked, the process was successful.
What to Do Next?
Now that the bootloader is unlocked, you can:
- Install TWRP Recovery
- Root your device using Magisk
- Flash custom ROMs
- Install custom kernels
- Modify system partitions
- Explore advanced Android customizations
Conclusion
That’s it! You have successfully unlocked the bootloader on your Verizon Google Pixel or Pixel XL using the dePixel8 exploit tool. Unlocking the bootloader opens the door to a wide range of customization options, including rooting, custom ROM installation, and advanced system modifications.
If you encounter any problems during the process or have questions about any of the steps, feel free to leave a comment below.
Advertisement
728 x 90
Disclaimer
Unlocking the bootloader is an advanced procedure and carries certain risks. It may void your warranty and could potentially render your device unusable if performed incorrectly. Proceed entirely at your own risk, and always ensure you have a complete backup of your important data before making any modifications.
Why can’t I download your script file?