Home > ROMs > Custom ROMs

How to Install various Custom ROMs on Pixel 7A

In this guide, we will show you the steps to install numerous custom ROMs on your Pixel 7A. The devices from the Silicon Valley giant have always been known to be among the most active players in custom development. And the latest entry to the Pixel lineup, the affordable 7A, has once again done justice to this statement, and in quite some style. Within days of its launch, a couple of custom ROMs have already made their way over to this device.

But why is there a need to ditch the Pixel ecosystem and opt for a custom ROM when the latter are themselves based on AOSP? Well, one major reason for the same is the plethora of additional mods and tweaks that these ROMs behold [while you could try out most of these features in a stock ROM as well, but then you’ll have to root your device]. So on that note, let’s get started with the steps to install numerous custom ROMs on your Pixel 7A.

How to Install Various Custom ROMs on Pixel 7A

Custom ROMs Pixel 7A

Irrespective of the ROM you end up flashing, each of them will wipe off all the data from your device, so please 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.

STEP 1: Install Android SDK

install adb platform tools windows

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: Enable USB Debugging and OEM Unlocking

Next up, you will also have to enable USB Debugging and OEM Unlocking on your device. The former will make your device recognizable by the PC in ADB mode. This will then allow you to boot your device to Fastboot Mode. On the other hand, OEM Unlocking is required to carry out the bootloader unlocking.

Custom ROMs Pixel 7A

So head over to Settings > About Phone > Tap on Build Number 7 times > Go back to Settings > System > Developer Options > Enable USB Debugging and OEM Unlocking.

STEP 3: Unlock Bootloader on Pixel 7A

Next up, you will also have to unlock the device’s bootloader. Do keep in mind that doing so will wipe off all the data from your device and could nullify its warranty as well. So if that’s all well and good, then please refer to our detailed guide on How to Unlock the Bootloader on Pixel 7A.

Custom ROMs Pixel 7A

STEP 4: Download Custom ROMs for Pixel 7A

  1. You could now grab hold of the ROM and its associated files from the below link:

    LineageOS

    Evolution XP

    Paranoid Android

    SuperiorOS

    Pixel Blaster

    crDroid: ROM | Recovery

  2. Rename the ROM file to rom.zip and transfer all the files to the platform-tools folder.

STEP 5: Boot Pixel 7A Fastboot Mode

  1. Now connect your device to the PC via a USB cable. Make sure USB Debugging is enabled.
  2. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the Command Prompt.
    command-prompt-inside-adb
  3. Type in the following command in the CMD window to boot your device to Fastboot Mode
    adb reboot bootloader

    Custom ROMs Pixel 7A

  4. To verify the Fastboot connection, type in the below command and you should get back the device ID.
    fastboot devices

    Root Pixel 7 Pro

  5. If you are not getting any serial ID, then please install the Fastboot Drivers.

Install LineageOS on Pixel 7A

To flash the latest LineageOS 20 based on Android 13 onto your Pixel 7A, you could refer to our below-linked guide:

How to Install LineageOS on Pixel 7A

Install Evolution X on Pixel 7A

  1. Make sure that you have transferred all the files to the platform tools folder.
  2. Now type in the below command to boot your device to FastbootD Mode:
    fastboot reboot fastboot

    Custom ROMs Pixel 7A

  3. Then type in the below command to flash system.img
    fastboot flash system system.img
  4. Now flash the system_ext.img via the below command
    fastboot flash system_ext system_ext.img
  5. Then flash product.img using the below-listed command
    fastboot flash product product.img
  6. Now flash vendor.img via the command shown below:
    fastboot flash vendor vendor.img
  7. After that, reboot your device to Fastboot via the command
    fastboot reboot-bootloader

    Custom ROMs Pixel 7A

  8. Then type in the below command to flash vbmeta and disable verity
    fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
  9. Now perform a factory reset via the following command
    fastboot -w
  10. Finally, execute the below command to boot your device to the newly flashed OS
    fastboot reboot

That’s it. These were the steps to install Evolution X on your Pixel 7A. 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.

Install Paranoid Android on Pixel 7A

  1. From Fastboot Mode, execute the below command to flash the ROM:
    fastboot update rom.zip
  2. Once done, use the below command to perform a factory data reset
    fastboot -w
  3. Now use the below command to boot your device to the newly installed OS
    fastboot reboot

That’s it. These were the steps to install Paranoid Android on your Pixel 7A. 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.

Install crDroid Android 14 on Pixel 7A

  1. To begin with, extract the recovery.zip to the platform-tools folder.
  2. Then flash the four files that you have got via the below commands:
    fastboot flash boot boot.img
    fastboot flash dtbo dtbo.img
    fastboot flash vendor_kernel_boot vendor_kernel_boot.img
    fastboot flash vendor_boot vendor_boot.img

    crdroid rom android 14 pixel 7a

  3. Once done, reboot your device to crDroid Recovery via the below command:
    fastboot reboot recovery
  4. Then go to Advanced > Format data/factory reset > Factory Reset.
  5. Once done, select “Apply Update” > “Apply from ADB”.
  6. Now in the CMD window, type in the below command to start the sideload:
    adb sideload rom.zip
  7. Wait for the installation to complete. Once done, select Reboot System.

Install SuperiorOS on Pixel 7A

  1. From Fastboot Mode, use the below command to perform a factory data reset
    fastboot -w
  2. Then type in the below command to flash SuperiorOS on your Pixel 7A
    fastboot update rom.zip
  3. Your device will automatically boot to FastbootD and then to the newly installed OS.

That’s it. These were the steps to install SuperiorOS on your Pixel 7A. 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.

Install Pixel Blaster on Pixel 7A

  1. From the Fastboot Mode, type in the below commands to flash each of these files
    fastboot flash boot boot.img
    fastboot flash dtbo dtbo.img
    fastboot flash init_boot init_boot.img
    fastboot flash vendor_boot vendor_boot.img
    fastboot flash vendor_kernel_boot vendor_kernel_boot.img

    android 13 custom rom pixel 7a

  2. Once done, boot your device to custom recovery via the below command
    fastboot reboot recovery
  3. From the recovery, select Apply Update > Apply from ADB.
  4. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter.
  5. This will launch the Command Prompt. So type in the below command to flash the ROM file via Sideload:
    adb sideload rom.zip

    android 13 custom rom pixel 7a

  6. The process will now begin and once done, you shall get the Total xfer: 1.00x message.
  7. Now select Factory Reset > Format Data/Factory Reset > Format Data.
  8. Finally, select Reboot System Now. Your Pixel 7A will now boot to the Pixel Blaster ROM.

That’s it. These were the steps to install the Pixel Blaster ROM on your Pixel 7A. 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.


Share: