[Firmware] Xiaomi Redmi 9A/9AT [dandelion] [Auto updated!]

Search This thread

VD171

Senior Member
Jun 21, 2012
2,976
2
2,232
127.0.0.1
LG K10
Samsung Galaxy J7
Check the updater script of any of their ROMs / Firmware, you will see that both are dandelion.
NO.
You and your script are wrong.
Codename for Redmi10a is not Dandelion, but Dandelion_C3L2.
I am not a grammar teacher, but I know perfectly that Dandelion != Dandelion_C3L2, otherwise the expression would not have "C3L2" to differentiate.
When I asked if Dandelion and Dandelion_C3L2 are compatible, you replied "I don't think so."
Now, I'm saying, "Dandelion and Dandelion_C3L2 are NOT compatible."
I don't think this, I'm sure of this.
I took the test for myself, and I didn't ask anyone to tell me the result.
Due to your misconception and your script, this error can cause catastrophic losses to users trying to install the ROM on the wrong device.
As soon as I installed the ROM for the Dandion_C3L2, the device crashed before the boot starts and the USERDATA WAS FULLY LOST.
If they are "same" why USERDATA WAS FULLY LOST ????
Please, moderators, do something! @shadowstep @Oswald Boelcke
As I said, I don't think they are NOT compatible, I'm totally sure.
 

VD171

Senior Member
Jun 21, 2012
2,976
2
2,232
127.0.0.1
LG K10
Samsung Galaxy J7
New MIUI Stable Firmware Release

  • Version: V12.5.7.0.RCZCNXM
  • Android: 11.0
  • Region: China
  • Filename: fw_dandelion_miui_DANDELIONC3L2_V12.5.7.0.RCZCNXM_804a77a15d_11.0.zip
  • Filesize: 40.5 MB
  • MD5:
    Code:
    57fb0c30892f0a8baa057014f818919f
  • Download: Here

Note: Older releases are available Here
Some people is saying Redmi9A and Redmi10A can share their ROMs.
But, they can NOT.

Everybody should avoid flashing the wrong ROM to your devices.

If you have a Redmi9A, flash DANDELION rom only
!!!!
If you have a Redmi10A, flash DANDELION_C3L2 rom only !!!!

If you mix them, you will have catastrophic losses as the FULL USERDATA !!!!

KEEP ATTENTION AND USE YOUR BRAIN !
 

yshalsager

Recognized Developer
Check the updater script of any of their ROMs / Firmware, you will see that both are dandelion.
I clearly stated that you can see the codename in the updater-script, here's the lines I meant in case you didn't manage to check:

China ROM:
Code:
getprop("ro.product.device") == "dandelion" || abort("E3004: This package is for \"dandelion\" devices; this is a \"" + getprop("ro.product.device") + "\".");

ui_print("Target: Redmi/dandelion_cn/dandelion:11/RP1A.200720.011/V12.5.7.0.RCZCNXM:user/release-keys");

TW ROM:
Code:
getprop("ro.product.device") == "dandelion" || abort("E3004: This package is for \"dandelion\" devices; this is a \"" + getprop("ro.product.device") + "\".");
ui_print("Target: Redmi/dandelion_global2/dandelion:11/RP1A.200720.011/V12.5.1.0.RCZTWXM:user/release-keys");

Global ROM:
Code:
getprop("ro.product.device") == "dandelion" || abort("E3004: This package is for \"dandelion\" devices; this is a \"" + getprop("ro.product.device") + "\".");
ui_print("Target: Redmi/dandelion_global2/dandelion:11/RP1A.200720.011/V12.5.5.0.RCZMIXM:user/release-keys");

