Voltage OS Flashing Instructions for Oneplus 13R/Ace 5
This guide provides flashing instructions for the Voltage OS custom ROM on OnePlus 13R and Ace 5 devices, requiring OOS 16.0.3.500 firmware. Users are warned that flashing voids warranties, risks bricking, and necessitates data backups; downgrading firmware after installation may also brick the device.
Clean flashing involves fastboot commands to install boot and recovery images, performing a factory reset in recovery, and sideloading the ROM zip. Dirty flashing for existing users simply requires rebooting to recovery and sideloading the update file.
Cocoon AI Summary
The article provides Voltage OS flashing instructions for Oneplus 13R and Ace 5. It includes disclaimers warning users that flashing the ROM voids warranty, and risks bricking the device. Clean flashing involves using fastboot to flash necessary image files, installing recovery, and sideloading the ROM zip. Dirty flashing is a simpler update process for existing Voltage OS users. The article directs users to SourceForge and Google drive for required files and emphasizes the importance of using OOS 16.0.3.500 firmware to avoid issues
Disclaimers:
1. Your warranty is now void. I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some research if you have any concerns about the features included in this ROM before flashing it! YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
2. Dirty flash at your own risk. In case of a bootloop, try flashing the previous build.
3. Always back up your data. No one but you is responsible for keeping your data safe.
4. This ROM ships with OOS 16.0.3.500 firmware. Make sure to NOT flash any other ROM with firmware older than 16.0.3.500 after flashing this build, or else you could risk bricking your device
Using the ROM's recovery
Clean Flash (coming from another ROM)
1) Enter bootloader mode by pressing and holding the Power + Volume Down buttons, and plug your device to your PC when it boots. Then open a terminal on your platform tools folder and flash the following 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
2) Reboot to bootloader mode by typing:
fastboot reboot bootloader
3) Flash the ROM's recovery onto your device by typing:
fastboot flash recovery recovery.img
4) Now reboot into recovery to verify the installation. Use the volume buttons and the menu to navigate and to select the "Recovery" option, then press the power button to select it.
5) Download the latest Voltage OS zip file for your device
6) While in the recovery, select "Factory Reset", then "Format data" and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage
7) Return to the main menu
8) Select "Apply update", then "Apply from ADB". Then type on your PC:
adb sideload ROM.zip
Note: Replace "ROM" with the name of the zip file you downloaded for your device, or just drag and drop the file.
9) Reboot to system
Dirty Flash (updating your current clover installation)
1) Reboot to recovery
2) Select "Apply update", then "Apply from ADB". Then type on your PC:
adb sideload ROM.zip
Note: Replace "ROM" with the name of the zip file you downloaded for your device, or just drag and drop the file.
3) Reboot to system