In this guide, we will show you the steps to unbrick your Google Pixel 6A via Fastboot commands. The latest offering from the Silicon Valley giant has just been released and it has already managed to grab the attention of the masses. Thanks to its affordable price, the A series is always among the most sought after. Add to it, the fact that in many countries 4A was the last Pixel device sold and even the 6/6 Pro aren’t being officially sold in those regions, the rise to fame for 6A was just the writing on the walls.
We aren’t just talking about the general users, the tech enthusiasts were also eagerly waiting to get their hands on this device. Well, Google hasn’t disappointed those niche segments of users either. They have already released the kernel source and device tree for this device, so the custom ROMs and recovery might already be on their way.
In the meantime, you could gain administrative privileges by rooting the device via Magisk and in turn bring a plethora of mods. However, carrying out these tweaks could prove to be quite risky as well. If not done correctly, then your device might end up in a bootloop of softbrick state. Even in that state, you could easily unbrick your Pixel 6A via Fastboot commands. And in this guide, we will help you with just that. So without further ado, let’s get started.
Unbrick Google Pixel 6A via Fastboot Commands
The below process will wipe off all the data from your device, so take a complete device backup beforehand. 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.
NOTE: Before carrying out the below steps, your device’s bootloader should be unlocked. For most users, this might already be the case. However, if you haven’t done so and the OEM unlock toggle on your device is enabled, then please Unlock the Bootloader on Google Pixel 6A [it will wipe all the data and could nullify the device’s warranty].
STEP 1: Install Android SDK
First and foremost, you will have to install the Android SDK Platform Tools on your PC. This is the official ADB and Fastboot binary provided by Google and is the only recommended one. So download it and then extract it to any convenient location on your PC. Doing so will give you the platform-tools folder, which will be used throughout this guide.
STEP 2: Download Pixel 6A Stock Firmware
- Next up, you will have to get hold of your device’s stock firmware. So download it from the below link (it is recommended to download the latest available firmware):
Firmware for Pixel 6A [bluejay]: Download Link
- Once you have downloaded the firmware, extract it inside the platform-tools folder.
- Likewise, rename the bootloader, image and radio files as instructed below so that it becomes easier to type in the CMD window:
- bootloader-bluejay-bluejay-x.x-xxxxxxx.img to bootloader.img
- image-bluejay-xxxx.xxxxxx.xxx.xx.zip to image.zip
- radio-bluejay-xxxxxx-xxxxx-xxxxxx-x-xxxxxxx to radio.img
STEP 3: Boot Pixel 6A to Fastboot Mode
You will now have to boot your device to the Fastboot Mode. In most cases, as soon as the device is soft-bricked it automatically gets booted to Fastboot. However, if your device is stuck in a bootloop, then let it drain the battery so that the device gets powered off. Then connect your device to the charger and as soon as you do so, press and hold the Power and Volume Down keys. Your device will now be booted to Fastboot.
STEP 4: Unbrick Pixel 6A via Fastboot Commands
- To begin with, connect your device to the PC via USB cable. Make sure it is booted to Fastboot Mode
- Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the Command Prompt.
- Now type in the following command in the CMD window to flash the bootloader file:
fastboot flash bootloader bootloader.img
- After that, execute the below command to boot your device back to Fastboot Mode:
fastboot reboot-bootloader
- Next up, flash the radio file using the below command:
fastboot flash radio radio.img
- You will now again have to boot your device to Fastboot Mode, so use the below command for that:
fastboot reboot-bootloader
- Finally, you may now flash all the other partition files present inside the update.zip file and format your device along the way, using the below command [if you want to preserve data, then check out the FAQ at the end]:
fastboot -w update image.zip
- Once the flashing is complete, you may now use the below command to boot your device to the OS
fastboot reboot
So these were the steps to unbrick the Google Pixel 6A via Fastboot Commands. If you have any queries concerning the aforementioned steps, do let us know in the comments. We will get back to you with a solution at the earliest.
FAQ: Unbrick Pixel 6A without Data Wipe
Whenever a device is in bootloop or softbrick state, it is always recommended to perform a factory reset before/during flashing the firmware file. Well, chances are your device might not even boot if you don’t perform the reset. But still, if you wish to give it a try and unbrick your device without performing a reset, then here’s what you need to do:
- First off, flash the bootloader and radio files as instructed above. To recall, here are the commands we used:
fastboot flash bootloader bootloader.img fastboot reboot-bootloader fastboot flash radio radio.img fastboot reboot-bootloader
- Once done, you will now have to flash the update.zip file but without using the format command. So execute this command:
fastboot update image.zip
- Finally, reboot your device to the OS using the below command. Check if it boots up or not.
fastboot reboot
- If it does, well and good. Otherwise, you are left with no choice but to factory reset your device and flash the update.zip [as discussed in the above section].
- How to Root Google Pixel 6 via Magisk Patched Boot.img
- How to Fix Android Device stuck in Fastboot Mode
- Pixel 6 Fingerprint Sensor Not Working: How to Fix
- Fix Android stuck in Recovery Mode: No Command screen