NO.
You and your script are wrong.
Codename for Redmi10a is not Dandelion, but Dandelion_C3L2.
I am not a grammar teacher, but I know perfectly that Dandelion != Dandelion_C3L2, otherwise the expression would not have "C3L2" to differentiate.
When I asked if Dandelion and Dandelion_C3L2 are compatible, you replied "I don't think so."
Now, I'm saying, "Dandelion and Dandelion_C3L2 are NOT compatible."
I don't think this, I'm sure of this.
I took the test for myself, and I didn't ask anyone to tell me the result.
Due to your misconception and your script, this error can cause catastrophic losses to users trying to install the ROM on the wrong device.
As soon as I installed the ROM for the Dandion_C3L2, the device crashed before the boot starts and the USERDATA WAS FULLY LOST.
If they are "same" why USERDATA WAS FULLY LOST ????
Please, moderators, do something! @shadowstep @Oswald Boelcke
As I said, I don't think they are NOT compatible, I'm totally sure.
I didn't say they are compatible, did I?
You asked, and I replied, "I am not sure"

My script is not wrong, because as you clearly see, both devices uses dandelion in updater-script assertion.
Some people is saying Redmi9A and Redmi10A can share their ROMs.
But, they can NOT.

Everybody should avoid flashing the wrong ROM to your devices.

If you have a Redmi9A, flash DANDELION rom only !!!!
If you have a Redmi10A, flash DANDELION_C3L2 rom only !!!!

If you mix them, you will have catastrophic losses as the FULL USERDATA !!!!

KEEP ATTENTION AND USE YOUR BRAIN !
Sure thing, I haven't told anyone to do so, and I have updated the first post to elaborate which files are for 9A and which are for 10A.
 

VD171

Senior Member
Jun 21, 2012
2,976
2
2,232
127.0.0.1
LG K10
Samsung Galaxy J7
I clearly stated that you can see the codename in the updater-script, here's the lines I meant in case you didn't manage to check:

China ROM:
Code:
getprop("ro.product.device") == "dandelion" || abort("E3004: This package is for \"dandelion\" devices; this is a \"" + getprop("ro.product.device") + "\".");

ui_print("Target: Redmi/dandelion_cn/dandelion:11/RP1A.200720.011/V12.5.7.0.RCZCNXM:user/release-keys");

TW ROM:
Code:
getprop("ro.product.device") == "dandelion" || abort("E3004: This package is for \"dandelion\" devices; this is a \"" + getprop("ro.product.device") + "\".");
ui_print("Target: Redmi/dandelion_global2/dandelion:11/RP1A.200720.011/V12.5.1.0.RCZTWXM:user/release-keys");

Global ROM:
Code:
getprop("ro.product.device") == "dandelion" || abort("E3004: This package is for \"dandelion\" devices; this is a \"" + getprop("ro.product.device") + "\".");
ui_print("Target: Redmi/dandelion_global2/dandelion:11/RP1A.200720.011/V12.5.5.0.RCZMIXM:user/release-keys");


I didn't say they are compatible, did I?
You asked, and I replied, "I am not sure"

My script is not wrong, because as you clearly see, both devices uses dandelion in updater-script assertion.

