Voltage OS Flashing Guide for veux/peux

Your complete guide to installing Voltage OS on your Xiaomi Redmi Note 11 Pro / 11 Pro+ / 11E Pro / POCO X4 Pro (veux/peux).

Warning!

/* * Your warranty is now void. * * Most custom ROMs are released stable and safe to use… * but if you decide to play mad scientist, mess something up, and * end up corrupting your SD card, turning your phone into a fancy paperweight, * or bricking it beyond recognition—don’t blame me. * I warned you. In fact, I’ll probably just laugh. Loudly. 😂 */

Flashing Recovery (Initial Install ZIP)

Download:

Steps:

1. Reboot to fastboot mode by holding Volume Down + Power until the fastboot logo appears.

2. Connect your phone to your PC and run the following commands:

fastboot reboot fastboot
fastboot --skip-reboot update voltage-5.3-veux-20251117-0331-OFFICIAL-initial-install.zip

3. Reboot to recovery mode by holding Volume Up + Power until the recovery screen appears.

Flashing Firmware

Download the latest regional firmware from here. You can flash the firmware using two different methods. Pick the one that’s relevant for you.

Method 1: ADB Sideload

  1. In recovery, select Apply Update.
  2. Select Apply Update from ADB.
  3. Connect phone to PC and run this command:
  4. adb sideload firmware.zip

Method 2: SD Card / OTG

  1. In recovery, select Apply Update.
  2. Select Choose from sdcard.
  3. Navigate to and select your firmware.zip file.

Flashing ROM

Customize your experience by choosing one of the three options below.

Option 1: Clean Flash - Vanilla

  1. Select Apply UpdateApply Update from ADB.
  2. On your PC, run:
  3. adb sideload rom.zip
  4. Confirm 'Yes' on the prompt that tells you to reboot to recovery after sideloading.
  5. Select Factory Reset.
  6. Select Format Data/Factory Reset.
  7. Select Reboot System Now.

Option 2: Clean Flash - Sandbox GApps

Follow steps 1-6 from the Clean Flash (Vanilla) method above.

  1. After rebooting to system, download and install the GrapheneOS App Store.
  2. Open the app and install Google Play services, Google Services Framework and Google Play Store.
GrapheneOS App Store screenshot

For more information on Sandboxed Google Play, read the official documentation.

For potential fixes and workarounds, check this post.

Option 3: Clean Flash - Normal GApps

  1. Select Apply UpdateApply Update from ADB.
  2. Sideload the ROM zip:
  3. adb sideload rom.zip
  4. Confirm 'Yes' on the prompt that tells you to reboot to recovery after sideloading.
  5. DO NOT REBOOT to System. Go back and select Apply UpdateApply Update from ADB again.
  6. Sideload your GApps package:
  7. adb sideload gapps.zip
  8. Select AdvancedReboot to Recovery.
  9. Once back in recovery, select Factory Reset.
  10. Select Format Data/Factory Reset.
  11. Select Reboot System Now.

Updating ROM

You can update the ROM using two different methods. Pick the one that’s relevant for you.

Method 1: Dirty Flash

  1. Select Apply UpdateApply Update from ADB.
  2. Sideload the new ROM zip:
  3. adb sideload rom.zip
  4. Confirm 'Yes' on the prompt that tells you to reboot to recovery after sideloading.
  5. If you did not flash GApps previously, select Reboot System Now.

If you flashed GApps previously:

  1. DO NOT REBOOT to System. Select Apply UpdateApply Update from ADB again.
  2. Sideload the GApps zip:
  3. adb sideload gapps.zip
  4. Select Reboot System Now.

Method 2: Updating Through OTA

Note: This method does not work for major version upgrades (for example, 4.x to 5.x).

  1. Navigate to SettingsSystemSystem updates.
  2. Download the latest available build.
  3. Tap Reboot in the updater once the download is complete.
  4. The device will automatically update and reboot.

Flashing a Different Kernel

Note: These instructions are for Android 16 builds.

  1. Download the required vendor_boot.img from here.
  2. Reboot to fastboot mode (Vol Down + Power).
  3. Flash the downloaded vendor_boot:
  4. fastboot flash vendor_boot voltage-5.3-kernel-flash-vendor_boot.img
  5. Reboot to recovery (Vol Up + Power).
  6. Flash your desired kernel zip file via recovery (e.g., ADB Sideload or SD Card).
  7. Select Reboot System Now.