├── README.md ├── akita.md ├── apollo.md ├── barbet.md ├── bluejay.md ├── bramble.md ├── caiman.md ├── cheeseburger.md ├── cheetah.md ├── dumpling.md ├── fajita.md ├── garnet.md ├── gsi.md ├── guacamole.md ├── guacamoleb.md ├── haydn.md ├── hotdog.md ├── hotdogb.md ├── husky.md ├── instantnoodle.md ├── instantnoodlep.md ├── kebab.md ├── komodo.md ├── lemonades.md ├── lmi.md ├── lynx.md ├── marble.md ├── oriole.md ├── panther.md ├── raphael.md ├── raven.md ├── redfin.md ├── shiba.md ├── sunfish.md ├── surya.md ├── sweet.md ├── template_for_wiki.md ├── tokay.md └── violet.md /README.md: -------------------------------------------------------------------------------- 1 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | > [!CAUTION] 13 | > - Your warranty is void. Or valid, probably? 14 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 15 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 16 | 17 | > [!Warning] 18 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 19 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 20 | > * You do it at your own risk and take the responsibility upon yourself 21 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 22 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 23 | 24 | > [!Tip] 25 | > **Basic Notes for all users:** 26 | > * The provided instructions are for Project Elixir based on Android 15. 27 | > * These will only work if you follow every section and step precisely 28 | > * Do not continue after something fails! Contact in support group for help 29 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 30 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 31 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 32 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 33 | 34 |
50 |
51 |
3 |
4 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
8 | 9 | ### ⊀ Unleash Innovation ⊁ 10 | 11 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 12 | 13 | ### Installation Guide for Redmi K30S Ultra/Mi 10T/10T Pro (apollo) 14 | 15 | > [!CAUTION] 16 | > - Your warranty is void. Or valid, probably? 17 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 18 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 19 | 20 | > [!Warning] 21 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 22 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 23 | > * You do it at your own risk and take the responsibility upon yourself 24 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 25 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 26 | 27 | > [!Tip] 28 | > **Basic Notes for all users:** 29 | > * The provided instructions are for Project Elixir based on Android 15. 30 | > * These will only work if you follow every section and step precisely 31 | > * Do not continue after something fails! Contact in support group for help 32 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 33 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 34 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 35 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 36 | 37 | ### Step 1: Download Required Files 38 | 1. Download the latest Android platform tools for Windows from the link below: 39 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 40 | 41 | 2. Download the Project Elixir ROM for from a reliable source. 42 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/apollo) 43 | 44 | 3. Download the Recovery from the link below: 45 | - **Recovery Link [ For Android 15 ]:** [Recovery](https://projectelixiros.com/device/apollo) 46 | 47 | ### Step 2: Install ADB and Boot into Fastboot Mode 48 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 49 | 2. Extract the downloaded platform-tools zip file on your computer. 50 | 3. Connect your device to your computer using a USB cable. 51 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 52 | 5. Navigate to the location where you extracted the platform-tools. 53 | 6. Enter the following command to check if your device is connected and detected by ADB: 54 | ``` 55 | adb devices 56 | ``` 57 | > [!Important] 58 | > If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options. 59 | 7. Now, reboot your device into Fastboot Mode using the following command: 60 | ``` 61 | adb -d reboot bootloader 62 | ``` 63 | 64 | ### Step 3: Flash Recovery using Fastboot 65 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 66 | ``` 67 | fastboot devices 68 | ``` 69 | > [!Note] 70 | > If your device is listed, you are ready and If you don’t get any output or an error: 71 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 72 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 73 | 74 | 2. download the latest recovery file, named recovery.img (`.img` file will be in zip) from the link provided in Step 1. 75 | 3. Place the downloaded Recovery image (`.img` file) in the same location as the platform-tools folder on your computer. 76 | 4. Now, flash the Recovery using the following command: 77 | ``` 78 | fastboot flash recovery recovery.img 79 | ``` 80 | > [!Important] 81 | > Replace `recovery_file_name.img` with the actual name of the Recovery image you downloaded if needed. 82 | 5. After flashing the recovery, use the following command to reboot your Recovery: 83 | ``` 84 | fastboot reboot recovery 85 | ``` 86 | 6. Your device will reboot with Recovery installed. 87 | > [!Note] 88 | > If your recovery does not show the logo, then you have ccidentally booted into the wrong recovery. Please start at the top of this section! 89 | 90 | ### Step 4: Flash Project Elixir ROM 91 | 1. Download the Elixir installation package that you would like to install 92 | 2. If you are not in recovery, reboot into recovery: hold `Volume Down + Power` 93 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 94 | > [!Warning] 95 | > This will remove encryption and **will delete all files stored** in the internal storage, as well as format your cache partition (if you have one). 96 | 4. Return to the main menu 97 | 5. Sideload the `Elixir.zip` package 98 | > [!CAUTION] 99 | > Do not reboot before you read/followed the rest of the instructions! 100 | 6. On the device, select “Apply Update”, then “Apply from ADB” to begin sideload. 101 | 7. On the host machine, sideload the package using: 102 | ``` 103 | adb -d sideload
136 |
137 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Pixel 5a (barbet) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Project Elixir ROM for from a reliable source. 41 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/barbet) 42 | 43 | 3. Download the Recovery/Boot/other required files: 44 | - **Reqired files Link [ For Android 15 ]:** [Tap Here](https://projectelixiros.com/device/barbet) 45 | 46 | > [!Warning] 47 | > * I am assuing that you have already unlocked the bootloader and ready to go. If not then please unlock your bootloader first using fastboot mode. 48 | > * If you are unsure what firmware version you are currently on, we strongly recommend returning to the corresponding stock OS before following the installation guide! 49 | > * Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. 50 | > * Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from Project Elixir once installed. 51 | 52 | ### Step 2: Install ADB and Boot into Fastboot Mode 53 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 54 | 2. Extract the downloaded platform-tools zip file on your computer. 55 | 3. Connect your device to your computer using a USB cable. 56 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 57 | 5. Navigate to the location where you extracted the platform-tools. 58 | 6. Enter the following command to check if your device is connected and detected by ADB: 59 | ``` 60 | adb devices 61 | ``` 62 | > [!Important] 63 | > - If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options 64 | 7. Now, reboot your device into Fastboot Mode using the following command: 65 | ``` 66 | adb -d reboot bootloader 67 | ``` 68 | 69 | ### Step 3: Unlock Bootloader using Fastboot 70 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 71 | ``` 72 | fastboot devices 73 | ``` 74 | > [!Note] 75 | > If your device is listed, you are ready and If you don’t get any output or an error: 76 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 77 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 78 | 2. Now type the following command to unlock the bootloader: 79 | ``` 80 | fastboot flashing unlock 81 | ``` 82 | > [!Tip] 83 | > * At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. 84 | > * Give next/agree to actions the device when it asks you to proceed. 85 | 3. If the device doesn’t automatically reboot, reboot it. It should now be unlocked. 86 | 4. Since the device resets completely, you will need to re-enable USB debugging to continue. 87 | 88 | ### Step 4: Boot it into Fastboot/Bootloader mode 89 | ~ This platform requires additional partitions to be flashed for recovery to work properly, the process to do so is described below. 90 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 91 | ``` 92 | fastboot devices 93 | ``` 94 | 2. If your device is listed, you are ready to proceed. Download the required files from the link provided in Step 1. 95 | > * boot.img 96 | > * dtbo.img 97 | 3. Place the downloaded files in the same location as the platform-tools folder on your computer. 98 | 4. Now, flash them by using the following command one by one: 99 | ``` 100 | fastboot flash boot boot.img 101 | ``` 102 | ``` 103 | fastboot flash dtbo dtbo.img 104 | ``` 105 | 5. Once done then move forward to next step i.e. **Step 5** 106 | 107 | ### Step 5: Installing Elixir Recovery using fastboot 108 | 109 | 1. Download Elixir Recovery. Simply download the latest recovery file named **vendor_boot.img** from the link provided in Step 1. 110 | > [!Tip] 111 | > - *Replace `recovery_file_name.img` with the actual name of the Elixir Recovery image you downloaded if needed* 112 | > - *Other recoveries may not work for installation or updates. We strongly recommend to use the one we provide* 113 | > - *Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub* 114 | 115 | 2. Flash recovery onto your device: 116 | ``` 117 | fastboot flash vendor_boot vendor_boot.img 118 | ``` 119 | 3. Now reboot into recovery to verify the installation. 120 | 4. Use the menu to navigate to and to select the Recovery option. 121 | 5. Your device will reboot with Elixir Recovery installed. 122 | > ***If your recovery does not show the Elixir logo, then you accidentally booted into the wrong recovery. Please start at the top of this section (Step 4)!*** 123 | 124 | ### Step 6: Installing Project Elixir from recovery 125 | 1. Download the Project Elixir zip file that you would like to install 126 | 2. If you are not in recovery, reboot into recovery 127 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 128 | > [!Warning] 129 | > *This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one)* 130 | 4. Return to the main menu and start sideloading the zip/package (On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.) 131 | > *but do not reboot before you read/followed the rest of the instructions* 132 | 6. Open command prompt & sideload rom using command 133 | ``` 134 | adb -d sideload filename.zip 135 | ``` 136 | 3. Once you have installed everything successfully, you can now reboot your device into the OS for the first time! 137 | 4. Click the back arrow in the top left of the screen, then “Reboot system now”. 138 | 139 | > [!Tip] 140 | > - The first boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step 141 | > - After the package is installed, recovery will inform you that reboot to recovery is required to install add-ons. In that case please select “NO,” as we ship Gapps by deafult. 142 | > - Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. 143 | > - In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine. 144 | 145 | ### Enjoy Project Elixir 146 | > - Congratulations! You've successfully installed Project Elixir on your device 147 | > - Enjoy the new features and customization options that the ROM offers 148 | > - Remember, if you encounter any issues during the installation process, feel free to seek help from the Project Elixir community or refer to their official documentation. 149 | 150 | > [!Note] 151 | > **Notes specific to device build** 152 | > * Gapps is already included in zip no need to flash additionally 153 | > * First boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step. 154 | > * If you are coming from PORTs then you need to Format Data and flash latest firmware [depending on the device] 155 | > * If you are coming from Android 12/13/14 to Android 15 then clean flash is compulsory and format data. 156 | > * If you are encrypted do format Data before flashing build to avoid bugs. 157 | 158 |
164 |
165 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Pixel 6a (bluejay) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Project Elixir ROM for from a reliable source. 41 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/bluejay) 42 | 43 | 3. Download the Recovery/Boot/other required files: 44 | - **Reqired files Link [ For Android 15 ]:** [Tap Here](https://projectelixiros.com/device/bluejay) 45 | 46 | > [!Warning] 47 | > * I am assuing that you have already unlocked the bootloader and ready to go. If not then please unlock your bootloader first using fastboot mode. 48 | > * If you are unsure what firmware version you are currently on, we strongly recommend returning to the corresponding stock OS before following the installation guide! 49 | > * Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. 50 | > * Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from Project Elixir once installed. 51 | 52 | ### Step 2: Install ADB and Boot into Fastboot Mode 53 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 54 | 2. Extract the downloaded platform-tools zip file on your computer. 55 | 3. Connect your device to your computer using a USB cable. 56 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 57 | 5. Navigate to the location where you extracted the platform-tools. 58 | 6. Enter the following command to check if your device is connected and detected by ADB: 59 | ``` 60 | adb devices 61 | ``` 62 | > [!Important] 63 | > - If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options 64 | 7. Now, reboot your device into Fastboot Mode using the following command: 65 | ``` 66 | adb -d reboot bootloader 67 | ``` 68 | 69 | ### Step 3: Unlock Bootloader using Fastboot 70 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 71 | ``` 72 | fastboot devices 73 | ``` 74 | > [!Note] 75 | > If your device is listed, you are ready and If you don’t get any output or an error: 76 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 77 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 78 | 2. Now type the following command to unlock the bootloader: 79 | ``` 80 | fastboot flashing unlock 81 | ``` 82 | > [!Tip] 83 | > * At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. 84 | > * Give next/agree to actions the device when it asks you to proceed. 85 | 3. If the device doesn’t automatically reboot, reboot it. It should now be unlocked. 86 | 4. Since the device resets completely, you will need to re-enable USB debugging to continue. 87 | 88 | ### Step 4: Boot it into Fastboot/Bootloader mode 89 | ~ This platform requires additional partitions to be flashed for recovery to work properly, the process to do so is described below. 90 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 91 | ``` 92 | fastboot devices 93 | ``` 94 | 2. If your device is listed, you are ready to proceed. Download the required files from the link provided in Step 1. 95 | > * boot.img 96 | > * dtbo.img 97 | 3. Place the downloaded files in the same location as the platform-tools folder on your computer. 98 | 4. Now, flash them by using the following command one by one: 99 | ``` 100 | fastboot flash boot boot.img 101 | ``` 102 | ``` 103 | fastboot flash dtbo dtbo.img 104 | ``` 105 | 5. Once done then move forward to next step i.e. **Step 5** 106 | 107 | ### Step 5: Installing Elixir Recovery using fastboot 108 | 109 | 1. Download Elixir Recovery. Simply download the latest recovery file named **vendor_boot.img** from the link provided in Step 1. 110 | > [!Tip] 111 | > - *Replace `recovery_file_name.img` with the actual name of the Elixir Recovery image you downloaded if needed* 112 | > - *Other recoveries may not work for installation or updates. We strongly recommend to use the one we provide* 113 | > - *Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub* 114 | 115 | 2. Flash recovery onto your device: 116 | ``` 117 | fastboot flash vendor_boot vendor_boot.img 118 | ``` 119 | 3. Now reboot into recovery to verify the installation. 120 | 4. Use the menu to navigate to and to select the Recovery option. 121 | 5. Your device will reboot with Elixir Recovery installed. 122 | > ***If your recovery does not show the Elixir logo, then you accidentally booted into the wrong recovery. Please start at the top of this section (Step 4)!*** 123 | 124 | ### Step 6: Installing Project Elixir from recovery 125 | 1. Download the Project Elixir zip file that you would like to install 126 | 2. If you are not in recovery, reboot into recovery 127 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 128 | > [!Warning] 129 | > *This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one)* 130 | 4. Return to the main menu and start sideloading the zip/package (On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.) 131 | > *but do not reboot before you read/followed the rest of the instructions* 132 | 6. Open command prompt & sideload rom using command 133 | ``` 134 | adb -d sideload filename.zip 135 | ``` 136 | 3. Once you have installed everything successfully, you can now reboot your device into the OS for the first time! 137 | 4. Click the back arrow in the top left of the screen, then “Reboot system now”. 138 | 139 | > [!Tip] 140 | > - The first boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step 141 | > - After the package is installed, recovery will inform you that reboot to recovery is required to install add-ons. In that case please select “NO,” as we ship Gapps by deafult. 142 | > - Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. 143 | > - In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine. 144 | 145 | ### Enjoy Project Elixir 146 | > - Congratulations! You've successfully installed Project Elixir on your device 147 | > - Enjoy the new features and customization options that the ROM offers 148 | > - Remember, if you encounter any issues during the installation process, feel free to seek help from the Project Elixir community or refer to their official documentation. 149 | 150 | > [!Note] 151 | > **Notes specific to device build** 152 | > * Gapps is already included in zip no need to flash additionally 153 | > * First boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step. 154 | > * If you are coming from PORTs then you need to Format Data and flash latest firmware [depending on the device] 155 | > * If you are coming from Android 12/13/14 to Android 15 then clean flash is compulsory and format data. 156 | > * If you are encrypted do format Data before flashing build to avoid bugs. 157 | 158 |
164 |
165 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Pixel 4a 5G (bramble) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Project Elixir ROM for from a reliable source. 41 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/bramble) 42 | 43 | 3. Download the Recovery/Boot/other required files: 44 | - **Reqired files Link [ For Android 15 ]:** [Tap Here](https://projectelixiros.com/device/bramble) 45 | 46 | > [!Warning] 47 | > * I am assuing that you have already unlocked the bootloader and ready to go. If not then please unlock your bootloader first using fastboot mode. 48 | > * If you are unsure what firmware version you are currently on, we strongly recommend returning to the corresponding stock OS before following the installation guide! 49 | > * Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. 50 | > * Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from Project Elixir once installed. 51 | 52 | ### Step 2: Install ADB and Boot into Fastboot Mode 53 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 54 | 2. Extract the downloaded platform-tools zip file on your computer. 55 | 3. Connect your device to your computer using a USB cable. 56 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 57 | 5. Navigate to the location where you extracted the platform-tools. 58 | 6. Enter the following command to check if your device is connected and detected by ADB: 59 | ``` 60 | adb devices 61 | ``` 62 | > [!Important] 63 | > - If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options 64 | 7. Now, reboot your device into Fastboot Mode using the following command: 65 | ``` 66 | adb -d reboot bootloader 67 | ``` 68 | 69 | ### Step 3: Unlock Bootloader using Fastboot 70 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 71 | ``` 72 | fastboot devices 73 | ``` 74 | > [!Note] 75 | > If your device is listed, you are ready and If you don’t get any output or an error: 76 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 77 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 78 | 2. Now type the following command to unlock the bootloader: 79 | ``` 80 | fastboot flashing unlock 81 | ``` 82 | > [!Tip] 83 | > * At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. 84 | > * Give next/agree to actions the device when it asks you to proceed. 85 | 3. If the device doesn’t automatically reboot, reboot it. It should now be unlocked. 86 | 4. Since the device resets completely, you will need to re-enable USB debugging to continue. 87 | 88 | ### Step 4: Boot it into Fastboot/Bootloader mode 89 | ~ This platform requires additional partitions to be flashed for recovery to work properly, the process to do so is described below. 90 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 91 | ``` 92 | fastboot devices 93 | ``` 94 | 2. If your device is listed, you are ready to proceed. Download the required files from the link provided in Step 1. 95 | > * boot.img 96 | > * dtbo.img 97 | 3. Place the downloaded files in the same location as the platform-tools folder on your computer. 98 | 4. Now, flash them by using the following command one by one: 99 | ``` 100 | fastboot flash boot boot.img 101 | ``` 102 | ``` 103 | fastboot flash dtbo dtbo.img 104 | ``` 105 | 5. Once done then move forward to next step i.e. **Step 5** 106 | 107 | ### Step 5: Installing Elixir Recovery using fastboot 108 | 109 | 1. Download Elixir Recovery. Simply download the latest recovery file named **vendor_boot.img** from the link provided in Step 1. 110 | > [!Tip] 111 | > - *Replace `recovery_file_name.img` with the actual name of the Elixir Recovery image you downloaded if needed* 112 | > - *Other recoveries may not work for installation or updates. We strongly recommend to use the one we provide* 113 | > - *Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub* 114 | 115 | 2. Flash recovery onto your device: 116 | ``` 117 | fastboot flash vendor_boot vendor_boot.img 118 | ``` 119 | 3. Now reboot into recovery to verify the installation. 120 | 4. Use the menu to navigate to and to select the Recovery option. 121 | 5. Your device will reboot with Elixir Recovery installed. 122 | > ***If your recovery does not show the Elixir logo, then you accidentally booted into the wrong recovery. Please start at the top of this section (Step 4)!*** 123 | 124 | ### Step 6: Installing Project Elixir from recovery 125 | 1. Download the Project Elixir zip file that you would like to install 126 | 2. If you are not in recovery, reboot into recovery 127 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 128 | > [!Warning] 129 | > *This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one)* 130 | 4. Return to the main menu and start sideloading the zip/package (On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.) 131 | > *but do not reboot before you read/followed the rest of the instructions* 132 | 6. Open command prompt & sideload rom using command 133 | ``` 134 | adb -d sideload filename.zip 135 | ``` 136 | 3. Once you have installed everything successfully, you can now reboot your device into the OS for the first time! 137 | 4. Click the back arrow in the top left of the screen, then “Reboot system now”. 138 | 139 | > [!Tip] 140 | > - The first boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step 141 | > - After the package is installed, recovery will inform you that reboot to recovery is required to install add-ons. In that case please select “NO,” as we ship Gapps by deafult. 142 | > - Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. 143 | > - In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine. 144 | 145 | ### Enjoy Project Elixir 146 | > - Congratulations! You've successfully installed Project Elixir on your device 147 | > - Enjoy the new features and customization options that the ROM offers 148 | > - Remember, if you encounter any issues during the installation process, feel free to seek help from the Project Elixir community or refer to their official documentation. 149 | 150 | > [!Note] 151 | > **Notes specific to device build** 152 | > * Gapps is already included in zip no need to flash additionally 153 | > * First boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step. 154 | > * If you are coming from PORTs then you need to Format Data and flash latest firmware [depending on the device] 155 | > * If you are coming from Android 12/13/14 to Android 15 then clean flash is compulsory and format data. 156 | > * If you are encrypted do format Data before flashing build to avoid bugs. 157 | 158 |
164 |
165 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Oneplus 5 (cheeseburger) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Project Elixir ROM for from a reliable source. 41 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/cheeseburger) 42 | 43 | 3. Download the Recovery/Boot/other required files: 44 | - **Reqired files Link [ For Android 15 ]:** [Tap Here](https://projectelixiros.com/device/cheeseburger) 45 | 46 | > [!Warning] 47 | > * I am assuing that you have already unlocked the bootloader and ready to go. If not then please unlock your bootloader first using fastboot mode. 48 | > * If you are unsure what firmware version you are currently on, we strongly recommend returning to the corresponding stock OS before following the installation guide! 49 | > * Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. 50 | > * Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from Project Elixir once installed. 51 | 52 | ### Step 2: Install ADB and Boot into Fastboot Mode 53 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 54 | 2. Extract the downloaded platform-tools zip file on your computer. 55 | 3. Connect your device to your computer using a USB cable. 56 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 57 | 5. Navigate to the location where you extracted the platform-tools. 58 | 6. Enter the following command to check if your device is connected and detected by ADB: 59 | ``` 60 | adb devices 61 | ``` 62 | > [!Important] 63 | > - If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options 64 | 7. Now, reboot your device into Fastboot Mode using the following command: 65 | ``` 66 | adb -d reboot bootloader 67 | ``` 68 | 69 | ### Step 3: Unlock Bootloader using Fastboot 70 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 71 | ``` 72 | fastboot devices 73 | ``` 74 | > [!Note] 75 | > If your device is listed, you are ready and If you don’t get any output or an error: 76 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 77 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 78 | 2. Now type the following command to unlock the bootloader: 79 | ``` 80 | fastboot oem unlock 81 | ``` 82 | > [!Tip] 83 | > * At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. 84 | > * Give next/agree to actions the device when it asks you to proceed. 85 | 3. If the device doesn’t automatically reboot, reboot it. It should now be unlocked. 86 | 4. Since the device resets completely, you will need to re-enable USB debugging to continue. 87 | 88 | ### Step 4: Installing Elixir Recovery using fastboot 89 | 90 | 1. Download Elixir Recovery. Simply download the latest recovery file named **recovery.img** from the link provided in Step 1. 91 | > [!Tip] 92 | > - *Replace `recovery_file_name.img` with the actual name of the Elixir Recovery image you downloaded if needed* 93 | > - *Other recoveries may not work for installation or updates. We strongly recommend to use the one we provide* 94 | > - *Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub* 95 | 96 | 2. Flash recovery onto your device: 97 | ``` 98 | fastboot flash recovery recovery.img 99 | ``` 100 | 3. Now reboot into recovery to verify the installation. 101 | 4. Use the menu to navigate to and to select the Recovery option. 102 | 5. Your device will reboot with Elixir Recovery installed. 103 | > ***If your recovery does not show the Elixir logo, then you accidentally booted into the wrong recovery. Please start at the top of this section (Step 4)!*** 104 | 105 | ### Step 5: Installing Project Elixir from recovery 106 | 1. Download the Project Elixir zip file that you would like to install 107 | 2. If you are not in recovery, reboot into recovery 108 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 109 | > [!Warning] 110 | > *This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one)* 111 | 4. Return to the main menu and start sideloading the zip/package (On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.) 112 | > *but do not reboot before you read/followed the rest of the instructions* 113 | 6. Open command prompt & sideload rom using command 114 | ``` 115 | adb -d sideload filename.zip 116 | ``` 117 | 3. Once you have installed everything successfully, you can now reboot your device into the OS for the first time! 118 | 4. Click the back arrow in the top left of the screen, then “Reboot system now”. 119 | 120 | > [!Tip] 121 | > - The first boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step 122 | > - After the package is installed, recovery will inform you that reboot to recovery is required to install add-ons. In that case please select “NO,” as we ship Gapps by deafult. 123 | > - Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. 124 | > - In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine. 125 | 126 | ### Enjoy Project Elixir 127 | > - Congratulations! You've successfully installed Project Elixir on your device 128 | > - Enjoy the new features and customization options that the ROM offers 129 | > - Remember, if you encounter any issues during the installation process, feel free to seek help from the Project Elixir community or refer to their official documentation. 130 | 131 | > [!Note] 132 | > **Notes specific to device build** 133 | > * Gapps is already included in zip no need to flash additionally 134 | > * First boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step. 135 | > * If you are coming from PORTs then you need to Format Data and flash latest firmware [depending on the device] 136 | > * If you are coming from Android 12/13/14 to Android 15 then clean flash is compulsory and format data. 137 | > * If you are encrypted do format Data before flashing build to avoid bugs. 138 | 139 |
145 |
146 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Oneplus 5T (dumpling) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Project Elixir ROM for from a reliable source. 41 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/dumpling) 42 | 43 | 3. Download the Recovery/Boot/other required files: 44 | - **Reqired files Link [ For Android 15 ]:** [Tap Here](https://projectelixiros.com/device/dumpling) 45 | 46 | > [!Warning] 47 | > * I am assuing that you have already unlocked the bootloader and ready to go. If not then please unlock your bootloader first using fastboot mode. 48 | > * If you are unsure what firmware version you are currently on, we strongly recommend returning to the corresponding stock OS before following the installation guide! 49 | > * Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. 50 | > * Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from Project Elixir once installed. 51 | 52 | ### Step 2: Install ADB and Boot into Fastboot Mode 53 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 54 | 2. Extract the downloaded platform-tools zip file on your computer. 55 | 3. Connect your device to your computer using a USB cable. 56 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 57 | 5. Navigate to the location where you extracted the platform-tools. 58 | 6. Enter the following command to check if your device is connected and detected by ADB: 59 | ``` 60 | adb devices 61 | ``` 62 | > [!Important] 63 | > - If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options 64 | 7. Now, reboot your device into Fastboot Mode using the following command: 65 | ``` 66 | adb -d reboot bootloader 67 | ``` 68 | 69 | ### Step 3: Unlock Bootloader using Fastboot 70 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 71 | ``` 72 | fastboot devices 73 | ``` 74 | > [!Note] 75 | > If your device is listed, you are ready and If you don’t get any output or an error: 76 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 77 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 78 | 2. Now type the following command to unlock the bootloader: 79 | ``` 80 | fastboot oem unlock 81 | ``` 82 | > [!Tip] 83 | > * At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. 84 | > * Give next/agree to actions the device when it asks you to proceed. 85 | 3. If the device doesn’t automatically reboot, reboot it. It should now be unlocked. 86 | 4. Since the device resets completely, you will need to re-enable USB debugging to continue. 87 | 88 | ### Step 4: Installing Elixir Recovery using fastboot 89 | 90 | 1. Download Elixir Recovery. Simply download the latest recovery file named **recovery.img** from the link provided in Step 1. 91 | > [!Tip] 92 | > - *Replace `recovery_file_name.img` with the actual name of the Elixir Recovery image you downloaded if needed* 93 | > - *Other recoveries may not work for installation or updates. We strongly recommend to use the one we provide* 94 | > - *Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub* 95 | 96 | 2. Flash recovery onto your device: 97 | ``` 98 | fastboot flash recovery recovery.img 99 | ``` 100 | 3. Now reboot into recovery to verify the installation. 101 | 4. Use the menu to navigate to and to select the Recovery option. 102 | 5. Your device will reboot with Elixir Recovery installed. 103 | > ***If your recovery does not show the Elixir logo, then you accidentally booted into the wrong recovery. Please start at the top of this section (Step 4)!*** 104 | 105 | ### Step 5: Installing Project Elixir from recovery 106 | 1. Download the Project Elixir zip file that you would like to install 107 | 2. If you are not in recovery, reboot into recovery 108 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 109 | > [!Warning] 110 | > *This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one)* 111 | 4. Return to the main menu and start sideloading the zip/package (On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.) 112 | > *but do not reboot before you read/followed the rest of the instructions* 113 | 6. Open command prompt & sideload rom using command 114 | ``` 115 | adb -d sideload filename.zip 116 | ``` 117 | 3. Once you have installed everything successfully, you can now reboot your device into the OS for the first time! 118 | 4. Click the back arrow in the top left of the screen, then “Reboot system now”. 119 | 120 | > [!Tip] 121 | > - The first boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step 122 | > - After the package is installed, recovery will inform you that reboot to recovery is required to install add-ons. In that case please select “NO,” as we ship Gapps by deafult. 123 | > - Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. 124 | > - In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine. 125 | 126 | ### Enjoy Project Elixir 127 | > - Congratulations! You've successfully installed Project Elixir on your device 128 | > - Enjoy the new features and customization options that the ROM offers 129 | > - Remember, if you encounter any issues during the installation process, feel free to seek help from the Project Elixir community or refer to their official documentation. 130 | 131 | > [!Note] 132 | > **Notes specific to device build** 133 | > * Gapps is already included in zip no need to flash additionally 134 | > * First boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step. 135 | > * If you are coming from PORTs then you need to Format Data and flash latest firmware [depending on the device] 136 | > * If you are coming from Android 12/13/14 to Android 15 then clean flash is compulsory and format data. 137 | > * If you are encrypted do format Data before flashing build to avoid bugs. 138 | 139 |
145 |
146 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for OnePlus 6T (fajita) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Project Elixir ROM for from a reliable source. 41 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/fajita) 42 | 43 | 3. Download the Recovery/Boot/other required files: 44 | - **Reqired files Link [ For Android 15 ]:** [Tap Here](https://projectelixiros.com/device/fajita) 45 | 46 | > [!Warning] 47 | > * I am assuing that you have already unlocked the bootloader and ready to go. If not then please unlock your bootloader first using fastboot mode. 48 | > * If you are unsure what firmware version you are currently on, we strongly recommend returning to the corresponding stock OS before following the installation guide! 49 | > * Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. 50 | > * Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from Project Elixir once installed. 51 | 52 | ### Step 2: Install ADB and Boot into Fastboot Mode 53 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 54 | 2. Extract the downloaded platform-tools zip file on your computer. 55 | 3. Connect your device to your computer using a USB cable. 56 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 57 | 5. Navigate to the location where you extracted the platform-tools. 58 | 6. Enter the following command to check if your device is connected and detected by ADB: 59 | ``` 60 | adb devices 61 | ``` 62 | > [!Important] 63 | > - If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options 64 | 7. Now, reboot your device into Fastboot Mode using the following command: 65 | ``` 66 | adb -d reboot bootloader 67 | ``` 68 | 69 | ### Step 3: Unlock Bootloader using Fastboot 70 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 71 | ``` 72 | fastboot devices 73 | ``` 74 | > [!Note] 75 | > If your device is listed, you are ready and If you don’t get any output or an error: 76 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 77 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 78 | 2. Now type the following command to unlock the bootloader: 79 | ``` 80 | fastboot oem unlock 81 | ``` 82 | > [!Tip] 83 | > * At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. 84 | > * Give next/agree to actions the device when it asks you to proceed. 85 | 3. If the device doesn’t automatically reboot, reboot it. It should now be unlocked. 86 | 4. Since the device resets completely, you will need to re-enable USB debugging to continue. 87 | 88 | ### Step 4: Installing Elixir Recovery using fastboot 89 | 90 | 1. Download Elixir Recovery. Simply download the latest recovery file named **boot.img** from the link provided in Step 1. 91 | > [!Tip] 92 | > - *Replace `recovery_file_name.img` with the actual name of the Elixir Recovery image you downloaded if needed* 93 | > - *Other recoveries may not work for installation or updates. We strongly recommend to use the one we provide* 94 | > - *Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub* 95 | 96 | 2. Flash recovery onto your device: 97 | ``` 98 | fastboot flash boot boot.img 99 | ``` 100 | 3. Now reboot into recovery to verify the installation. 101 | 4. Use the menu to navigate to and to select the Recovery option. 102 | 5. Your device will reboot with Elixir Recovery installed. 103 | > ***If your recovery does not show the Elixir logo, then you accidentally booted into the wrong recovery. Please start at the top of this section (Step 4)!*** 104 | 105 | ### Step 6: Installing Project Elixir from recovery 106 | 1. Download the Project Elixir zip file that you would like to install 107 | 2. If you are not in recovery, reboot into recovery 108 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 109 | > [!Warning] 110 | > *This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one)* 111 | 4. Return to the main menu and start sideloading the zip/package (On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.) 112 | > *but do not reboot before you read/followed the rest of the instructions* 113 | 6. Open command prompt & sideload rom using command 114 | ``` 115 | adb -d sideload filename.zip 116 | ``` 117 | 3. Once you have installed everything successfully, you can now reboot your device into the OS for the first time! 118 | 4. Click the back arrow in the top left of the screen, then “Reboot system now”. 119 | 120 | > [!Tip] 121 | > - The first boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step 122 | > - After the package is installed, recovery will inform you that reboot to recovery is required to install add-ons. In that case please select “NO,” as we ship Gapps by deafult. 123 | > - Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. 124 | > - In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine. 125 | 126 | ### Enjoy Project Elixir 127 | > - Congratulations! You've successfully installed Project Elixir on your device 128 | > - Enjoy the new features and customization options that the ROM offers 129 | > - Remember, if you encounter any issues during the installation process, feel free to seek help from the Project Elixir community or refer to their official documentation. 130 | 131 | > [!Note] 132 | > **Notes specific to device build** 133 | > * Gapps is already included in zip no need to flash additionally 134 | > * First boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step. 135 | > * If you are coming from PORTs then you need to Format Data and flash latest firmware [depending on the device] 136 | > * If you are coming from Android 12/13/14 to Android 15 then clean flash is compulsory and format data. 137 | > * If you are encrypted do format Data before flashing build to avoid bugs. 138 | 139 |
145 |
146 |
3 |
4 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
8 | 9 | ### ⊀ Unleash Innovation ⊁ 10 | 11 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 12 | 13 | ### Installation Guide for Redmi Note 13 Pro 5G/POCO X6 5G (garnet) 14 | 15 | > [!CAUTION] 16 | > - Your warranty is void. Or valid, probably? 17 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 18 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 19 | 20 | > [!Warning] 21 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 22 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 23 | > * You do it at your own risk and take the responsibility upon yourself 24 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 25 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 26 | 27 | > [!Tip] 28 | > **Basic Notes for all users:** 29 | > * The provided instructions are for Project Elixir based on Android 15. 30 | > * These will only work if you follow every section and step precisely 31 | > * Do not continue after something fails! Contact in support group for help 32 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 33 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 34 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 35 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 36 | 37 | ### Step 1: Download Required Files 38 | 1. Download the latest Android platform tools for Windows from the link below: 39 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 40 | 41 | 2. Download Your Regional Frimware: 42 | - **Frimware Download Link**: [DOWNLOAD](https://www.xmfirmwareupdater.com/firmware/garnet/) 43 | 44 | 2. Download the Project Elixir ROM for from a reliable source. 45 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/garnet) 46 | 47 | 3. Download the Recovery from the link below: 48 | - **Recovery Link [ For Android 15 ]:** [Recovery](https://projectelixiros.com/device/garnet) 49 | 50 | ### Step 2: Install ADB and Boot into Fastboot Mode 51 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 52 | 2. Extract the downloaded platform-tools zip file on your computer. 53 | 3. Connect your device to your computer using a USB cable. 54 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 55 | 5. Navigate to the location where you extracted the platform-tools. 56 | 6. Enter the following command to check if your device is connected and detected by ADB: 57 | ``` 58 | adb devices 59 | ``` 60 | > [!Important] 61 | > If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options. 62 | 7. Now, reboot your device into Fastboot Mode using the following command: 63 | ``` 64 | adb reboot bootloader 65 | ``` 66 | 67 | ### Step 3: Flash Recovery using Fastboot 68 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 69 | ``` 70 | fastboot devices 71 | ``` 72 | > [!Note] 73 | > If your device is listed, you are ready and If you don’t get any output or an error: 74 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 75 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 76 | 77 | 2. download the latest recovery file, named recovery.img (`.img` file will be in zip) from the link provided in Step 1. 78 | 3. Place the downloaded Recovery image (`.img` file) in the same location as the platform-tools folder on your computer. 79 | 4. Now, flash the Recovery using the following command: 80 | ``` 81 | fastboot flash recovery recovery.img 82 | ``` 83 | > [!Important] 84 | > Replace `recovery_file_name.img` with the actual name of the Recovery image you downloaded if needed. 85 | 5. After flashing the recovery, use the following command to reboot your Recovery: 86 | ``` 87 | fastboot reboot recovery 88 | ``` 89 | 6. Your device will reboot with Recovery installed. 90 | > [!Note] 91 | > If your recovery does not show the logo, then you have ccidentally booted into the wrong recovery. Please start at the top of this section! 92 | 93 | ### Step 5: Flash Frimware 94 | 1. Download the Frimware package that you would like to install 95 | 2. If you are not in recovery, reboot into recovery: hold `Volume Up + Power` 96 | 3. Sideload the `Firmware.zip` package 97 | > [!CAUTION] 98 | > Do not reboot before you read/followed the rest of the instructions! 99 | 4. On the device, select “Apply Update”, then “Apply from ADB” to begin sideload. 100 | 5. On the host machine, sideload the package using: 101 | ``` 102 | adb sideload
155 |
156 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Project Elixir on Generic System Image (gsi) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | > [!Important] 37 | > **PREREQUISITES:** 38 | > - Check Project treble compatibility using [Treble Info](https://play.google.com/store/apps/details?id=tk.hack5.treblecheck) 39 | > - Must have A/B partitioning or System-As-Root support 40 | > - Must fit into ARM64 architecture requirement. (Future builds may include A64 support) 41 | > - Must have at least VNDK28 support. 42 | 43 | 44 | 45 | 1. Get [Platform Tools](https://developer.android.com/studio/releases/platform-tools#downloads) 46 | 2. Get vbmeta.img from Stock ROM or [Google](https://dl.google.com/developers/android/qt/images/gsi/vbmeta.img) 47 | 4. Get Elixir GSI 48 | 5. Boot into bootloader mode: 49 | ``` 50 | adb reboot bootloader 51 | ``` 52 | 6.Flash the vbmeta you got from step two 53 | ``` 54 | fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img 55 | ``` 56 | 7. Boot into fastbootd 57 | ``` 58 | fastboot reboot fastboot 59 | ``` 60 | 8. Flash GSI 61 | ``` 62 | fastboot flash system GSI-FILENAME.img 63 | ``` 64 | 65 | > [!Warning] 66 | > * If fastboot tells you there isn't enough place, you can try to delete product/system_ext partitions. 67 | > * I recommend flash an empty image on thems to avoid problems with magisk. 68 | > * Download File : [placebo](https://drive.google.com/file/d/1HqW-9zE2VgUI2KQcae2F4-82wOyL0HbP/view?usp=sharing) 69 | ``` 70 | fastboot flash product placebo.img 71 | ``` 72 | ``` 73 | fastboot flash system_ext placebo.img 74 | ``` 75 | 9. And try to flash GSI again 76 | 10. Go back to recovery, then perform "Factory reset / Wipe data" 77 | 11. Reboot and enjoy :D 78 | 79 | > [!Warning] 80 | > **MEDIATEK DEVICES AND CERTAIN EXYNOS MAY NOT BOOT** 81 | 82 | > [!Important] 83 | > * For SAMSUNG DEVICES 84 | > * Vbmeta must be flashed trough Odin/Heimdall and isn't required to boot for some devices. 85 | > * Requires patched recovery to access fastbootd: [Patch](https://github.com/Johx22/Patch-Recovery) 86 | > * Flash it through Odin/Heimdall. 87 | > * Boot it and select enter fastboot (fastbootd) 88 | 89 |
103 |
104 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Oneplus 7 Pro (guacamole) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Project Elixir ROM for from a reliable source. 41 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/guacamole) 42 | 43 | 3. Download the Recovery/Boot/other required files: 44 | - **Reqired files Link [ For Android 15 ]:** [Tap Here](https://projectelixiros.com/device/guacamole) 45 | 46 | > [!Warning] 47 | > * I am assuing that you have already unlocked the bootloader and ready to go. If not then please unlock your bootloader first using fastboot mode. 48 | > * If you are unsure what firmware version you are currently on, we strongly recommend returning to the corresponding stock OS before following the installation guide! 49 | > * Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. 50 | > * Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from Project Elixir once installed. 51 | 52 | ### Step 2: Install ADB and Boot into Fastboot Mode 53 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 54 | 2. Extract the downloaded platform-tools zip file on your computer. 55 | 3. Connect your device to your computer using a USB cable. 56 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 57 | 5. Navigate to the location where you extracted the platform-tools. 58 | 6. Enter the following command to check if your device is connected and detected by ADB: 59 | ``` 60 | adb devices 61 | ``` 62 | > [!Important] 63 | > - If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options 64 | 7. Now, reboot your device into Fastboot Mode using the following command: 65 | ``` 66 | adb -d reboot bootloader 67 | ``` 68 | 69 | ### Step 3: Unlock Bootloader using Fastboot 70 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 71 | ``` 72 | fastboot devices 73 | ``` 74 | > [!Note] 75 | > If your device is listed, you are ready and If you don’t get any output or an error: 76 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 77 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 78 | 2. Now type the following command to unlock the bootloader: 79 | ``` 80 | fastboot oem unlock 81 | ``` 82 | > [!Tip] 83 | > * At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. 84 | > * Give next/agree to actions the device when it asks you to proceed. 85 | 3. If the device doesn’t automatically reboot, reboot it. It should now be unlocked. 86 | 4. Since the device resets completely, you will need to re-enable USB debugging to continue. 87 | 88 | ### Step 4: Boot it into Fastboot/Bootloader mode 89 | ~ This platform requires additional partitions to be flashed for recovery to work properly, the process to do so is described below. 90 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 91 | ``` 92 | fastboot devices 93 | ``` 94 | 2. If your device is listed, you are ready to proceed. Download the required files from the link provided in Step 1. 95 | > * dtbo.img 96 | > * vbmeta.img 97 | 3. Place the downloaded files in the same location as the platform-tools folder on your computer. 98 | 4. Now, flash them by using the following command one by one: 99 | ``` 100 | fastboot flash dtbo dtbo.img 101 | ``` 102 | ``` 103 | fastboot flash vbmeta vbmeta.img 104 | ``` 105 | 5. Once done then move forward to next step i.e. **Step 5** 106 | 107 | ### Step 5: Installing Elixir Recovery using fastboot 108 | 109 | 1. Download Elixir Recovery. Simply download the latest recovery file named **boot.img** from the link provided in Step 1. 110 | > [!Tip] 111 | > - *Replace `recovery_file_name.img` with the actual name of the Elixir Recovery image you downloaded if needed* 112 | > - *Other recoveries may not work for installation or updates. We strongly recommend to use the one we provide* 113 | > - *Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub* 114 | 115 | 2. Flash recovery onto your device: 116 | ``` 117 | fastboot flash boot boot.img 118 | ``` 119 | 3. Now reboot into recovery to verify the installation. 120 | 4. Use the menu to navigate to and to select the Recovery option. 121 | 5. Your device will reboot with Elixir Recovery installed. 122 | > ***If your recovery does not show the Elixir logo, then you accidentally booted into the wrong recovery. Please start at the top of this section (Step 4)!*** 123 | 124 | ### Step 6: Installing Project Elixir from recovery 125 | 1. Download the Project Elixir zip file that you would like to install 126 | 2. If you are not in recovery, reboot into recovery 127 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 128 | > [!Warning] 129 | > *This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one)* 130 | 4. Return to the main menu and start sideloading the zip/package (On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.) 131 | > *but do not reboot before you read/followed the rest of the instructions* 132 | 6. Open command prompt & sideload rom using command 133 | ``` 134 | adb -d sideload filename.zip 135 | ``` 136 | 3. Once you have installed everything successfully, you can now reboot your device into the OS for the first time! 137 | 4. Click the back arrow in the top left of the screen, then “Reboot system now”. 138 | 139 | > [!Tip] 140 | > - The first boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step 141 | > - After the package is installed, recovery will inform you that reboot to recovery is required to install add-ons. In that case please select “NO,” as we ship Gapps by deafult. 142 | > - Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. 143 | > - In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine. 144 | 145 | ### Enjoy Project Elixir 146 | > - Congratulations! You've successfully installed Project Elixir on your device 147 | > - Enjoy the new features and customization options that the ROM offers 148 | > - Remember, if you encounter any issues during the installation process, feel free to seek help from the Project Elixir community or refer to their official documentation. 149 | 150 | > [!Note] 151 | > **Notes specific to device build** 152 | > * Gapps is already included in zip no need to flash additionally 153 | > * First boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step. 154 | > * If you are coming from PORTs then you need to Format Data and flash latest firmware [depending on the device] 155 | > * If you are coming from Android 12/13/14 to Android 15 then clean flash is compulsory and format data. 156 | > * If you are encrypted do format Data before flashing build to avoid bugs. 157 | 158 |
164 |
165 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Oneplus 7 (guacamoleb) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Project Elixir ROM for from a reliable source. 41 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/guacamoleb) 42 | 43 | 3. Download the Recovery/Boot/other required files: 44 | - **Reqired files Link [ For Android 15 ]:** [Tap Here](https://projectelixiros.com/device/guacamoleb) 45 | 46 | > [!Warning] 47 | > * I am assuing that you have already unlocked the bootloader and ready to go. If not then please unlock your bootloader first using fastboot mode. 48 | > * If you are unsure what firmware version you are currently on, we strongly recommend returning to the corresponding stock OS before following the installation guide! 49 | > * Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. 50 | > * Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from Project Elixir once installed. 51 | 52 | ### Step 2: Install ADB and Boot into Fastboot Mode 53 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 54 | 2. Extract the downloaded platform-tools zip file on your computer. 55 | 3. Connect your device to your computer using a USB cable. 56 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 57 | 5. Navigate to the location where you extracted the platform-tools. 58 | 6. Enter the following command to check if your device is connected and detected by ADB: 59 | ``` 60 | adb devices 61 | ``` 62 | > [!Important] 63 | > - If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options 64 | 7. Now, reboot your device into Fastboot Mode using the following command: 65 | ``` 66 | adb -d reboot bootloader 67 | ``` 68 | 69 | ### Step 3: Unlock Bootloader using Fastboot 70 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 71 | ``` 72 | fastboot devices 73 | ``` 74 | > [!Note] 75 | > If your device is listed, you are ready and If you don’t get any output or an error: 76 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 77 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 78 | 2. Now type the following command to unlock the bootloader: 79 | ``` 80 | fastboot oem unlock 81 | ``` 82 | > [!Tip] 83 | > * At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. 84 | > * Give next/agree to actions the device when it asks you to proceed. 85 | 3. If the device doesn’t automatically reboot, reboot it. It should now be unlocked. 86 | 4. Since the device resets completely, you will need to re-enable USB debugging to continue. 87 | 88 | ### Step 4: Boot it into Fastboot/Bootloader mode 89 | ~ This platform requires additional partitions to be flashed for recovery to work properly, the process to do so is described below. 90 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 91 | ``` 92 | fastboot devices 93 | ``` 94 | 2. If your device is listed, you are ready to proceed. Download the required files from the link provided in Step 1. 95 | > * dtbo.img 96 | > * vbmeta.img 97 | 3. Place the downloaded files in the same location as the platform-tools folder on your computer. 98 | 4. Now, flash them by using the following command one by one: 99 | ``` 100 | fastboot flash dtbo dtbo.img 101 | ``` 102 | ``` 103 | fastboot flash vbmeta vbmeta.img 104 | ``` 105 | 5. Once done then move forward to next step i.e. **Step 5** 106 | 107 | ### Step 5: Installing Elixir Recovery using fastboot 108 | 109 | 1. Download Elixir Recovery. Simply download the latest recovery file named **boot.img** from the link provided in Step 1. 110 | > [!Tip] 111 | > - *Replace `recovery_file_name.img` with the actual name of the Elixir Recovery image you downloaded if needed* 112 | > - *Other recoveries may not work for installation or updates. We strongly recommend to use the one we provide* 113 | > - *Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub* 114 | 115 | 2. Flash recovery onto your device: 116 | ``` 117 | fastboot flash boot boot.img 118 | ``` 119 | 3. Now reboot into recovery to verify the installation. 120 | 4. Use the menu to navigate to and to select the Recovery option. 121 | 5. Your device will reboot with Elixir Recovery installed. 122 | > ***If your recovery does not show the Elixir logo, then you accidentally booted into the wrong recovery. Please start at the top of this section (Step 4)!*** 123 | 124 | ### Step 6: Installing Project Elixir from recovery 125 | 1. Download the Project Elixir zip file that you would like to install 126 | 2. If you are not in recovery, reboot into recovery 127 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 128 | > [!Warning] 129 | > *This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one)* 130 | 4. Return to the main menu and start sideloading the zip/package (On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.) 131 | > *but do not reboot before you read/followed the rest of the instructions* 132 | 6. Open command prompt & sideload rom using command 133 | ``` 134 | adb -d sideload filename.zip 135 | ``` 136 | 3. Once you have installed everything successfully, you can now reboot your device into the OS for the first time! 137 | 4. Click the back arrow in the top left of the screen, then “Reboot system now”. 138 | 139 | > [!Tip] 140 | > - The first boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step 141 | > - After the package is installed, recovery will inform you that reboot to recovery is required to install add-ons. In that case please select “NO,” as we ship Gapps by deafult. 142 | > - Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. 143 | > - In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine. 144 | 145 | ### Enjoy Project Elixir 146 | > - Congratulations! You've successfully installed Project Elixir on your device 147 | > - Enjoy the new features and customization options that the ROM offers 148 | > - Remember, if you encounter any issues during the installation process, feel free to seek help from the Project Elixir community or refer to their official documentation. 149 | 150 | > [!Note] 151 | > **Notes specific to device build** 152 | > * Gapps is already included in zip no need to flash additionally 153 | > * First boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step. 154 | > * If you are coming from PORTs then you need to Format Data and flash latest firmware [depending on the device] 155 | > * If you are coming from Android 12/13/14 to Android 15 then clean flash is compulsory and format data. 156 | > * If you are encrypted do format Data before flashing build to avoid bugs. 157 | 158 |
164 |
165 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Redmi K40 Pro/Pro+/Mi 11i/Mi 11X Pro (haydn) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 3. Download the Project Elixir ROM for from a reliable source. 41 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/haydn) 42 | 43 | 3. Download the Recovery from the link below: 44 | - **Recovery Link [ For Android 15 ]:** [Recovery](https://projectelixiros.com/device/haydn) 45 | 46 | ### Step 2: Install ADB and Boot into Fastboot Mode 47 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 48 | 2. Extract the downloaded platform-tools zip file on your computer. 49 | 3. Connect your device to your computer using a USB cable. 50 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 51 | 5. Navigate to the location where you extracted the platform-tools. 52 | 6. Enter the following command to check if your device is connected and detected by ADB: 53 | ``` 54 | adb devices 55 | ``` 56 | > [!Important] 57 | > If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options. 58 | 7. Now, reboot your device into Fastboot Mode using the following command: 59 | ``` 60 | adb reboot bootloader 61 | ``` 62 | 63 | ### Step 3: Boot into Recovery using Fastboot 64 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 65 | ``` 66 | fastboot devices 67 | ``` 68 | > [!Note] 69 | > If your device is listed, you are ready and If you don’t get any output or an error: 70 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 71 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 72 | 73 | 2. Download the Recovery Image from the link provided in Step 1. 74 | 3. Place the downloaded Recovery image (`.img` file) in the same location as the platform-tools folder on your computer. 75 | 4. Now, boot into Recovery using the following command: 76 | ``` 77 | fastboot boot recovery_file_name.img 78 | ``` 79 | > [!Important] 80 | > Replace `recovery_file_name.img` with the actual name of the Recovery image you downloaded if needed. 81 | 5. Your device will reboot with Recovery installed. 82 | > [!Note] 83 | > If your recovery does not show the logo, then you have ccidentally booted into the wrong recovery. Please start at the top of this section! 84 | 85 | ### Step 4: Flash Project Elixir ROM 86 | 1. Download the Elixir installation package that you would like to install 87 | 2. Now tap Wipe, then Format data and continue with the formatting process. 88 | > [!CAUTION] 89 | > In some cases you need to wipe metadata before format or else it gives error so if it does then just go to Wipe then select metadata and wipe it. 90 | 91 | > [!Warning] 92 | > This will remove encryption and **will delete all files stored** in the internal storage, as well as format your cache partition (if you have one). 93 | 3. Return to the main menu 94 | 5. Sideload the `Elixir.zip` package 95 | > [!CAUTION] 96 | > Do not reboot before you read/followed the rest of the instructions! 97 | 6. On the device, select “Advanced”, then “ADB sideload” to begin sideload. 98 | 7. On the host machine, sideload the package using: 99 | ``` 100 | adb -d sideload
132 |
133 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for OnePlus 7T Pro (hotdog) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Project Elixir ROM for from a reliable source. 41 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/hotdog) 42 | 43 | 3. Download the Recovery/Boot/other required files: 44 | - **Reqired files Link [ For Android 15 ]:** [Tap Here](https://projectelixiros.com/device/hotdog) 45 | 46 | > [!Warning] 47 | > * I am assuing that you have already unlocked the bootloader and ready to go. If not then please unlock your bootloader first using fastboot mode. 48 | > * If you are unsure what firmware version you are currently on, we strongly recommend returning to the corresponding stock OS before following the installation guide! 49 | > * Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. 50 | > * Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from Project Elixir once installed. 51 | 52 | ### Step 2: Install ADB and Boot into Fastboot Mode 53 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 54 | 2. Extract the downloaded platform-tools zip file on your computer. 55 | 3. Connect your device to your computer using a USB cable. 56 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 57 | 5. Navigate to the location where you extracted the platform-tools. 58 | 6. Enter the following command to check if your device is connected and detected by ADB: 59 | ``` 60 | adb devices 61 | ``` 62 | > [!Important] 63 | > - If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options 64 | 7. Now, reboot your device into Fastboot Mode using the following command: 65 | ``` 66 | adb -d reboot bootloader 67 | ``` 68 | 69 | ### Step 3: Unlock Bootloader using Fastboot 70 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 71 | ``` 72 | fastboot devices 73 | ``` 74 | > [!Note] 75 | > If your device is listed, you are ready and If you don’t get any output or an error: 76 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 77 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 78 | 2. Now type the following command to unlock the bootloader: 79 | ``` 80 | fastboot oem unlock 81 | ``` 82 | > [!Tip] 83 | > * At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. 84 | > * Give next/agree to actions the device when it asks you to proceed. 85 | 3. If the device doesn’t automatically reboot, reboot it. It should now be unlocked. 86 | 4. Since the device resets completely, you will need to re-enable USB debugging to continue. 87 | 88 | ### Step 4: Boot it into Fastboot/Bootloader mode 89 | ~ This platform requires additional partitions to be flashed for recovery to work properly, the process to do so is described below. 90 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 91 | ``` 92 | fastboot devices 93 | ``` 94 | 2. If your device is listed, you are ready to proceed. Download the required files from the link provided in Step 1. 95 | > * dtbo.img 96 | > * vbmeta.img 97 | 3. Place the downloaded files in the same location as the platform-tools folder on your computer. 98 | 4. Now, flash them by using the following command one by one: 99 | ``` 100 | fastboot flash dtbo dtbo.img 101 | ``` 102 | ``` 103 | fastboot flash vbmeta vbmeta.img 104 | ``` 105 | 5. Once done then move forward to next step i.e. **Step 5** 106 | 107 | ### Step 5: Installing Elixir Recovery using fastboot 108 | 109 | 1. Download Elixir Recovery. Simply download the latest recovery file named **recovery.img** from the link provided in Step 1. 110 | > [!Tip] 111 | > - *Replace `recovery_file_name.img` with the actual name of the Elixir Recovery image you downloaded if needed* 112 | > - *Other recoveries may not work for installation or updates. We strongly recommend to use the one we provide* 113 | > - *Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub* 114 | 115 | 2. Flash recovery onto your device: 116 | ``` 117 | fastboot flash recovery recovery.img 118 | ``` 119 | 3. Now reboot into recovery to verify the installation. 120 | 4. Use the menu to navigate to and to select the Recovery option. 121 | 5. Your device will reboot with Elixir Recovery installed. 122 | > ***If your recovery does not show the Elixir logo, then you accidentally booted into the wrong recovery. Please start at the top of this section (Step 4)!*** 123 | 124 | ### Step 6: Installing Project Elixir from recovery 125 | 1. Download the Project Elixir zip file that you would like to install 126 | 2. If you are not in recovery, reboot into recovery 127 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 128 | > [!Warning] 129 | > *This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one)* 130 | 4. Return to the main menu and start sideloading the zip/package (On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.) 131 | > *but do not reboot before you read/followed the rest of the instructions* 132 | 6. Open command prompt & sideload rom using command 133 | ``` 134 | adb -d sideload filename.zip 135 | ``` 136 | 3. Once you have installed everything successfully, you can now reboot your device into the OS for the first time! 137 | 4. Click the back arrow in the top left of the screen, then “Reboot system now”. 138 | 139 | > [!Tip] 140 | > - The first boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step 141 | > - After the package is installed, recovery will inform you that reboot to recovery is required to install add-ons. In that case please select “NO,” as we ship Gapps by deafult. 142 | > - Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. 143 | > - In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine. 144 | 145 | ### Enjoy Project Elixir 146 | > - Congratulations! You've successfully installed Project Elixir on your device 147 | > - Enjoy the new features and customization options that the ROM offers 148 | > - Remember, if you encounter any issues during the installation process, feel free to seek help from the Project Elixir community or refer to their official documentation. 149 | 150 | > [!Note] 151 | > **Notes specific to device build** 152 | > * Gapps is already included in zip no need to flash additionally 153 | > * First boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step. 154 | > * If you are coming from PORTs then you need to Format Data and flash latest firmware [depending on the device] 155 | > * If you are coming from Android 12/13/14 to Android 15 then clean flash is compulsory and format data. 156 | > * If you are encrypted do format Data before flashing build to avoid bugs. 157 | 158 |
164 |
165 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for OnePlus 7T (hotdogb) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Project Elixir ROM for from a reliable source. 41 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/hotdogb) 42 | 43 | 3. Download the Recovery/Boot/other required files: 44 | - **Reqired files Link [ For Android 15 ]:** [Tap Here](https://projectelixiros.com/device/hotdogb) 45 | 46 | > [!Warning] 47 | > * I am assuing that you have already unlocked the bootloader and ready to go. If not then please unlock your bootloader first using fastboot mode. 48 | > * If you are unsure what firmware version you are currently on, we strongly recommend returning to the corresponding stock OS before following the installation guide! 49 | > * Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. 50 | > * Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from Project Elixir once installed. 51 | 52 | ### Step 2: Install ADB and Boot into Fastboot Mode 53 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 54 | 2. Extract the downloaded platform-tools zip file on your computer. 55 | 3. Connect your device to your computer using a USB cable. 56 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 57 | 5. Navigate to the location where you extracted the platform-tools. 58 | 6. Enter the following command to check if your device is connected and detected by ADB: 59 | ``` 60 | adb devices 61 | ``` 62 | > [!Important] 63 | > - If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options 64 | 7. Now, reboot your device into Fastboot Mode using the following command: 65 | ``` 66 | adb -d reboot bootloader 67 | ``` 68 | 69 | ### Step 3: Unlock Bootloader using Fastboot 70 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 71 | ``` 72 | fastboot devices 73 | ``` 74 | > [!Note] 75 | > If your device is listed, you are ready and If you don’t get any output or an error: 76 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 77 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 78 | 2. Now type the following command to unlock the bootloader: 79 | ``` 80 | fastboot oem unlock 81 | ``` 82 | > [!Tip] 83 | > * At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. 84 | > * Give next/agree to actions the device when it asks you to proceed. 85 | 3. If the device doesn’t automatically reboot, reboot it. It should now be unlocked. 86 | 4. Since the device resets completely, you will need to re-enable USB debugging to continue. 87 | 88 | ### Step 4: Boot it into Fastboot/Bootloader mode 89 | ~ This platform requires additional partitions to be flashed for recovery to work properly, the process to do so is described below. 90 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 91 | ``` 92 | fastboot devices 93 | ``` 94 | 2. If your device is listed, you are ready to proceed. Download the required files from the link provided in Step 1. 95 | > * dtbo.img 96 | > * vbmeta.img 97 | 3. Place the downloaded files in the same location as the platform-tools folder on your computer. 98 | 4. Now, flash them by using the following command one by one: 99 | ``` 100 | fastboot flash dtbo dtbo.img 101 | ``` 102 | ``` 103 | fastboot flash vbmeta vbmeta.img 104 | ``` 105 | 5. Once done then move forward to next step i.e. **Step 5** 106 | 107 | ### Step 5: Installing Elixir Recovery using fastboot 108 | 109 | 1. Download Elixir Recovery. Simply download the latest recovery file named **recovery.img** from the link provided in Step 1. 110 | > [!Tip] 111 | > - *Replace `recovery_file_name.img` with the actual name of the Elixir Recovery image you downloaded if needed* 112 | > - *Other recoveries may not work for installation or updates. We strongly recommend to use the one we provide* 113 | > - *Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub* 114 | 115 | 2. Flash recovery onto your device: 116 | ``` 117 | fastboot flash recovery recovery.img 118 | ``` 119 | 3. Now reboot into recovery to verify the installation. 120 | 4. Use the menu to navigate to and to select the Recovery option. 121 | 5. Your device will reboot with Elixir Recovery installed. 122 | > ***If your recovery does not show the Elixir logo, then you accidentally booted into the wrong recovery. Please start at the top of this section (Step 4)!*** 123 | 124 | ### Step 6: Installing Project Elixir from recovery 125 | 1. Download the Project Elixir zip file that you would like to install 126 | 2. If you are not in recovery, reboot into recovery 127 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 128 | > [!Warning] 129 | > *This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one)* 130 | 4. Return to the main menu and start sideloading the zip/package (On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.) 131 | > *but do not reboot before you read/followed the rest of the instructions* 132 | 6. Open command prompt & sideload rom using command 133 | ``` 134 | adb -d sideload filename.zip 135 | ``` 136 | 3. Once you have installed everything successfully, you can now reboot your device into the OS for the first time! 137 | 4. Click the back arrow in the top left of the screen, then “Reboot system now”. 138 | 139 | > [!Tip] 140 | > - The first boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step 141 | > - After the package is installed, recovery will inform you that reboot to recovery is required to install add-ons. In that case please select “NO,” as we ship Gapps by deafult. 142 | > - Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. 143 | > - In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine. 144 | 145 | ### Enjoy Project Elixir 146 | > - Congratulations! You've successfully installed Project Elixir on your device 147 | > - Enjoy the new features and customization options that the ROM offers 148 | > - Remember, if you encounter any issues during the installation process, feel free to seek help from the Project Elixir community or refer to their official documentation. 149 | 150 | > [!Note] 151 | > **Notes specific to device build** 152 | > * Gapps is already included in zip no need to flash additionally 153 | > * First boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step. 154 | > * If you are coming from PORTs then you need to Format Data and flash latest firmware [depending on the device] 155 | > * If you are coming from Android 12/13/14 to Android 15 then clean flash is compulsory and format data. 156 | > * If you are encrypted do format Data before flashing build to avoid bugs. 157 | 158 |
164 |
165 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for DevcieNameHere (Devicecodenamehere) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Recovery from the link below: 41 | - **Recovery Link [ For Android 15 ]:** [Recovery](https://www.pling.com/p/1830777/) 42 | 43 | 3. Download the Project Elixir ROM for from a reliable source. 44 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/PocoF2Pro) 45 | 46 | 4. Download the required Firmware package: 47 | - **Firmware Link**: [FIRMWARE](https://xmfirmwareupdater.com/firmware/lmi/stable/V14.0.5.0.SJKCNXM/) 48 | 49 | ### Step 2: Install ADB and Boot into Fastboot Mode 50 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 51 | 2. Extract the downloaded platform-tools zip file on your computer. 52 | 3. Connect your device to your computer using a USB cable. 53 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 54 | 5. Navigate to the location where you extracted the platform-tools. 55 | 6. Enter the following command to check if your device is connected and detected by ADB: 56 | ``` 57 | adb devices 58 | ``` 59 | > [!Important] 60 | > If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options. 61 | 7. Now, reboot your device into Fastboot Mode using the following command: 62 | ``` 63 | adb reboot bootloader 64 | ``` 65 | 66 | ### Step 3: Flash Recovery using Fastboot 67 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 68 | ``` 69 | fastboot devices 70 | ``` 71 | > [!Note] 72 | > If your device is listed, you are ready and If you don’t get any output or an error: 73 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 74 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 75 | 76 | 2. Download the Recovery ZIP (`.img` file will be in zip) from the link provided in Step 1. 77 | 3. Place the downloaded Recovery image (`.img` file) in the same location as the platform-tools folder on your computer. 78 | 4. Now, flash the Recovery using the following command: 79 | ``` 80 | fastboot flash recovery recovery_file_name.img 81 | ``` 82 | > [!Important] 83 | > Replace `recovery_file_name.img` with the actual name of the Recovery image you downloaded if needed. 84 | 5. After flashing the recovery, use the following command to reboot your Recovery: 85 | ``` 86 | fastboot reboot recovery 87 | ``` 88 | 6. Your device will reboot with Recovery installed. 89 | > [!Note] 90 | > If your recovery does not show the logo, then you have ccidentally booted into the wrong recovery. Please start at the top of this section! 91 | 92 | ### Step 4: Flash Project Elixir ROM 93 | 1. Download the Elixir installation package that you would like to install 94 | 2. If you are not in recovery, reboot into recovery: hold `Volume Down + Power` 95 | 3. Now tap Wipe, then Format data and continue with the formatting process. 96 | > [!Warning] 97 | > This will remove encryption and **will delete all files stored** in the internal storage, as well as format your cache partition (if you have one). 98 | 4. Return to the main menu 99 | 5. Tap Install then locate the `Firmware.zip` package 100 | > [!CAUTION] 101 | > Do not reboot before you read/followed the rest of the instructions! 102 | 6. Tap Install then locate the `Elixir.zip` package 103 | 7. **All set!** 104 | - Once you have installed everything successfully, you can now reboot your device into the OS for the first time! 105 | 106 | > [!Important] 107 | > **May Required Files:** 108 | > * Android 15 Recovery Link : [Tap here for link](https://projectelixiros.com/device/PocoF2Pro) 109 | > * Required Firmware : [Tap Here for link](https://xmfirmwareupdater.com/firmware/lmi/stable/V14.0.5.0.SJKCNXM/) 110 | 111 |
127 |
128 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Poco F5 / Redmi Note 12T (Marble) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://t.me/chaitanyabuilds) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Recovery from the link below: 41 | - **Recovery Link**: [Tap here to download](https://github.com/Ctapchuk/android_device_xiaomi_marble-OFRP/releases/download/2025-02-15/OFRP-R11.1_7_RECOVERY-Beta-marble.img) 42 | 43 | 3. Download the Project Elixir ROM for Poco F5 / Redmi Note 12T from a reliable source. 44 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/marble/) 45 | 46 | 47 | ### How To Flash Recovery 48 | ``` 49 | - Download Recovery From link Below 50 | - Open platform Tools Folder in pc/laptop 51 | - Open Command Prompt 52 | - fastboot flash recovery_ab recoveryimagename.img 53 | - congrats Recovery is flashed 54 | - Now reboot to Recovery and follow further steps 55 | ``` 56 | 57 | ### Clean Flash 58 | ``` 59 | - Download the latest build 60 | - Take a backup for safe side 61 | - Boot to Recovery - must use A15 recovery - link below 62 | - Wipe Dalvik/Cache, Metadata, cache, data, FRP, metadata 63 | - Flash the Rom 64 | - Reflash the recovery or You can simply tick on Flash current recovery while flashing 65 | - Format Data 66 | - Reboot to system 67 | ``` 68 | 69 | ### Dirty Flashing Steps 70 | ``` 71 | - Wipe dalvik cache 72 | - Flash the ROM (Update of the same ROM!) 73 | - Flash current recovery (You can tick on flash current recovery) 74 | - Clean cache (Not necessary) 75 | - Reboot to System 76 | ``` 77 | 78 | > [!Important] 79 | > - A15 recovery: [Tap here for link](https://github.com/Ctapchuk/android_device_xiaomi_marble-OFRP/releases/download/2025-02-15/OFRP-R11.1_7_RECOVERY-Beta-marble.img) 80 | > - Flash [This](https://sourceforge.net/projects/marble-builds/files/losksunext/) For kernelSU-Next also check which date to flash according to changelogs 81 | 82 | > [!Note] 83 | > - ROM comes with Gapps inbuilt no need to flash gapps. 84 | > - If you are coming from another rom or non los trees based elixir clean flash is compulsory. 85 | > - Firmware is not required it's shipped with rom now 86 | > - Wait For atleat 1 day for the rom to settle down. 87 | 88 |
94 |
95 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Pixel 6 (oriole) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Project Elixir ROM for from a reliable source. 41 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/oriole) 42 | 43 | 3. Download the Recovery/Boot/other required files: 44 | - **Reqired files Link [ For Android 15 ]:** [Tap Here](https://projectelixiros.com/device/oriole) 45 | 46 | > [!Warning] 47 | > * I am assuing that you have already unlocked the bootloader and ready to go. If not then please unlock your bootloader first using fastboot mode. 48 | > * If you are unsure what firmware version you are currently on, we strongly recommend returning to the corresponding stock OS before following the installation guide! 49 | > * Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. 50 | > * Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from Project Elixir once installed. 51 | 52 | ### Step 2: Install ADB and Boot into Fastboot Mode 53 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 54 | 2. Extract the downloaded platform-tools zip file on your computer. 55 | 3. Connect your device to your computer using a USB cable. 56 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 57 | 5. Navigate to the location where you extracted the platform-tools. 58 | 6. Enter the following command to check if your device is connected and detected by ADB: 59 | ``` 60 | adb devices 61 | ``` 62 | > [!Important] 63 | > - If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options 64 | 7. Now, reboot your device into Fastboot Mode using the following command: 65 | ``` 66 | adb -d reboot bootloader 67 | ``` 68 | 69 | ### Step 3: Unlock Bootloader using Fastboot 70 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 71 | ``` 72 | fastboot devices 73 | ``` 74 | > [!Note] 75 | > If your device is listed, you are ready and If you don’t get any output or an error: 76 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 77 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 78 | 2. Now type the following command to unlock the bootloader: 79 | ``` 80 | fastboot flashing unlock 81 | ``` 82 | > [!Tip] 83 | > * At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. 84 | > * Give next/agree to actions the device when it asks you to proceed. 85 | 3. If the device doesn’t automatically reboot, reboot it. It should now be unlocked. 86 | 4. Since the device resets completely, you will need to re-enable USB debugging to continue. 87 | 88 | ### Step 4: Boot it into Fastboot/Bootloader mode 89 | ~ This platform requires additional partitions to be flashed for recovery to work properly, the process to do so is described below. 90 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 91 | ``` 92 | fastboot devices 93 | ``` 94 | 2. If your device is listed, you are ready to proceed. Download the required files from the link provided in Step 1. 95 | > * boot.img 96 | > * dtbo.img 97 | 3. Place the downloaded files in the same location as the platform-tools folder on your computer. 98 | 4. Now, flash them by using the following command one by one: 99 | ``` 100 | fastboot flash boot boot.img 101 | ``` 102 | ``` 103 | fastboot flash dtbo dtbo.img 104 | ``` 105 | 5. Once done then move forward to next step i.e. **Step 5** 106 | 107 | ### Step 5: Installing Elixir Recovery using fastboot 108 | 109 | 1. Download Elixir Recovery. Simply download the latest recovery file named **vendor_boot.img** from the link provided in Step 1. 110 | > [!Tip] 111 | > - *Replace `recovery_file_name.img` with the actual name of the Elixir Recovery image you downloaded if needed* 112 | > - *Other recoveries may not work for installation or updates. We strongly recommend to use the one we provide* 113 | > - *Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub* 114 | 115 | 2. Flash recovery onto your device: 116 | ``` 117 | fastboot flash vendor_boot vendor_boot.img 118 | ``` 119 | 3. Now reboot into recovery to verify the installation. 120 | 4. Use the menu to navigate to and to select the Recovery option. 121 | 5. Your device will reboot with Elixir Recovery installed. 122 | > ***If your recovery does not show the Elixir logo, then you accidentally booted into the wrong recovery. Please start at the top of this section (Step 4)!*** 123 | 124 | ### Step 6: Installing Project Elixir from recovery 125 | 1. Download the Project Elixir zip file that you would like to install 126 | 2. If you are not in recovery, reboot into recovery 127 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 128 | > [!Warning] 129 | > *This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one)* 130 | 4. Return to the main menu and start sideloading the zip/package (On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.) 131 | > *but do not reboot before you read/followed the rest of the instructions* 132 | 6. Open command prompt & sideload rom using command 133 | ``` 134 | adb -d sideload filename.zip 135 | ``` 136 | 3. Once you have installed everything successfully, you can now reboot your device into the OS for the first time! 137 | 4. Click the back arrow in the top left of the screen, then “Reboot system now”. 138 | 139 | > [!Tip] 140 | > - The first boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step 141 | > - After the package is installed, recovery will inform you that reboot to recovery is required to install add-ons. In that case please select “NO,” as we ship Gapps by deafult. 142 | > - Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. 143 | > - In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine. 144 | 145 | ### Enjoy Project Elixir 146 | > - Congratulations! You've successfully installed Project Elixir on your device 147 | > - Enjoy the new features and customization options that the ROM offers 148 | > - Remember, if you encounter any issues during the installation process, feel free to seek help from the Project Elixir community or refer to their official documentation. 149 | 150 | > [!Note] 151 | > **Notes specific to device build** 152 | > * Gapps is already included in zip no need to flash additionally 153 | > * First boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step. 154 | > * If you are coming from PORTs then you need to Format Data and flash latest firmware [depending on the device] 155 | > * If you are coming from Android 12/13/14 to Android 15 then clean flash is compulsory and format data. 156 | > * If you are encrypted do format Data before flashing build to avoid bugs. 157 | 158 |
164 |
165 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide For Project Elixir on Redmi K20 Pro/Mi 9T Pro (raphael/in) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Recovery from the link below: 41 | - **Recovery Link [ For Android 14 ]:** [OFOX Recovery](https://sourceforge.net/projects/project-elixir/files/fifteen/raphael/recovery/) 42 | 43 | 3. Download the Project Elixir ROM for Redmi K20 Pro/Mi 9T Pro aka Raphael/Raphaelin from a reliable source. 44 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/raphael) 45 | 46 | ### Step 2: Install ADB and Boot into Fastboot Mode 47 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 48 | 49 | 2. Extract the downloaded platform-tools zip file on your computer. 50 | 51 | 3. Connect your device to your computer using a USB cable. 52 | 53 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 54 | 55 | 5. Navigate to the location where you extracted the platform-tools. 56 | 57 | 6. Enter the following command to check if your device is connected and detected by ADB: 58 | 59 | ``` 60 | adb devices 61 | ``` 62 | > [!Important] 63 | > If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options. 64 | 65 | 7. Now, reboot your device into Fastboot Mode using the following command: 66 | 67 | ``` 68 | adb reboot bootloader 69 | ``` 70 | 71 | ### Step 3: Flash OFOX Recovery using Fastboot 72 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 73 | 74 | ``` 75 | fastboot devices 76 | ``` 77 | 78 | If your device is listed, you are ready to flash the TWRP Recovery. 79 | 80 | 2. Download the OFOX Recovery ZIP (`.img` file will be in zip) from the link provided in Step 1. 81 | 82 | 3. Place the downloaded OFOX Recovery image (`.img` file) in the same location as the platform-tools folder on your computer. 83 | 84 | 4. Now, flash the OFOX Recovery using the following command: 85 | 86 | ``` 87 | fastboot flash recovery recovery_file_name.img 88 | ``` 89 | > [!Important] 90 | > Replace `recovery_file_name.img` with the actual name of the OFOX Recovery image you downloaded if needed. 91 | 92 | 5. After flashing the recovery, use the following command to reboot your Recovery: 93 | 94 | ``` 95 | fastboot reboot recovery 96 | ``` 97 | 98 | Your device will reboot with OFOX Recovery installed. 99 | 100 | ### Step 4: Wipe Data 101 | 1. In OFOX Recovery, use the touch screen to navigate. 102 | 103 | 2. Select "Wipe" from the main menu. 104 | 105 | 3. Wipe Data and Davlik & cache and then proceed to format data by typing yes. And reboot to recovery again. 106 | 107 | ### Step 5: Flash Project Elixir ROM 108 | 109 | **Retrofit Dynamic Partitions** `(v4.0 and above versions)` - Clean Flash 110 | ``` 111 | - Download the latest build (Need to clean flash if you are on 4.2 or below) 112 | - Take a backup for safe side (If you are coming from 4.2 or below you need to do a clean flash) 113 | - Flash provided recovery Retrofit Supported Recovery 114 | - Boot to Retrofit Supported Recovery 115 | - Wipe dalvik-cache-sytem-vendor-data (wipe only dalvik-cache-data if coming from other dynamic roms) 116 | - Flash legacy to retrofit dynamic by @raphael_alpha.zip (skip if coming from other dynamic roms) 117 | - Flash latest a11 firmware (If coming from miui or a10 fw based rom) 118 | - Flash Elixir rom 119 | - Flash DFE NEO (if you want to be decrypted or already decrypted) 120 | - Format Data (if your data on ext4 then change it to f2fs instead of format data) 121 | - Reboot to system 122 | - Enjoy 123 | ``` 124 | 125 | **Retrofit Dynamic Partitions** `(v4.0 and above versions)` - Dirty Flash 126 | ``` 127 | - Boot to Retrofit Supported Recovery 128 | - Wipe only Dalvik/cache 129 | - Flash or sideload the ROM zip 130 | - Note if you want to decryption or already decrypted then only flash DFE NEO 131 | - Reboot System 132 | ``` 133 | > [!Warning] 134 | > **NOTE: We have Switched Retrofit Dynamic Partitions from v4.0 or above** 135 | 136 | 137 | **Legacy ROM** `(v3.13 or below versions)` - **Clean Flash** 138 | ``` 139 | 1. Copy the Project Elixir ROM (v3.13 or below) file to Internal storage or use OTG 140 | 2. Boot In the recovery that supports Legacy ROM Android 13 141 | 3. Wipe dalvik-cache-system-vendor-data 142 | 4. Flash latest a11 firmware (If coming from miui or a10 fw based rom) 143 | 5. Go to Install and Navigate to the location where you have kept the Project Elixir ROM. 144 | 6. Select the ROM file and swipe the slider to confirm the installation. 145 | 7. If you want decryption then only Flash DFE (optional) 146 | 8. After insatlling successfully reboot to system. 147 | ``` 148 | 149 | **Legacy ROM** `(v3.13 or below versions)` - **Dirty Flash** 150 | 151 | Encryption to Encryption : 152 | ``` 153 | 1. Download the Latest Build 154 | 2. Boot to Android 13 recovery that support encryption 155 | 3. Flash ROM zip 156 | 4. Clear Dalvik and Cache in advance wipe 157 | 5. Reboot 158 | ``` 159 | 160 | Decryption to Decryption `(Android 13 to Android 13)` 161 | ``` 162 | 1. Download the Latest Build 163 | 2. Boot to Android 13 recovery that support decryption 164 | 3. Clear Dalvik and Cache in advance wipe 165 | 3. Flash ROM zip 166 | 4. Flash DFE (Compulsory) 167 | 5. Reboot 168 | ``` 169 | 170 | > [!Important] 171 | > **May Required Files:** 172 | > * Retrofit Supported Recovery : [Tap Here for link](https://sourceforge.net/projects/project-elixir/files/fifteen/raphael/recovery/) 173 | > * Android 13 Legacy Recovery (For encrypted user's): [Tap here for link](https://t.me/Al_Arabis_Cloud/104) 174 | > * Android 13 Legacy Recovery (For decrypted user's): [Tap here for link](https://t.me/Al_Arabis_Cloud/107) 175 | > * Legacy2Retrofit.zip : [Tap Here for link](https://t.me/Al_Arabis_Cloud/108) 176 | > * A11 Firmware.zip : [Tap Here for link](https://t.me/ElixerRaphael/7390) 177 | > * DFE.zip (for a13) : [Tap Here for link](https://t.me/Al_Arabis_Cloud/299) 178 | > * DFE NEO.zip (for a14) : [Tap Here for link](https://t.me/Al_Arabis_Cloud/298) 179 | 180 | 181 | > [!Note] 182 | > **Notes specific to device build** 183 | > * We have Switched Retrofit Dynamic Partitions from v4.0 or above 184 | > * ROM comes with retrofit dynamic partition and erofs system, and uses fbev2 (casefolding) encryption type. 185 | > * Gapps are already included in zip no need to flash additionally 186 | > * If you are coming from Miui rom/ports or Older AOSP roms = Format Data and flash latest firmware 187 | > * If you are coming from Android 12 or 13 to Android 14 then clean flash is compulsory and format data. 188 | > * If you are encrypted do format Data before flashing build to avoid bugs. 189 | > * If you want to flash with decryption (DFE NEO) then do that your own risk. 190 | > * If you're facing storage permission issues in certain apps/games after clean flash, [Follow this](https://t.me/ElixerRaphael/8707) 191 | 192 |
198 |
199 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Pixel 6 Pro (raven) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Project Elixir ROM for from a reliable source. 41 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/raven) 42 | 43 | 3. Download the Recovery/Boot/other required files: 44 | - **Reqired files Link [ For Android 15 ]:** [Tap Here](https://projectelixiros.com/device/raven) 45 | 46 | > [!Warning] 47 | > * I am assuing that you have already unlocked the bootloader and ready to go. If not then please unlock your bootloader first using fastboot mode. 48 | > * If you are unsure what firmware version you are currently on, we strongly recommend returning to the corresponding stock OS before following the installation guide! 49 | > * Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. 50 | > * Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from Project Elixir once installed. 51 | 52 | ### Step 2: Install ADB and Boot into Fastboot Mode 53 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 54 | 2. Extract the downloaded platform-tools zip file on your computer. 55 | 3. Connect your device to your computer using a USB cable. 56 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 57 | 5. Navigate to the location where you extracted the platform-tools. 58 | 6. Enter the following command to check if your device is connected and detected by ADB: 59 | ``` 60 | adb devices 61 | ``` 62 | > [!Important] 63 | > - If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options 64 | 7. Now, reboot your device into Fastboot Mode using the following command: 65 | ``` 66 | adb -d reboot bootloader 67 | ``` 68 | 69 | ### Step 3: Unlock Bootloader using Fastboot 70 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 71 | ``` 72 | fastboot devices 73 | ``` 74 | > [!Note] 75 | > If your device is listed, you are ready and If you don’t get any output or an error: 76 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 77 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 78 | 2. Now type the following command to unlock the bootloader: 79 | ``` 80 | fastboot flashing unlock 81 | ``` 82 | > [!Tip] 83 | > * At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. 84 | > * Give next/agree to actions the device when it asks you to proceed. 85 | 3. If the device doesn’t automatically reboot, reboot it. It should now be unlocked. 86 | 4. Since the device resets completely, you will need to re-enable USB debugging to continue. 87 | 88 | ### Step 4: Boot it into Fastboot/Bootloader mode 89 | ~ This platform requires additional partitions to be flashed for recovery to work properly, the process to do so is described below. 90 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 91 | ``` 92 | fastboot devices 93 | ``` 94 | 2. If your device is listed, you are ready to proceed. Download the required files from the link provided in Step 1. 95 | > * boot.img 96 | > * dtbo.img 97 | 3. Place the downloaded files in the same location as the platform-tools folder on your computer. 98 | 4. Now, flash them by using the following command one by one: 99 | ``` 100 | fastboot flash boot boot.img 101 | ``` 102 | ``` 103 | fastboot flash dtbo dtbo.img 104 | ``` 105 | 5. Once done then move forward to next step i.e. **Step 5** 106 | 107 | ### Step 5: Installing Elixir Recovery using fastboot 108 | 109 | 1. Download Elixir Recovery. Simply download the latest recovery file named **vendor_boot.img** from the link provided in Step 1. 110 | > [!Tip] 111 | > - *Replace `recovery_file_name.img` with the actual name of the Elixir Recovery image you downloaded if needed* 112 | > - *Other recoveries may not work for installation or updates. We strongly recommend to use the one we provide* 113 | > - *Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub* 114 | 115 | 2. Flash recovery onto your device: 116 | ``` 117 | fastboot flash vendor_boot vendor_boot.img 118 | ``` 119 | 3. Now reboot into recovery to verify the installation. 120 | 4. Use the menu to navigate to and to select the Recovery option. 121 | 5. Your device will reboot with Elixir Recovery installed. 122 | > ***If your recovery does not show the Elixir logo, then you accidentally booted into the wrong recovery. Please start at the top of this section (Step 4)!*** 123 | 124 | ### Step 6: Installing Project Elixir from recovery 125 | 1. Download the Project Elixir zip file that you would like to install 126 | 2. If you are not in recovery, reboot into recovery 127 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 128 | > [!Warning] 129 | > *This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one)* 130 | 4. Return to the main menu and start sideloading the zip/package (On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.) 131 | > *but do not reboot before you read/followed the rest of the instructions* 132 | 6. Open command prompt & sideload rom using command 133 | ``` 134 | adb -d sideload filename.zip 135 | ``` 136 | 3. Once you have installed everything successfully, you can now reboot your device into the OS for the first time! 137 | 4. Click the back arrow in the top left of the screen, then “Reboot system now”. 138 | 139 | > [!Tip] 140 | > - The first boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step 141 | > - After the package is installed, recovery will inform you that reboot to recovery is required to install add-ons. In that case please select “NO,” as we ship Gapps by deafult. 142 | > - Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. 143 | > - In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine. 144 | 145 | ### Enjoy Project Elixir 146 | > - Congratulations! You've successfully installed Project Elixir on your device 147 | > - Enjoy the new features and customization options that the ROM offers 148 | > - Remember, if you encounter any issues during the installation process, feel free to seek help from the Project Elixir community or refer to their official documentation. 149 | 150 | > [!Note] 151 | > **Notes specific to device build** 152 | > * Gapps is already included in zip no need to flash additionally 153 | > * First boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step. 154 | > * If you are coming from PORTs then you need to Format Data and flash latest firmware [depending on the device] 155 | > * If you are coming from Android 12/13/14 to Android 15 then clean flash is compulsory and format data. 156 | > * If you are encrypted do format Data before flashing build to avoid bugs. 157 | 158 |
164 |
165 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Pixel 5 (redfin) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Project Elixir ROM for from a reliable source. 41 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/redfin) 42 | 43 | 3. Download the Recovery/Boot/other required files: 44 | - **Reqired files Link [ For Android 15 ]:** [Tap Here](https://projectelixiros.com/device/redfin) 45 | 46 | > [!Warning] 47 | > * I am assuing that you have already unlocked the bootloader and ready to go. If not then please unlock your bootloader first using fastboot mode. 48 | > * If you are unsure what firmware version you are currently on, we strongly recommend returning to the corresponding stock OS before following the installation guide! 49 | > * Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. 50 | > * Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from Project Elixir once installed. 51 | 52 | ### Step 2: Install ADB and Boot into Fastboot Mode 53 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 54 | 2. Extract the downloaded platform-tools zip file on your computer. 55 | 3. Connect your device to your computer using a USB cable. 56 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 57 | 5. Navigate to the location where you extracted the platform-tools. 58 | 6. Enter the following command to check if your device is connected and detected by ADB: 59 | ``` 60 | adb devices 61 | ``` 62 | > [!Important] 63 | > - If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options 64 | 7. Now, reboot your device into Fastboot Mode using the following command: 65 | ``` 66 | adb -d reboot bootloader 67 | ``` 68 | 69 | ### Step 3: Unlock Bootloader using Fastboot 70 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 71 | ``` 72 | fastboot devices 73 | ``` 74 | > [!Note] 75 | > If your device is listed, you are ready and If you don’t get any output or an error: 76 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 77 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 78 | 2. Now type the following command to unlock the bootloader: 79 | ``` 80 | fastboot flashing unlock 81 | ``` 82 | > [!Tip] 83 | > * At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. 84 | > * Give next/agree to actions the device when it asks you to proceed. 85 | 3. If the device doesn’t automatically reboot, reboot it. It should now be unlocked. 86 | 4. Since the device resets completely, you will need to re-enable USB debugging to continue. 87 | 88 | ### Step 4: Boot it into Fastboot/Bootloader mode 89 | ~ This platform requires additional partitions to be flashed for recovery to work properly, the process to do so is described below. 90 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 91 | ``` 92 | fastboot devices 93 | ``` 94 | 2. If your device is listed, you are ready to proceed. Download the required files from the link provided in Step 1. 95 | > * boot.img 96 | > * dtbo.img 97 | 3. Place the downloaded files in the same location as the platform-tools folder on your computer. 98 | 4. Now, flash them by using the following command one by one: 99 | ``` 100 | fastboot flash boot boot.img 101 | ``` 102 | ``` 103 | fastboot flash dtbo dtbo.img 104 | ``` 105 | 5. Once done then move forward to next step i.e. **Step 5** 106 | 107 | ### Step 5: Installing Elixir Recovery using fastboot 108 | 109 | 1. Download Elixir Recovery. Simply download the latest recovery file named **vendor_boot.img** from the link provided in Step 1. 110 | > [!Tip] 111 | > - *Replace `recovery_file_name.img` with the actual name of the Elixir Recovery image you downloaded if needed* 112 | > - *Other recoveries may not work for installation or updates. We strongly recommend to use the one we provide* 113 | > - *Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub* 114 | 115 | 2. Flash recovery onto your device: 116 | ``` 117 | fastboot flash vendor_boot vendor_boot.img 118 | ``` 119 | 3. Now reboot into recovery to verify the installation. 120 | 4. Use the menu to navigate to and to select the Recovery option. 121 | 5. Your device will reboot with Elixir Recovery installed. 122 | > ***If your recovery does not show the Elixir logo, then you accidentally booted into the wrong recovery. Please start at the top of this section (Step 4)!*** 123 | 124 | ### Step 6: Installing Project Elixir from recovery 125 | 1. Download the Project Elixir zip file that you would like to install 126 | 2. If you are not in recovery, reboot into recovery 127 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 128 | > [!Warning] 129 | > *This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one)* 130 | 4. Return to the main menu and start sideloading the zip/package (On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.) 131 | > *but do not reboot before you read/followed the rest of the instructions* 132 | 6. Open command prompt & sideload rom using command 133 | ``` 134 | adb -d sideload filename.zip 135 | ``` 136 | 3. Once you have installed everything successfully, you can now reboot your device into the OS for the first time! 137 | 4. Click the back arrow in the top left of the screen, then “Reboot system now”. 138 | 139 | > [!Tip] 140 | > - The first boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step 141 | > - After the package is installed, recovery will inform you that reboot to recovery is required to install add-ons. In that case please select “NO,” as we ship Gapps by deafult. 142 | > - Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. 143 | > - In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine. 144 | 145 | ### Enjoy Project Elixir 146 | > - Congratulations! You've successfully installed Project Elixir on your device 147 | > - Enjoy the new features and customization options that the ROM offers 148 | > - Remember, if you encounter any issues during the installation process, feel free to seek help from the Project Elixir community or refer to their official documentation. 149 | 150 | > [!Note] 151 | > **Notes specific to device build** 152 | > * Gapps is already included in zip no need to flash additionally 153 | > * First boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step. 154 | > * If you are coming from PORTs then you need to Format Data and flash latest firmware [depending on the device] 155 | > * If you are coming from Android 12/13/14 to Android 15 then clean flash is compulsory and format data. 156 | > * If you are encrypted do format Data before flashing build to avoid bugs. 157 | 158 |
164 |
165 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Pixel 4a (sunfish) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Project Elixir ROM for from a reliable source. 41 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/sunfish) 42 | 43 | 3. Download the Recovery/Boot/other required files: 44 | - **Reqired files Link [ For Android 15 ]:** [Tap Here](https://projectelixiros.com/device/sunfish) 45 | 46 | > [!Warning] 47 | > * I am assuing that you have already unlocked the bootloader and ready to go. If not then please unlock your bootloader first using fastboot mode. 48 | > * If you are unsure what firmware version you are currently on, we strongly recommend returning to the corresponding stock OS before following the installation guide! 49 | > * Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. 50 | > * Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from Project Elixir once installed. 51 | 52 | ### Step 2: Install ADB and Boot into Fastboot Mode 53 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 54 | 2. Extract the downloaded platform-tools zip file on your computer. 55 | 3. Connect your device to your computer using a USB cable. 56 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 57 | 5. Navigate to the location where you extracted the platform-tools. 58 | 6. Enter the following command to check if your device is connected and detected by ADB: 59 | ``` 60 | adb devices 61 | ``` 62 | > [!Important] 63 | > - If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options 64 | 7. Now, reboot your device into Fastboot Mode using the following command: 65 | ``` 66 | adb -d reboot bootloader 67 | ``` 68 | 69 | ### Step 3: Unlock Bootloader using Fastboot 70 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 71 | ``` 72 | fastboot devices 73 | ``` 74 | > [!Note] 75 | > If your device is listed, you are ready and If you don’t get any output or an error: 76 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 77 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 78 | 2. Now type the following command to unlock the bootloader: 79 | ``` 80 | fastboot flashing unlock 81 | ``` 82 | > [!Tip] 83 | > * At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. 84 | > * Give next/agree to actions the device when it asks you to proceed. 85 | 3. If the device doesn’t automatically reboot, reboot it. It should now be unlocked. 86 | 4. Since the device resets completely, you will need to re-enable USB debugging to continue. 87 | 88 | ### Step 4: Boot it into Fastboot/Bootloader mode 89 | ~ This platform requires additional partitions to be flashed for recovery to work properly, the process to do so is described below. 90 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 91 | ``` 92 | fastboot devices 93 | ``` 94 | 2. If your device is listed, you are ready to proceed. Download the required files from the link provided in Step 1. 95 | > * dtbo.img 96 | 3. Place the downloaded files in the same location as the platform-tools folder on your computer. 97 | 4. Now, flash them by using the following command one by one: 98 | ``` 99 | fastboot flash dtbo dtbo.img 100 | ``` 101 | 5. Once done then move forward to next step i.e. **Step 5** 102 | 103 | ### Step 5: Installing Elixir Recovery using fastboot 104 | 105 | 1. Download Elixir Recovery. Simply download the latest recovery file named **boot.img** from the link provided in Step 1. 106 | > [!Tip] 107 | > - *Replace `recovery_file_name.img` with the actual name of the Elixir Recovery image you downloaded if needed* 108 | > - *Other recoveries may not work for installation or updates. We strongly recommend to use the one we provide* 109 | > - *Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub* 110 | 111 | 2. Flash recovery onto your device: 112 | ``` 113 | fastboot flash boot boot.img 114 | ``` 115 | 3. Now reboot into recovery to verify the installation. 116 | 4. Use the menu to navigate to and to select the Recovery option. 117 | 5. Your device will reboot with Elixir Recovery installed. 118 | > ***If your recovery does not show the Elixir logo, then you accidentally booted into the wrong recovery. Please start at the top of this section (Step 4)!*** 119 | 120 | ### Step 6: Installing Project Elixir from recovery 121 | 1. Download the Project Elixir zip file that you would like to install 122 | 2. If you are not in recovery, reboot into recovery 123 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 124 | > [!Warning] 125 | > *This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one)* 126 | 4. Return to the main menu and start sideloading the zip/package (On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.) 127 | > *but do not reboot before you read/followed the rest of the instructions* 128 | 6. Open command prompt & sideload rom using command 129 | ``` 130 | adb -d sideload filename.zip 131 | ``` 132 | 3. Once you have installed everything successfully, you can now reboot your device into the OS for the first time! 133 | 4. Click the back arrow in the top left of the screen, then “Reboot system now”. 134 | 135 | > [!Tip] 136 | > - The first boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step 137 | > - After the package is installed, recovery will inform you that reboot to recovery is required to install add-ons. In that case please select “NO,” as we ship Gapps by deafult. 138 | > - Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. 139 | > - In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine. 140 | 141 | ### Enjoy Project Elixir 142 | > - Congratulations! You've successfully installed Project Elixir on your device 143 | > - Enjoy the new features and customization options that the ROM offers 144 | > - Remember, if you encounter any issues during the installation process, feel free to seek help from the Project Elixir community or refer to their official documentation. 145 | 146 | > [!Note] 147 | > **Notes specific to device build** 148 | > * Gapps is already included in zip no need to flash additionally 149 | > * First boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step. 150 | > * If you are coming from PORTs then you need to Format Data and flash latest firmware [depending on the device] 151 | > * If you are coming from Android 12/13/14 to Android 15 then clean flash is compulsory and format data. 152 | > * If you are encrypted do format Data before flashing build to avoid bugs. 153 | 154 |
160 |
161 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for POCO X3/NFC (surya) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Recovery from the link below: 41 | - **Recovery Link [ For Android 15 ]:** [Recovery](https://projectelixiros.com/device/surya) 42 | 43 | 3. Download the Project Elixir ROM for from a reliable source. 44 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/surya) 45 | 46 | ### Step 2: Install ADB and Boot into Fastboot Mode 47 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 48 | 2. Extract the downloaded platform-tools zip file on your computer. 49 | 3. Connect your device to your computer using a USB cable. 50 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 51 | 5. Navigate to the location where you extracted the platform-tools. 52 | 6. Enter the following command to check if your device is connected and detected by ADB: 53 | ``` 54 | adb devices 55 | ``` 56 | > [!Important] 57 | > If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options. 58 | 7. Now, reboot your device into Fastboot Mode using the following command: 59 | ``` 60 | adb reboot bootloader 61 | ``` 62 | 63 | ### Step 3: Flash Recovery using Fastboot 64 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 65 | ``` 66 | fastboot devices 67 | ``` 68 | > [!Note] 69 | > If your device is listed, you are ready and If you don’t get any output or an error: 70 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 71 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 72 | 73 | 2. Download the Recovery ZIP (`.img` file will be in zip) from the link provided in Step 1. 74 | 3. Place the downloaded Recovery image (`.img` file) in the same location as the platform-tools folder on your computer. 75 | 4. Now, flash the Recovery using the following command: 76 | ``` 77 | fastboot flash recovery recovery_file_name.img 78 | ``` 79 | > [!Important] 80 | > Replace `recovery_file_name.img` with the actual name of the Recovery image you downloaded if needed. 81 | 5. After flashing the recovery, use the following command to reboot your Recovery: 82 | ``` 83 | fastboot reboot recovery 84 | ``` 85 | 6. Your device will reboot with Recovery installed. 86 | > [!Note] 87 | > If your recovery does not show the logo, then you have ccidentally booted into the wrong recovery. Please start at the top of this section! 88 | 89 | ### Step 4: Flash Project Elixir ROM 90 | 1. Download the Elixir installation package that you would like to install 91 | 2. If you are not in recovery, reboot into recovery: hold `Volume Down + Power` 92 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 93 | > [!Warning] 94 | > This will remove encryption and **will delete all files stored** in the internal storage, as well as format your cache partition (if you have one). 95 | 4. Return to the main menu 96 | 5. Sideload the `Elixir.zip` package 97 | > [!CAUTION] 98 | > Do not reboot before you read/followed the rest of the instructions! 99 | 6. On the device, select “Apply Update”, then “Apply from ADB” to begin sideload. 100 | 7. On the host machine, sideload the package using: 101 | ``` 102 | adb -d sideload
136 |
137 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Redmi Note 10 Pro/ Pro Max (sweet/sweetin) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Recovery from the link below: 41 | - **Recovery Link [ For Android 15 ]:** [OrangeFox Recovery](https://www.pling.com/p/1630430/) 42 | 43 | 3. Download the Project Elixir ROM for Redmi Note 10 Pro/ Pro Max aka sweet/sweetin from a reliable source. 44 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/sweet) 45 | 46 | ### Step 2: Install ADB and Boot into Fastboot Mode 47 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 48 | 2. Extract the downloaded platform-tools zip file on your computer. 49 | 3. Connect your device to your computer using a USB cable. 50 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 51 | 5. Navigate to the location where you extracted the platform-tools. 52 | 6. Enter the following command to check if your device is connected and detected by ADB: 53 | ``` 54 | adb devices 55 | ``` 56 | > [!Important] 57 | > If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options. 58 | 7. Now, reboot your device into Fastboot Mode using the following command: 59 | ``` 60 | adb reboot bootloader 61 | ``` 62 | 63 | ### Step 3: Flash Recovery using Fastboot 64 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 65 | ``` 66 | fastboot devices 67 | ``` 68 | > [!Note] 69 | > - If your device is listed, you are ready to flash the OrangeFox Recovery. 70 | 2. Download the OrangeFox Recovery ZIP (`.img` file will be in zip) from the link provided in Step 1. 71 | 3. Place the downloaded OrangeFox Recovery image (`.img` file) in the same location as the platform-tools folder on your computer. 72 | 4. Now, flash the OrangeFox Recovery using the following command: 73 | ``` 74 | fastboot flash recovery recovery_file_name.img 75 | ``` 76 | > [!Important] 77 | > Replace `recovery_file_name.img` with the actual name of the OrangeFox Recovery image you downloaded if needed. 78 | 5. After flashing the recovery, use the following command to reboot your Recovery: 79 | ``` 80 | fastboot reboot recovery 81 | ``` 82 | 6. Your device will reboot with Recovery installed. 83 | 84 | ### Step 4: Wipe Data 85 | 1. In OrangeFox Recovery, use the touch screen or physical buttons to navigate. 86 | 2. Select "Wipe" from the main menu. 87 | 3. Wipe Data and Davlik & cache and then proceed to format data by typing yes. And reboot to recovery again. 88 | 89 | ### Step 5: Flash Project Elixir ROM 90 | 91 | Clean Flash 92 | ``` 93 | - Download the latest build (Need to clean flash if you are on Android 14) 94 | - Take a backup for safe side (If you are coming from Android 14 you need to do a clean flash) 95 | - Flash provided recovery from link [Same like step 3] 96 | - Boot to Recovery 97 | - Flash latest MIUI 14.x firmware of your region 98 | - Flash or sideload the ROM zip and Format data 99 | - Wipe Data by going to "Factory reset" section in recovery (only click Format data/factory reset) 100 | - Reboot System 101 | ``` 102 | 103 | Dirty Flash 104 | ``` 105 | - Boot to Recovery 106 | - Wipe only Dalvik/cache (Optional) 107 | - Flash or sideload the ROM zip 108 | - Reboot System 109 | ``` 110 | 111 | > [!Important] 112 | > **May Required Files:** 113 | > * MIUI 14.x Firmware (sweet) : [Tap Here for link](https://www.xmfirmwareupdater.com/firmware/sweet/) 114 | > * MIUI 14.x Firmware (sweetin) : [Tap Here for link](https://www.xmfirmwareupdater.com/firmware/sweetin/) 115 | 116 | > [!Note] 117 | > **Notes specific to device build** 118 | > * Firmware and Gapps are already included in zip no need to flash additionally 119 | > * If you are coming from ports or other Custom Roms or MIUI Ports, Formatting Data and flashing of latest firmware is mandatory. 120 | > * If you are coming from Android 12 or 13 to Android 15 then clean flash is compulsory and format data. 121 | > * If you are encrypted do format Data before flashing build to avoid bugs. 122 | 123 |
129 |
130 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for DevcieNameHere (Devicecodenamehere) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Recovery from the link below: 41 | - **Recovery Link [ For Android 15 ]:** [Recovery](https://projectelixiros.com/download) 42 | 43 | 3. Download the Project Elixir ROM for from a reliable source. 44 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/download) 45 | 46 | ### Step 2: Install ADB and Boot into Fastboot Mode 47 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 48 | 2. Extract the downloaded platform-tools zip file on your computer. 49 | 3. Connect your device to your computer using a USB cable. 50 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 51 | 5. Navigate to the location where you extracted the platform-tools. 52 | 6. Enter the following command to check if your device is connected and detected by ADB: 53 | ``` 54 | adb devices 55 | ``` 56 | > [!Important] 57 | > If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options. 58 | 7. Now, reboot your device into Fastboot Mode using the following command: 59 | ``` 60 | adb reboot bootloader 61 | ``` 62 | 63 | ### Step 3: Flash Recovery using Fastboot 64 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 65 | ``` 66 | fastboot devices 67 | ``` 68 | > [!Note] 69 | > If your device is listed, you are ready and If you don’t get any output or an error: 70 | > * **On Windows:** Download [latest fastboot driver](https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/) and copy the folder into your desktop, then go again in Device Manager, locate your device, right-click on your device and choose "Update driver", choose "Browse my computer for driver software", then “Browse…” and select the folder you copied in your desktop. Click “ok” and then on “next”. 71 | > * **on Linux or macOS:** If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port! 72 | 73 | 2. Download the Recovery ZIP (`.img` file will be in zip) from the link provided in Step 1. 74 | 3. Place the downloaded Recovery image (`.img` file) in the same location as the platform-tools folder on your computer. 75 | 4. Now, flash the Recovery using the following command: 76 | ``` 77 | fastboot flash recovery recovery_file_name.img 78 | ``` 79 | > [!Important] 80 | > Replace `recovery_file_name.img` with the actual name of the Recovery image you downloaded if needed. 81 | 5. After flashing the recovery, use the following command to reboot your Recovery: 82 | ``` 83 | fastboot reboot recovery 84 | ``` 85 | 6. Your device will reboot with Recovery installed. 86 | > [!Note] 87 | > If your recovery does not show the logo, then you have ccidentally booted into the wrong recovery. Please start at the top of this section! 88 | 89 | ### Step 4: Flash Project Elixir ROM 90 | 1. Download the Elixir installation package that you would like to install 91 | 2. If you are not in recovery, reboot into recovery: hold `Volume Down + Power` 92 | 3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. 93 | > [!Warning] 94 | > This will remove encryption and **will delete all files stored** in the internal storage, as well as format your cache partition (if you have one). 95 | 4. Return to the main menu 96 | 5. Sideload the `Elixir.zip` package 97 | > [!CAUTION] 98 | > Do not reboot before you read/followed the rest of the instructions! 99 | 6. On the device, select “Apply Update”, then “Apply from ADB” to begin sideload. 100 | 7. On the host machine, sideload the package using: 101 | ``` 102 | adb -d sideload
135 |
136 |
2 |
3 |
"Redefine Simplicity with your android experience on our minimalistic custom rom — where sleek design meets robust security, performance, and stability."
7 | 8 | ### ⊀ Unleash Innovation ⊁ 9 | 10 | > Elevate your user interface with minimalist design and with the striking of perfect balanced customization options, customize with ease. 11 | 12 | ### Installation Guide for Redmi Note 7 Pro (violet) 13 | 14 | > [!CAUTION] 15 | > - Your warranty is void. Or valid, probably? 16 | > - Project Elixir is not responsible for any damage you made to your device. You have been warned! 17 | > - Don't fall for mod/cracks etc and you may end up in trouble, in such scenarios you are not to blame us. 18 | 19 | > [!Warning] 20 | > * We are not responsible for anything that may happen to your phone by installing custom ROMs. 21 | > * We are not responsible for anything that may happen to your phone by installing any kernels. 22 | > * You do it at your own risk and take the responsibility upon yourself 23 | > * You are not to blame Project Elixir or its respected developers for any of your loss. 24 | > * Be careful while going through download, installation guide, changelog links as A12 = v2.0 (snow), A13 = v3.0 (Tiramisu) and A14 = v4.0 (UNO) and A15 = 5.0 (vany) respective branch. 25 | 26 | > [!Tip] 27 | > **Basic Notes for all users:** 28 | > * The provided instructions are for Project Elixir based on Android 15. 29 | > * These will only work if you follow every section and step precisely 30 | > * Do not continue after something fails! Contact in support group for help 31 | > * The device must have an unlocked bootloader & has Platform Tools installed in pc. 32 | > * If you are moving from any other Android version to Android 15, it is necessary to do CLEAN FLASH (Format Data) 33 | > * Take a backup for safe side (If you are coming from older Android version or doing a clean flash) 34 | > * For any queries or help related to Elixir, join our support group : [Tap Here](https://telegram.me/Elixir_Discussion) 35 | 36 | ### Step 1: Download Required Files 37 | 1. Download the latest Android platform tools for Windows from the link below: 38 | - **Platform Tools Link (Windows)**: [platform-tools-latest-windows.zip](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) 39 | 40 | 2. Download the Recovery from the link below: 41 | - **Recovery Link [ For Android 15 ]:** [TWRP Recovery](https://www.pling.com/p/1623145/) 42 | 43 | 3. Download the Project Elixir ROM for Redmi Note 7 Pro aka Violet from a reliable source. 44 | - **Project Elixir ROM Link**: [DOWNLOAD](https://projectelixiros.com/device/violet) 45 | 46 | ### Step 2: Install ADB and Boot into Fastboot Mode 47 | 1. Make sure you have ADB (Android Debug Bridge) installed on your computer. 48 | 2. Extract the downloaded platform-tools zip file on your computer. 49 | 3. Connect your device to your computer using a USB cable. 50 | 4. Open a command prompt (Windows) or terminal (macOS and Linux) on your computer. 51 | 5. Navigate to the location where you extracted the platform-tools. 52 | 6. Enter the following command to check if your device is connected and detected by ADB: 53 | ``` 54 | adb devices 55 | ``` 56 | > [!Important] 57 | > If your device is listed, proceed to the next step. If not, make sure your device is connected properly and that USB debugging is enabled in the developer options. 58 | 7. Now, reboot your device into Fastboot Mode using the following command: 59 | ``` 60 | adb reboot bootloader 61 | ``` 62 | 63 | ### Step 3: Flash Recovery using Fastboot 64 | 1. Once your device is in Fastboot Mode, use the following command to check if Fastboot still detects your device: 65 | ``` 66 | fastboot devices 67 | ``` 68 | > [!Note] 69 | > - If your device is listed, you are ready to flash the TWRP Recovery. 70 | 2. Download the TWRP Recovery ZIP (`.img` file will be in zip) from the link provided in Step 1. 71 | 3. Place the downloaded TWRP Recovery image (`.img` file) in the same location as the platform-tools folder on your computer. 72 | 4. Now, flash the TWRP Recovery using the following command: 73 | ``` 74 | fastboot flash recovery recovery_file_name.img 75 | ``` 76 | > [!Important] 77 | > Replace `recovery_file_name.img` with the actual name of the TWRP Recovery image you downloaded if needed. 78 | 5. After flashing the recovery, use the following command to reboot your Recovery: 79 | ``` 80 | fastboot reboot recovery 81 | ``` 82 | 6. Your device will reboot with Recovery installed. 83 | 84 | ### Step 4: Wipe Data 85 | 1. In TWRP Recovery, use the touch screen or physical buttons to navigate. 86 | 2. Select "Wipe" from the main menu. 87 | 3. Wipe Data and Davlik & cache and then proceed to format data by typing yes. And reboot to recovery again. 88 | 89 | ### Step 5: Flash Project Elixir ROM 90 | 91 | **Retrofit Dynamic Partitions** `(v5.0 and above versions)` - Clean Flash 92 | ``` 93 | - Download the latest build (Need to clean flash if you are on Android 14) 94 | - Take a backup for safe side (If you are coming from Android 14 you need to do a clean flash) 95 | - Flash provided recovery Retrofit Supported Recovery from link [Same like step 3] 96 | - Boot to Retrofit Supported Recovery 97 | - Wipe Data by going to "Factory reset" section in recovery (only click Format data/factory reset) 98 | - Wipe only Dalvik,cache and data (Only these 3 if coming from dynamic) else wipe system too if coming from legacy 99 | - Flash or sideload the ROM zip and Format data 100 | - If you want to be decrypted and want to stay decrypted then flash DFE v5 101 | - Reboot System 102 | ``` 103 | 104 | **Retrofit Dynamic Partitions** `(v5.0 and above versions)` - Dirty Flash 105 | ``` 106 | - Boot to Retrofit Supported Recovery 107 | - Wipe only Dalvik/cache 108 | - Flash or sideload the ROM zip 109 | - If you are already decrypted then only flash DFE v5 else skip it 110 | - Reboot System 111 | ``` 112 | 113 | Decrypted to Decrypted `(Android 15 to Android 15)` 114 | ``` 115 | 1. Download the Latest Build 116 | 2. Boot to Android 15 recovery 117 | 3. Clear Dalvik and Cache in advance wipe 118 | 3. Flash ROM zip 119 | 4. Flash Fcrypt DFE v5 (Compulsory) 120 | 5. Reboot 121 | ``` 122 | > [!Warning] 123 | > **NOTE: All builds are now based on Retrofit Dynamic Partitions from v5.0 or above** 124 | 125 | > [!Important] 126 | > **May Required Files:** 127 | > * Retrofit Supported Recovery : [Tap Here for link](https://www.pling.com/p/1623145/) 128 | > * DFE v5.zip : [Tap Here for link](https://www.pling.com/p/1623145/) 129 | 130 | 131 | > [!Note] 132 | > **Notes specific to device build** 133 | > * Firmware and Gapps are already included in zip no need to flash additionally 134 | > * If you are coming from ports or HentaiOS you need to Format Data and flash latest firmware 135 | > * If you are coming from Android 12 or 13 to Android 15 then clean flash is compulsory and format data. 136 | > * If you are encrypted do format Data before flashing build to avoid bugs. 137 | 138 |
144 |
145 |