Sure thing, I haven't told anyone to do so, and I have updated the first post to elaborate which files are for 9A and which are for 10A.
What matters if it does not work on different device?
As I said, I made testing.
I didn't open a file and read the content.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    Xiaomi custom users face a problem with firmware updates. As there are many devices with no one to provide the newest firmware update every single release, and developers who provide updates to devices may forget or be busy sometimes, so releases are provided later. Here comes Xiaomi Firmware Updater project:


    Xiaomi Firmware Updater (Redmi 9A / 10A)



    jSIVrRy.png
    Code:
    #include
    /*
    * Your warranty is now void.
    *
    * I am not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this ROM
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at me for messing up your device, I will laugh at you.
    */


    What is Xiaomi Firmware Updater?
    A set of various scripts that automatically generates Xiaomi firmware flashable zip files for every MIUI new update! My scripts download MIUI official ROMs, both Developer and Stable, Global, EEA, India, and China, extract firmware either from the firmware-update folder or from update payload, generate firmware flashable zip with auto-written "updater-script", and uploads them automatically to multiple servers. These scripts are completely automated, running on a Linux server every X hours.

    Notes:
    Firmware filenames for this device are in the following manner:

    Redmi 9A/9AT/9i/9A Sport
    • fw_dandelion_miui_DANDELION_*.zip is Redmi 9A (dandelion) China firmware.
    • fw_dandelion_miui_DANDELIONGlobal_*.zip is Redmi 9A (dandelion) Global firmware.
    • fw_dandelion_miui_DANDELIONEEAGlobal_*.zip is Redmi 9A (dandelion) EEA Global firmware.
    • fw_dandelion_miui_DANDELIONINGlobal_*.zip is Redmi 9A (dandelion) India Global firmware.
    Redmi 10A
    • fw_dandelion_miui_DANDELIONC3L2_*.zip is Redmi 9A (dandelion) China firmware.
    • fw_dandelion_miui_DANDELIONC3L2Global_*.zip is Redmi 9A (dandelion) Global firmware.
    • fw_dandelion_miui_DANDELIONC3L2EEAGlobal_*.zip is Redmi 9A (dandelion) EEA Global firmware.
    • fw_dandelion_miui_DANDELIONC3L2INGlobal_*.zip is Redmi 9A (dandelion) India Global firmware.

    Downloads
    You can get updates always from various mirrors available on the website:

    Frequently Asked Questions:
    What is firmware? Is it a full ROM or OTA package?
    Firmware is not a ROM nor OTA Package, it's a set of low-level drivers which helps the operating system do whatever it wants to do. It includes various things like Modem, Bluetooth, Bootloader, DSP and etc.

    Why should I update the Firmware?
    Firmware is provided from Xiaomi directly, and there are no sources for it to let developers build and edit it on their own like custom ROMs, so if you want to keep your device up to date always update your firmware!

    Do I need to update the Firmware If I'm an MIUI official or a custom ROM user?
    No, MIUI ROMs contain the firmware-update package which I extract and provide here.

    What are the supported devices?
    All Snapdragon and MTK devices including China-only devices.
    Check the full devices list here

    How to update the firmware?
    1- Download the package you want to flash. IT MUST BE NAMED WITH THE SAME CODENAME OF YOUR DEVICE.
    2- Flash it using TWRP or any custom recovery. There's no need to wipe/format anything before or after the installation.

    How to check the updated firmware?
    Usually, the modem gets updated with newer firmware, you can check it in Settings > About > Baseband.

    Support or Contact:
    Having trouble with firmware files? You can open a new issue on the GitHub repository or just write here in a reply, and we’ll help you sort it out.

    Source Code:
    - GitHub
    - Main project thread

    Donations:
    A donation was never necessary, but It's making life easier for me and guarantees paying server costs. My works are free and open-source, that cost money, time, and many efforts.

    XiaomiFirmwareUpdater and MIUIUpdatesTracker scripts are automated, running on a Linux server. If you want these projects to continue and provide the best services to Xiaomi users, you can help me by donating using:
    1
    New MIUI Stable Firmware Release
    • Version: V12.0.19.0.QCDEUXM
    • Android: 10.0
    • Region: EEA
    • Filename: fw_dandelion_miui_DANDELIONEEAGlobal_V12.0.19.0.QCDEUXM_14cff4809a_10.0.zip
    • Filesize: 40.1 MB
    • MD5:
      Code:
      716c90821a7c8d2ad76969f673d1829f
    • Download: Here

    Note: Older releases are available Here
    1
    New MIUI Stable Firmware Release
    • Version: V12.5.5.0.RCDMIXM
    • Android: 11.0
    • Region: Global
    • Filename: fw_dandelion_miui_DANDELIONGlobal_V12.5.5.0.RCDMIXM_9818a1559e_11.0.zip
    • Filesize: 40.3 MB
    • MD5:
      Code:
      a2efb831618cc62bab9bc72ad30b0d90
    • Download: Here

    Note: Older releases are available Here
    1
    New MIUI Stable Firmware Release
    • Version: V12.0.24.0.QCDINXM
    • Android: 10.0
    • Region: India
    • Filename: fw_dandelion_miui_DANDELIONINGlobal_V12.0.24.0.QCDINXM_5ff1110d05_10.0.zip
    • Filesize: 40.1 MB
    • MD5:
      Code:
      577fd9d1e3cd040694be9ad731dd34e2
    • Download: Here

    Note: Older releases are available Here