Install Method AlphaDroid OnePlus 11 5G (salami)
Flashing instructions
Pre-installation
Download the latest ROM file (referred to as rom.zip).
Download support files from the site:
- boot.img
- dtbo.img
- vbmeta.img
- vendor_boot.img
- recovery.img
Step 1: Flash Additional Partitions and Recovery
- Download and keep support files (mentioned in pre-installation) ready.
- On the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type:
- adb -d reboot bootloader
(You can also power off the device, and boot it into bootloader mode by holding Volume Up + Volume Down + Power)
Flash the downloaded image files to your device by typing:
- fastboot flash boot boot.img
- fastboot flash dtbo dtbo.img
- fastboot flash vbmeta vbmeta.img
- fastboot flash vendor_boot vendor_boot.img
- fastboot flash recovery recovery.img
Now use the Volume Keys to navigate to and to select the Recovery option with Power Key.
Step 2: Flash ROM
This step can be also used for update installation
- Ensure you have downloaded latest rom.zip package from the link above
- If you are not in recovery, reboot into recovery:
- With the device powered off, hold Volume Down + Power
- For clean / first-time installation - Tap Factory Reset > Format data and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one). This step can be skipped for update installation.
- Return to the main menu.
- Sideload the rom.zip package but do not reboot before you read/followed the rest of the instructions!
- On the device, tap Apply Update > Apply from ADB to begin sideload.
- On the host machine, sideload the package using:
adb -d sideload rom.zip