AdBlock Detected!
crDroid server is made possible by displaying ads on our website. Please support us by whitelisting our url.
Installation is only possible on a device with unlocked bootloader!
(Files may have YYYYMMDD date in file name, download latest files in that case)
This step can be skipped if bootloader is already unlocked.
Enable OEM unlock in the Developer options under device Settings, if present.
Connect the device to your PC via USB.
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)
fastboot devices
fastboot flashing unlock
This step can be skipped if you have compatible custom 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)
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
(If support files have YYYYMMDD date prefix, rename respective img file accordingly)
This step can be also used for update installation
Ensure you have downloaded latest crdroid.zip package from the link above
If you are not in recovery, reboot into recovery:
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 crdroid.zip package but do not reboot before you read/followed the rest of the instructions!
adb -d sideload crdroid.zip
adb -d sideload gapps.zip
(No need to flash GApps again if updating via OTA)
crDroid server is made possible by displaying ads on our website. Please support us by whitelisting our url.