Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions 12/raven.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### Pre-installation:
You will need to have a computer with the Android Platform Tools installed. See XDA's guide for installing the platform tools: https://www.xda-developers.com/install-adb-windows-macos-linux/

### Unlocking bootloader:
Warning! This will wipe your phone. Back up before continuing.

To install crDroid, you'll need to unlock your bootloader. Open the Settings app, then go to About phone, and tap on "build number" until it says "You are now a developer!" or prompts you to enter your passcode. Afterwards, go to System > Advanced > Developer Options in Settings, then enable the options "USB Debugging" and "OEM Unlock". If the "OEM Unlock" option is not present or greyed out, your phone was likely purchased from a carrier that restricts bootloader unlocking (e.g. Verizon, AT&T, Docomo) and you cannot continue. Connect the phone to your computer and run "adb reboot bootloader", you will get a prompt asking if you'd like to trust the computer, say yes. When your phone enters Fastboot mode, run "fastboot flashing unlock" on your computer and select continue on the screen.

### Installing recovery
Get the latest boot.img, dtbo.img and vendor_boot.img from the Recovery section on the download page. Run "fastboot flash boot /path/to/boot.img" and once that finishes, "fastboot flash dtbo /path/to/dtbo.img", then "fastboot flash vendor_boot /path/to/vendor_boot.img". Now press volume up until you see "Recovery Mode", then press power.

### Installing crDroid from recovery
Download the crDroid ZIP file, and GApps if wanted.
Select "Factory Reset", then "Format data / factory reset".
Once formatted, go back to the main menu, select "Apply Update", then "Apply from ADB".
Connect the Pixel to your computer via USB, and then on your computer, run `adb sideload path/to/crdroid.zip.
When the phone prompts to restart recovery to install addons, say "yes" if installing GApps, then sideload your GApps package when recovery reboots. Otherwise, say no, and reboot your phone.
21 changes: 21 additions & 0 deletions 12/rtwo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### Pre-installation
You will need to have a computer with the Android Platform Tools installed. See XDA's guide for installing the platform tools: https://www.xda-developers.com/install-adb-windows-macos-linux/

Verify your phone is running Android 15. If running 14 or earlier, please update to 15 before continuing.

Verify you have the model number XT2301-4, XT2301-5 or XT2301-1.

### Unlocking bootloader
To run crDroid, you need to have your bootloader unlocked. Do note that unlocking your bootloader will wipe all your data, please back up your data before continuing. Motorola has their own unique way of unlocking, see Motorola's website at http://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-a to unlock your bootloader. Some Motorola devices may require you to wait up to 7 days after purchasing to allow you to enable OEM Unlocking.

Warning! Some carriers, such as Verizon, AT&T, and Docomo do not allow you to unlock your bootloader. If your phone was purchased from one of these carriers, you **cannot** install crDroid.

### Installing recovery
Get the latest boot.img, dtbo.img, init_boot.img, recovery.img and vendor_boot.img from the Recovery section on the download page. Reboot into Fastboot if you're not in fastboot already, you can do this by running "adb reboot bootloader". Run "fastboot flash boot /path/to/boot.img", then "fastboot flash dtbo /path/to/dtbo.img", then "fastboot flash init_boot /path/to/init_boot.img", then "fastboot flash recovery /path/to/recovery.img", and finally "fastboot flash vendor_boot /path/to/vendor_boot.img" Now press volume up until you see "Recovery Mode", then press power.

### Installing crDroid from recovery
Download the crDroid ZIP file, and GApps if wanted.
Select "Factory Reset", then "Format data / factory reset".
Once formatted, go back to the main menu, select "Apply Update", then "Apply from ADB".
Connect your phone to your computer via USB, and then on your computer, run `adb sideload path/to/crdroid.zip.
When the phone prompts to restart recovery to install addons, say "yes" if installing GApps, then sideload your GApps package when recovery reboots. Otherwise, say no, and reboot your phone.
19 changes: 19 additions & 0 deletions 12/troika.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Pre-installation
You will need to have a computer with the Android Platform Tools installed. See XDA's guide for installing the platform tools: https://www.xda-developers.com/install-adb-windows-macos-linux/

Verify you have the model number XT2013-1, XT2013-2, XT2013-3, or XT2013-4.

### Unlocking bootloader
To run crDroid, you need to have your bootloader unlocked. Do note that unlocking your bootloader will wipe all your data, please back up your data before continuing. Motorola has their own unique way of unlocking, see Motorola's website at http://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-a to unlock your bootloader. Some Motorola devices may require you to wait up to 7 days after purchasing to allow you to enable OEM Unlocking.

Warning! Some carriers, such as Verizon, AT&T, and Docomo do not allow you to unlock your bootloader. If your phone was purchased from one of these carriers, you **cannot** install crDroid.

### Installing recovery
Get the latest boot.img, dtbo.img, and vbmeta.img from the Recovery section on the download page. Reboot into Fastboot if you're not in fastboot already, you can do this by running "adb reboot bootloader". Run "fastboot flash boot /path/to/boot.img", then "fastboot flash dtbo /path/to/dtbo.img", and finally "fastboot flash vbmeta /path/to/vbmeta.img". Now press volume up until you see "Recovery Mode", then press power.

### Installing crDroid from recovery
Download the crDroid ZIP file, and GApps if wanted.
Select "Factory Reset", then "Format data / factory reset".
Once formatted, go back to the main menu, select "Apply Update", then "Apply from ADB".
Connect your phone to your computer via USB, and then on your computer, run `adb sideload path/to/crdroid.zip.
When the phone prompts to restart recovery to install addons, say "yes" if installing GApps, then sideload your GApps package when recovery reboots. Otherwise, say no, and reboot your phone.