Warning: The provided instructions are for crDroid 12 running on OnePlus 15 (infiniti). These will only work if you follow every section and step precisely.
Do not continue after something fails!
Do not continue after something fails!
Before you start, make sure you’ve deleted every Google account from the device on a fresh install. This will prevent “Factory Reset Protection” (FRP) from kicking in during the setup steps.
Installation is only possible on a device with unlocked bootloader!
crDroid is provided as-is without warranty, and while we strive to ensure functionality, you install it at your own risk.
We are not responsible for any damage you made to your device. You have been warned!
We are not responsible for any damage you made to your device. You have been warned!
Flashing instructions
Pre-installation:
- Optional Google Applications
First time installation (clean flash):
- Reboot your phone into the bootloader by either restarting it and then when it's off holding down Volume Down and Power or doing adb reboot bootloader
- Flash the Boot Image, the DTBO Image, the Init_boot Image, the Recovery Image, the VBMeta Image, the Vendor_Boot Image
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash init_boot init_boot.img
fastboot flash recovery recovery.img
fastboot flash vbmeta vbmeta.img
fastboot flash vendor_boot vendor_boot.img
- Then reboot into recovery by doing
fastboot reboot recovery
- Once in Recovery Mode, use the Volume Up and Volume Down keys to highlight "Apply update"
- Once "Apply update" is highlighted, select it with the Power Key
- Then do
adb sideload OTAName.zip
- Once done, it'll prompt you to either choose if you want to restart into Recovery Mode to flash more packages or if you don't want to reboot
- Reboot if you want to flash something like a Google Applications package or don't reboot if you don't want to flash anything else.
- Use the Volume Up and Down Keys to highlight "Factory reset"
- Select "Factory reset' with the Power Key
- Then Select "Format data/Factory Reset"
- Once it asks if you want to format data, choose "YES"
- Once done, it should be automatically highlighted on "Reboot system now" choose that and wait for it to start up!
- Enjoy!
Update installation:
- Reboot into Recovery Mode by using the Power Menu
adb reboot recovery
- Once in Recovery Mode, use the Volume Up and Volume Down keys to highlight "Apply update"
- Once "Apply update" is highlighted, select it with the Power Key
- Then do
adb sideload OTAName.zip
- Once done, it'll prompt you to either choose if you want to restart into Recovery Mode to flash more packages or if you don't want to reboot
- If you had Google Applications installed, install them again
- Once done, it should be automatically highlighted on "Reboot system now" choose that and wait for it to start up!
- Enjoy!
