Home > Pixel Series

Restore Pixel 2/XL to Stock Firmware via Fastboot | Unbrick it

In this guide, we will show you the steps to restore Pixel 2/XL to stock firmware via Fastboot Commands and hence unbrick it. Pixel devices have always been known to provide the cleanest stock Android OS experience. Along the same lines, you are also slated to get the fastest Android upgrades. Apart from that, if you step into custom development, the possibilities further multiply. [DON’T MISS: How to Root Pixel 2 and 2 XL running Android 11 without TWRP].

You could flash tons of custom ROMs, install a custom recovery like TWRP, or even gain administrative privileges. The last one is also known as rooting the device. You could do so via two different methods: with TWRP (using Magisk Installer ZIP) or without TWRP (Magisk patched boot.img). This then allows you to flash a custom kernel, install Magisk Modules, Xposed Framework, install Substratum Theme Engine, among others.

However, carrying out these tweaks might sometimes bring in uninvited risks. This in turn might result in your device going to the Boot-loop state, stuck in Fastboot Mode or a soft-brick. And if anyone of these things has happened with your device as well, then you have come to the right place to rectify this issue. In this guide, we will show you how to restore Pixel 2/XL to stock firmware via Fastboot Commands and hence unbrick it.  Follow along for the detailed instructions.



Restore Pixel 2/XL to Stock Firmware via Fastboot | Unbrick it

Before we list out the instructions steps, there are a few prerequisites that you need to go through. Make sure to tick-mark all these requirements before proceeding ahead. Droidwin and its members wouldn’t be held responsible in case of a thermonuclear war, your alarm doesn’t wake you up, or if anything happens to your device and data by performing the below steps.

STEP 1: Prerequisites

  • To begin with, you need to have an unlocked bootloader. This is something that all our readers might already have done, otherwise, they might not have landed here.
  • Next up, download and install the Android SDK Platform Tools on your PC. This will provide you with the necessary ADB and Fastboot binaries.
  • Finally, download the stock firmware for your device (these are the complete factory images and not the OTA file because OTAs wouldn’t work in this current scenario)

That’s it. You may now proceed with the steps to restore Pixel 2 or Pixel 2 XL to stock firmware via Fastboot and unbrick it.

STEP 2: Extract Pixel 2/XL Stock Firmware

To begin with, extract the contents of the Pixel 2 or Pixel 2 XL ZIP firmware. Once you do so, you should get a bootloader.img file, three flash files, a radio.img file and a compressed folder.pixel 2 fastboot files

This second compressed folder will have other image files such as the modem, system, vendor, boot, etc. You should not extract this ZIP file. This is because we would be flashing this ZIP file as it is.

pixel 2 boot system vendor img files

Now there are two different approaches that you take while flashing the firmware. You could either use the flash-all script that will automatically flash all the files. If that doesn’t work out, then you could manually flash the IMG files to its partition. We have shared both these methods in-depth, refer to the one that meets your requirements.



STEP 3A: Restore Pixel 2/XL to Stock Firmware via Flash-All Script

I inspected this Fastboot Firmware and the flashing file consists of a command that will wipe off all the data on your device. As of now, your device is stuck in Fastboot (kind of), hence a device backup is not possible. Fret Not. I will show you how to modify that flash file and remove the command responsible for device formatting. This way you will be able to flash the stock ROM on your Pixel 2 or Pixel 2 XL device, without losing any data!

  1. To do so, download an advanced Text Editor such as Notepad++.
  2. Then head over to the extracted Fastboot ROM and there you should see the flash-all.bat file.
  3. Right-click on it and select Edit with Notepad++.
    edit pixel flash all file
  4. When the file opens, you should see the fastboot -w keyword. The -w in this command wipes off all the data, so just delete that alphabet and the hyphen, save the file and that’s it. Your data won’t be wiped now!
    pixel 2 xl flash all script restore stock rom
  5. So if the line was:
    fastboot -w update image-walleye-rp1a.201005.004.zip
  6. It will transform to:
    fastboot update image-walleye-rp1a.201005.004.zip
  7. Once you have made this change and saved the file, move all the contents of the extracted Fastboot ROM to the platform-tools folder. That is, move the bootloader.img file, three flash files, a radio.img file and the compressed folder inside platform-tools.
  8. Now boot your Pixel device to Fastboot Mode. For that, power it off. Then press and hold the Volume Down + Power buttons until you see the Android Logo, as shown in the below image.
    pixel 2 xl fastboot firmware unbrick
  9. Once booted to Fastboot, connect it to PC via USB cable.
  10. Then head over to the platform-tools folder where you have placed the Fastboot ROM files. Type in CMD in the folder’s address bar and hit Enter. This will launch the Command Prompt window.
  11. Windows users should execute the below command to begin the flashing process:
    flash-all.bat
  12. This flash file will come into action and would flash the required files on its own. Your device might reboot a couple of times in between the process, this is completely normal.
  13. Once done, your device should reboot to the OS. If it doesn’t, then use the hardware key combinations or the below command:
    fastboot reboot

That’s it. These were the steps to restore Pixel 2/XL to Stock Firmware via Flash-All Script. This was the automated method and should do its job most of the time. And if it worked out for you, then you may skip the below STEP 3B and move over to STEP 4. However, if you are facing any issue or two, then you could manually flash these files as well. Here are the required fastboot commands for the same.

STEP 3B: Restore Pixel 2/XL to Stock Firmware via Fastboot Commands

  1. To begin with, make sure that all the ROM files (including the ZIP file) are placed inside the platform-tools folder.
  2. Then type in CMD in the folder’s address bar and hit Enter. This will launch the Command Prompt window.
    command-prompt-adb
  3. Now execute the below commands in the CMD window to manually flash the individual stock firmware files. Copy-paste the first command, hit Enter, copy-paste the second one, and so on. After flashing each image file, we will be rebooting your device to bootloader (via fastboot reboot-bootloader command). This is an important step and shouldn’t be skipped. The last command (fastboot reboot) will boot your device to the OS:
    fastboot flash bootloader <bootloader image file name>.img 
    fastboot reboot-bootloader 
    fastboot flash radio <radio image file name>.img 
    fastboot reboot-bootloader 
    fastboot update <image zip file name>.zip
    fastboot reboot

That’s it. With this, you have successfully restored Pixel 2/XL to Stock Firmware via Fastboot Commands and unbricked it. Let’s now move onto the final step.



STEP 4: Relock Bootloader

The fourth and final step requires you to relock the bootloader on your Pixel 2/XL device. Here are the steps for the same:

  1. Connect your device to PC via USB cable and boot it to Fastboot Mode.
  2. For that, you could use the hardware key combinations or execute the below command in the CMD window (make sure to enable USB Debugging)
    adb reboot bootloader
  3. Once booted to Fastboot Mode, type in the following command to relock the device’s bootloader
    fastboot flashing lock
  4. You may now get a prompt on your device. Use the Volume Keys to select Yes and hit the Power key to confirm the selection.
  5. Your device should now reboot to the OS. If it doesn’t, then use the power key to do so or execute the below command:
    fastboot reboot

With this, we conclude the guide on how to restore your Pixel 2 or Pixel 2 XL device to stock firmware via Fastboot and unbrick it. If you still have any queries, do let us know in the comments section below.


Share: