|
| 1 | +{% include alerts/warning.html content="These instructions are NOT for carrier branded variants." %} |
| 2 | + |
| 3 | +There are three methods to get the required firmware: |
| 4 | + |
| 5 | +### If you are on the stock Realme UI (Android 14 version higher than 14.0.0.501(EX01)) with locked bootloader |
| 6 | + |
| 7 | +Method 1: |
| 8 | + |
| 9 | +1. Download the OTA downgrade package for your device: |
| 10 | + * Navigate to [Realme's forum](https://c.realme.com). |
| 11 | + * Go to your device's page by clicking **Product** option, followed by the device's name. |
| 12 | + * Click **Rollback Package for Name_of_the_device**. |
| 13 | + * Download and follow **How do I roll back to Android 13** section. |
| 14 | +2. Perform an OTA upgrade through system updater to Android 14 version 14.0.0.501 |
| 15 | + * Navigate to Settings > About device. |
| 16 | + * Tap on the Realme UI banner. |
| 17 | + * Tap install button. |
| 18 | + * Continue the steps untill you install the version 14.0.0.501. |
| 19 | + |
| 20 | +Method 2: |
| 21 | + |
| 22 | + {% include alerts/warning.html content="Follow this method only if the OTA downgrade package mentioned in Method 1 is not present for your variant" %} |
| 23 | +1. Unlock bootloader |
| 24 | +2. Download the following files from [here](https://download.lineageos.org/devices/oscar/builds) |
| 25 | + * boot.img |
| 26 | + * dtbo.img |
| 27 | + * vendor_boot.img |
| 28 | +3. Power off the device, and boot it into bootloader mode: |
| 29 | + * {{ device.download_boot }} |
| 30 | +4. Flash the downloaded image files to your device by typing: |
| 31 | + ``` |
| 32 | + fastboot flash boot boot.img |
| 33 | + fastboot flash dtbo dtbo.img |
| 34 | + fastboot flash vendor_boot vendor_boot.img |
| 35 | + ``` |
| 36 | +5. Follow the last method in this page with LineageOS recovery installed section to update to 14.0.0.501 firmware thereafter |
| 37 | + |
| 38 | +### If you are on the stock Realme UI (Android 12/13 version) with locked bootloader |
| 39 | + |
| 40 | +1. Perform an OTA upgrade through system updater to Android 14 version 14.0.0.501 |
| 41 | + * Navigate to Settings > About device. |
| 42 | + * Click on the Realme UI banner. |
| 43 | + * Tap install button. |
| 44 | + * Continue the steps untill you install the version 14.0.0.501. |
| 45 | + |
| 46 | +### If you already installed LineageOS recovery |
| 47 | + |
| 48 | +1. Download the required firmware from [here](https://github.com/Realme-SM6375-devs/firmware/releases) |
| 49 | +2. Extract the firmware zip |
| 50 | +3. Boot up LineageOS recovery |
| 51 | +4. Go to "Advanced" -> "Enter fastboot" |
| 52 | + {% include alerts/warning.html content="The \"Enter fastboot\" option may not be present on older LineageOS recovery builds and it cannot be substituted with \"Reboot to bootloader\"." %} |
| 53 | +5. Execute following commands: |
| 54 | + ``` |
| 55 | + {{- include.content -}} |
| 56 | + ``` |
0 commit comments