Warning: The provided instructions are for crDroid 11 running on Moto G7 Power (ocean). 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 proceed, remove all Google accounts from your device to avoid "Factory reset protection" (FRP)!
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
Required Files
-
Download the needed files for download page
-
Required device files for first-time install:
- boot.img
- dtbo.img
- ...and then the latest OTA zip for you device (crDroidAndroid-15.0-xxx.zip)
*Do NOT substitute any of these files with files that you've downloaded elsewhere if you want support for your installation.*
First time installation (clean flash):
- Prepare the device for fastboot mode:
- Power off the device.
- Press and hold Power + Volume Down buttons until Fastboot mode appears.
- Connect the device to your PC via USB cable and verify the connection with:
fastboot devices
- Flash the required images:
- Boot image:
fastboot flash boot boot.img
- Dtbo image:
fastboot flash dtbo dtbo.img
-
Enter Recovery mode:
- Use the volume buttons to navigate to "Recovery Mode."
- Press the Power button to confirm.
-
Perform a Factory Reset in Recovery mode
-
Navigate to "Wipe data/factory reset".
-
Confirm the action to clear old data.
-
Install the ROM
-
Use the adb sideload command with the ROM file:
adb sideload crDroidAndroid-15.0-xxx.zip
Update installation:
-
Reboot the device into Recovery mode.
-
Install the update:
- Use the adb sideload command to flash the update file:
adb sideload crDroidAndroid-15.0-xxx.zip
- Reboot the device:
- After installation, select "Reboot system now" from the Recovery menu.
Via OTA:
- Go to Settings -> System -> Updater and download latest build
- Choose install and let it finish
- Reboot
Your device should now be updated!