[Firmware] POCO X3 NFC [surya/karna] [Auto updated!] - Xiaomi Poco X3 NFC ROMs, Kernels, Recoveries, & Ot

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 (POCO X3 NFC)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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:
fw_surya_miui_SURYAGlobal_*.zip is POCO X3 NFC (surya) Global firmware.
fw_surya_miui_SURYAEEAGlobal_*.zip is POCO X3 NFC (surya) EEA Global firmware.
fw_surya_miui_SURYAINGlobal_*.zip is POCO X3 NFC (surya) India Global firmware.
Downloads​You can get updates always from various mirrors available on the website:
Latest Firmware
Firmware Archive
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:
LiberaPay
Paypal
Patreon

Thanks for your work!
What's the difference between QJGEUXM (12.0.8) & RJGEUXM (12.0.6) of the global version?

wimstefan said:
Thanks for your work!
What's the difference between QJGEUXM (12.0.8) & RJGEUXM (12.0.6) of the global version?
Click to expand...
Click to collapse
Welcome. Unfortunately, the is no straight way to tell the difference between firmware versions. You can see if something got updated by checking the size or hash of old and new files. Another easy to notice clue is the baseband version of the modem that will be changed in about device screen after flashing.

wimstefan said:
Thanks for your work!
What's the difference between QJGEUXM (12.0.8) & RJGEUXM (12.0.6) of the global version?
Click to expand...
Click to collapse
About letters at start:
Q = Android 10
R = Android 11

That makes so much sense! Thank you

wimstefan said:
That makes so much sense! Thank you
Click to expand...
Click to collapse
Sorry! I didn't see your "senior member". xD

PandaEuropeu said:
Sorry! I didn't see your "senior member". xD
Click to expand...
Click to collapse
That doesn't mean a thing and doesn't make sense at all

wimstefan said:
That doesn't mean a thing and doesn't make sense at all
Click to expand...
Click to collapse
I agree. I have been with XDA over 3 years an it says 'senior member' for me too.
I am a forklift driver with minimal computer skills who likes to dabble lol.
I cannot even code lol. Let alone write roms lol.

PandaEuropeu said:
Sorry! I didn't see your "senior member". xD
Click to expand...
Click to collapse
I've been here 13 years and I've had the senior member tag forever

yshalsager said:
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 (POCO X3 NFC)
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:
fw_surya_miui_SURYAGlobal_*.zip is POCO X3 NFC (surya) Global firmware.
fw_surya_miui_SURYAEEAGlobal_*.zip is POCO X3 NFC (surya) EEA Global firmware.
fw_surya_miui_SURYAINGlobal_*.zip is POCO X3 NFC (surya) India Global firmware.
Downloads​You can get updates always from various mirrors available on the website:
Latest Firmware
Firmware Archive
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:
LiberaPay
Paypal
Patreon
Click to expand...
Click to collapse
Interesting post, thank you.
My Poco X3 NFC is running on miui_V12.0.8.0.QJGEUXM. As you will well know, this is based on Android 10. Looking for Android 11, the firmware to install is the following: miui_SURYAEEAGlobal_V12.0.6.0.RJGEUXM_246b1aa34f_11.0.zip
But if I try to do this via Updater, it simply reinstalls the first mentioned. I don´t have a clue on how to do my device a favor by updating it. Could you, or anyone for that matter, give me a clue?
Thanks in advance.
Le Papron

I purchased my device off Amazon and live in the states. So I assume it is the global variant. Is the eu Android 11 firmware compatible with my device? Model = M2007J20CG

LePapron said:
Interesting post, thank you.
My Poco X3 NFC is running on miui_V12.0.8.0.QJGEUXM. As you will well know, this is based on Android 10. Looking for Android 11, the firmware to install is the following: miui_SURYAEEAGlobal_V12.0.6.0.RJGEUXM_246b1aa34f_11.0.zip
But if I try to do this via Updater, it simply reinstalls the first mentioned. I don´t have a clue on how to do my device a favor by updating it. Could you, or anyone for that matter, give me a clue?
Thanks in advance.
Le Papron
Click to expand...
Click to collapse
First, this thread is for custom ROMs users. Please read the FAQ in the first post.
V12.0.6.0.RJGEUXM update is not released as full public update as for now, so you can't install it using updater.

yshalsager said:
First, this thread is for custom ROMs users. Please read the FAQ in the first post.
V12.0.6.0.RJGEUXM update is not released as full public update as for now, so you can't install it using updater.
Click to expand...
Click to collapse
Sorry, yet thanks. I´ll be patient.
LePapron.

New MIUI Stable Firmware Release​
Version: V12.0.7.0.RJGEUXM
Android: 11.0
Region: EEA
Filename: fw_surya_miui_SURYAEEAGlobal_V12.0.7.0.RJGEUXM_641da640cd_11.0.zip
Filesize: 78.1 MB
MD5:
Code:
08a5f3519a40859b2d06c8923720e4f0
Download: Here
Note: Older releases are available Here

How do I determine what variant my x3 nfc is? I don't want to flash the wrong firmware.

J-Mizzle said:
How do I determine what variant my x3 nfc is? I don't want to flash the wrong firmware.
Click to expand...
Click to collapse
POCO X3 NFC (surya - J20C) Models:
M2007J20CG: POCO X3 NFC Global
M2007J20CT: POCO X3 NFC Thailand
POCO X3 (karna - J20C) Models:
M2007J20CI: POCO X3 India
Since you have NFC version there's no need to worry about anything. Feel free to use any official/custom rom codenamed surya.

yshalsager said:
POCO X3 NFC (surya - J20C) Models:
M2007J20CG: POCO X3 NFC Global
M2007J20CT: POCO X3 NFC Thailand
POCO X3 (karna - J20C) Models:
M2007J20CI: POCO X3 India
Since you have NFC version there's no need to worry about anything. Feel free to use any official/custom rom codenamed surya.
Click to expand...
Click to collapse
I have the global CG. Will flashing the Android 11 firmware from the Europe region work for my device or will it cause problems?

J-Mizzle said:
I have the global CG. Will flashing the Android 11 firmware from the Europe region work for my device or will it cause problems?
Click to expand...
Click to collapse
It will work.

yshalsager said:
It will work.
Click to expand...
Click to collapse
Thank you
Wifi not working when flashing the Android 11 firmware. Back to Android 10 firmware for now.

yshalsager said:
Version: V12.0.7.0.RJGEUXM
Android: 11.0
Region: EEA
Filename: fw_surya_miui_SURYAEEAGlobal_V12.0.7.0.RJGEUXM_641da640cd_11.0.zip
Filesize: 78.1 MB
MD5:
Code:
08a5f3519a40859b2d06c8923720e4f0
Click to expand...
Click to collapse
i have karna (non-nfc) 6gb / 128gb. i'm now on octavi os v2.2. recovery is ofox v11.1_2 unofficial.
can i flash this firmware to get better performance overall? or, will it kill my device?

Related

[Firmware] Xiaomi Redmi 3 [IDO] [Auto updated weekly!]

All Xiaomi users suffer from a single problem, Firmware update. As there are many devices with no one to provide the newest firmware update every single release. And also developers who provide updates to devices may forget or be busy sometimes, so releases are provided later. Here is my simple solution:
Xiaomi Firmware Updater (Redmi 3)​​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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.
*/
A set of various script that automatically generates Xiaomi firmware flashable zip files every MIUI new update!
My scripts download MIUI official ROMs, both Developer and Stable, Global and China, extracts the firmware-update folder, generates firmware flashable zip with auto-written "updater-script", and uploads them automatically to many servers.
The scripts are completely automated, running on a Linux server every six hours.
Note:
Name's will be in the following manner:
fw_miui_HM3_*.zip is Xiaomi Redmi 3 (ido) China firmware
fw_miui_HM3Global_*.zip is Xiaomi Redmi 3 (ido) Global firmware
Downloads​You can get updates always from various mirrors avaliable on the website:
Stable ROMs Firmware
Developer ROMs Firmware
Older files are available here.
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 updating the Firmware If I'm MIUI official or custom ROM user?
No, MIUI ROMs contain the firmware-update package which I extract and provide here.
What are the supported devices?
All Snapdragon devices including China-only devices.
Check the full devices list here!
Why there are no MTK devices?
Because it doesn't have firmware-update package
How to update 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 Github repository or just write here in a reply, and I’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 Paypal
XDA:DevDB Information
[Firmware] Xiaomi Redmi 3 [IDO] [Auto updated weekly!], Tool/Utility for the Xiaomi Redmi 3
Contributors
yshalsager
Source Code: https://github.com/XiaomiFirmwareUpdater/
Version Information
Status: Stable
Created 2018-03-09
Last Updated 2019-04-01
MIUI Developer 8.3.8 ROM Firmware​You can get updates always from Basketbuild Or Androidfilehost:
Basketbuild:
Developer ROMs Firmware
Androidfilehost: (Mirror)
Developer ROMs Firmware
Hi
I flashed this firmware on my IDO on latest LineageOS 14.1 - 2018.03.08 and its working fine.
How can i check that's this firmware was installed corectly?
Are You aware about any improvement or changes in firmware?
Thanks and good work.
MIUI Developer 8.3.15 ROM Firmware​You can get updates always from Basketbuild Or Androidfilehost:
Basketbuild:
Developer ROMs Firmware
Androidfilehost: (Mirror)
Developer ROMs Firmware
yshalsager said:
MIUI Developer 8.3.15 ROM Firmware
You can get updates always from Basketbuild Or Androidfilehost:
Basketbuild:
Developer ROMs Firmware
Androidfilehost: (Mirror)
Developer ROMs Firmware
Click to expand...
Click to collapse
Do you can include global firmware?
Hamdilicious said:
Do you can include global firmware?
Click to expand...
Click to collapse
It's here
https://basketbuild.com/devs/yshalsager/Xiaomi-Firmware/Stable/V9
MIUI Stabe V9 ROM Firmware (20-03-2018)​V9.5 files released for many devices
You can get updates always from Basketbuild Or Androidfilehost:
Basketbuild:
Stable ROMs Firmware
Androidfilehost: (Mirror)
Stable ROMs Firmware
MIUI Developer 8.3.22 ROM Firmware​Finally, Xiaomi decided to update its website!
Sorry for this week delay, hope next one will be on time
You can get updates always from Basketbuild Or Androidfilehost:
Basketbuild:
Developer ROMs Firmware
Androidfilehost: (Mirror)
Developer ROMs Firmware
Sorry,
I'm in miui9.it rom.
Wich firmware i could install, and which benefits will be after this operation?
Tnx
Db
d_borghi said:
Sorry,
I'm in miui9.it rom.
Wich firmware i could install, and which benefits will be after this operation?
Tnx
Db
Click to expand...
Click to collapse
This is primarily intended to update your device's firmware while being on custom ROM.
Sent from my Redmi Note 4 using XDA Labs
MIUI Developer 8.3.29 ROM Firmware​You can get updates always from Basketbuild Or Androidfilehost:
Basketbuild:
Developer ROMs Firmware
Androidfilehost: (Mirror)
Developer ROMs Firmware
Seem so far is still V013 baseband for ido, IDK flashed latest Global Stable ROM via MiFlash and I've checked the baseband is revert to V012..
So i replace the firmware using the China one.
BTW thanks for your great contribution!
MIUI Stable V9 ROM Firmware (12-04-2018)​List of supported devices​Changes:
New file naming system, now you can find codenamed folder for each device!
You can get updates always from Basketbuild Or Androidfilehost:
Basketbuild:
Stable ROMs Firmware
Androidfilehost: (Mirror) [use new folders only!]
Stable ROMs Firmware
PS: older files can be found here
If you don't know, script has been updated to V2.5, adding codename based folders and zip files, new changelog feature (weekly only) and md5 check, changelog here
Also, we have Telegram Channel now! join us to get new updates as soon as it released!
https://t.me/XiaomiFirmwareUpdater
MIUI Developer 8.4.12 ROM Firmware​You can get updates always from Basketbuild Or Androidfilehost:
Basketbuild:
Developer ROMs Firmware
Androidfilehost: (Mirror)
Developer ROMs Firmware
MIUI Developer 8.4.19 ROM Firmware​Please check this post first, there's many changes happend in V3 and subscribe here
firmware changelogs are here: https://github.com/XiaomiFirmwareUpdater Check your device repo
You can get updates always from Basketbuild, Androidfilehost or Github :
Basketbuild:
Developer ROMs Firmware
Androidfilehost: (Mirror)
Developer ROMs Firmware
Github Releases: (Mirror)
Developer ROMs Firmware
MIUI Stable V9 ROM Firmware (22-04-2018)​List of supported devices​Note:
Stable script is still not upgraded to V3, so no changelogs, and no Github mirror.
You can get updates always from Basketbuild Or Androidfilehost:
Basketbuild:
Stable ROMs Firmware
Androidfilehost: (Mirror) [use codenamed new folders only!]
Stable ROMs Firmware
PS: older files can be found here
I can't flash it using TWRP
R3pro said:
I can't flash it using TWRP
Click to expand...
Click to collapse
What the recovery outputs?
Sent from my Redmi Note 4 using XDA Labs
MIUI Developer 8.4.26 ROM Firmware​Note: Starting from next week I'll stop using Basketbuild beacuse it's not stable since lastweek, instead I'll move to sourceforge.
Telegram Channel: Subscribe here
firmware changelogs are here: https://github.com/XiaomiFirmwareUpdater Check your device repo
You can get updates always from Sourceforge, Basketbuild, Androidfilehost or Github :
Sourceforge:
Developer ROMs Firmware
Basketbuild:
Developer ROMs Firmware
Androidfilehost: (Mirror)
Developer ROMs Firmware
Github Releases: (Mirror)
Developer ROMs Firmware
krasCGQ said:
What the recovery outputs?
Click to expand...
Click to collapse
it is like succesfully installed, but no change after rebooting. i still at the previous FW

[Firmware] Xiaomi Poco F1 [beryllium] [Auto updated daily!]

All Xiaomi users suffer from a single problem, Firmware update. As there are many devices with no one to provide the newest firmware update every single release. And also developers who provide updates to devices may forget or be busy sometimes, so releases are provided later. Here is my simple solution:
Xiaomi Firmware Updater (Poco F1)​​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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.
*/
A set of various script that automatically generates Xiaomi firmware flashable zip files every MIUI new update!
My scripts download MIUI official ROMs, both Developer and Stable, Global and China, extracts the firmware-update folder, generates firmware flashable zip with auto-written "updater-script", and uploads them automatically to many servers.
The scripts are completely automated, running on a Linux server every six hours.
Note:
Name's will be in the following manner:
fw_beryllium_miui_POCOF1Global_*.zip is Xiaomi Poco F1 (beryllium) Global firmware
Downloads​You can get updates always from various mirrors available on the website:
Latest Firmware
Firmware Archive
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 updating the Firmware If I'm MIUI official or 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 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 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:
- Paypal
- Pateron
- LiberaPay
XDA:DevDB Information
[Firmware] Xiaomi Poco F1 [beryllium] [Auto updated daily!], Tool/Utility for the Xiaomi Poco F1
Contributors
yshalsager
Source Code: https://github.com/XiaomiFirmwareUpdater
Version Information
Status: Stable
Current Stable Version: 5
Created 2018-10-16
Last Updated 2019-08-07
Telegram:
- XiaomiFirmwareUpdater
- MIUIUpdatesTracker
- XiaomiGeeks Group
Are you a wizard? This is AMAZING! thank you for this!
this is quite handy ! this gets a +1 from me
very nice
Pocophone v10 Stable is missing
Marian166 said:
Pocophone v10 Stable is missing
Click to expand...
Click to collapse
There's no miui 10 stable for poco yet :silly:
Not working. I'm on MIUI 10 8.9.20 and flashed the 8.10.11 firmware via twrp. It was successfully flashed and when i rebooted my poco it's still on old firmware.......
Pourush Sharan Bhargav said:
Not working. I'm on MIUI 10 8.9.20 and flashed the 8.10.11 firmware via twrp. It was successfully flashed and when i rebooted my poco it's still on old firmware.......
Click to expand...
Click to collapse
That means the baseband haven't changed
yshalsager said:
That means the baseband haven't changed
Click to expand...
Click to collapse
What does it mean??
Pourush Sharan Bhargav said:
What does it mean??
Click to expand...
Click to collapse
This means that in the new firmware the baseband is still the same as was in the previous version. In that case you would see the same baseband version.
Pourush Sharan Bhargav said:
What does it mean??
Click to expand...
Click to collapse
The modem hasn't been updated, it's not necessary for it to be updated with each release.
Pourush Sharan Bhargav said:
What does it mean??
Click to expand...
Click to collapse
Why do you think it is not working?
The only difference u can see is the baseband version. If it is still the same there was no update for the baseband.
Please mention in the forum's description about these types of changes possible without the baseband modification, so that anybody new here won't ask it again
Quick question. Does this work if I'm rooted? My phone downloaded the 9.6.25 update on its own but it's not able to update it.
It boots into TWRP if I click on update and then even If I try and flash it manually it doesn;t happen (apparently I'm not on the correct version or something).
dafreaking said:
Quick question. Does this work if I'm rooted? My phone downloaded the 9.6.25 update on its own but it's not able to update it.
It boots into TWRP if I click on update and then even If I try and flash it manually it doesn;t happen (apparently I'm not on the correct version or something).
Click to expand...
Click to collapse
No no. This is a firmware, it's not an ota package or full rom update.
yshalsager said:
No no. This is a firmware, it's not an ota package or full rom update.
Click to expand...
Click to collapse
So this is a Modem/Baseband firmware?
dafreaking said:
So this is a Modem/Baseband firmware?
Click to expand...
Click to collapse
It has more than just the modem.
I was waiting for this
Finally, Thankyou dev for such an amazing script.

[Firmware] Xiaomi Redmi Note 8 Pro [begonia] [Auto updated daily!]

All Xiaomi custom ROMs users complain from a single problem, which is the 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 my solution:
Xiaomi Firmware Updater (Redmi Note 8 Pro)​​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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.
*/
A set of various scripts that automatically generates Xiaomi firmware flashable zip files every MIUI new update!
My scripts download MIUI official ROMs, both Developer and Stable, Global, India, and China, extracts the firmware-update folder, generates firmware flashable zip with auto-written "updater-script", and uploads them automatically to many servers.
The scripts are completely automated, running on a Linux server every six hours.
Important:
These firmware packages contain files from MIUI which will conflict with anti-brick mode! Flash on your own risk.
Note:
File name's will be in the following manner:
fw_begonia_miui_BEGONIA_*.zip is Xiaomi Redmi Note 8 Pro (begonia) China firmware.
fw_begonia_miui_BEGONIAGlobal_*.zip is Xiaomi Redmi Note 8 Pro (begonia) Global firmware.
fw_begonia_miui_BEGONIAEEAGlobal_*.zip is Xiaomi Redmi Note 8 Pro (begonia) EEA Global firmware.
fw_begoniain_miui_BEGONIAININGlobal_*.zip is Xiaomi Redmi Note 8 Pro (begoniain) India firmware.
Downloads​You can get updates always from various mirrors available on the website:
Xiaomi Redmi Note 8 Pro Latest Firmware
Xiaomi Redmi Note 8 Pro Firmware Archive
Xiaomi Redmi Note 8 Pro (India) Latest Firmware
Xiaomi Redmi Note 8 Pro (India) Firmware Archive
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 that 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 updating the Firmware If I'm MIUI official or 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 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:
- LiberaPay
- Paypal
- Pateron
XDA:DevDB Information
[Firmware] Xiaomi Redmi Note 8 Pro [begonia] [Auto updated daily!], Tool/Utility for the Redmi Note 8 Pro
Contributors
yshalsager
Source Code: https://github.com/XiaomiFirmwareUpdater
Version Information
Status: Stable
Current Stable Version: 5
Created 2020-05-08
Last Updated 2020-06-04
New MIUI Developer Firmware Release​
Version: 20.5.7
Android: 10.0
Region: China
Filename: fw_begonia_miui_BEGONIA_20.5.7_8910768605_10.0.zip
Filesize: 51 MB
MD5:
Code:
1b184591a7dfbf96ebb5678b027afa15
Download: Here
Note: Older releases are available Here
Thanks a lot !
Simple question, I'm under miui 11 with Android 9... May I flash latest firmware but for Android 10 ?
ludwiglaisne said:
Thanks a lot !
Simple question, I'm under miui 11 with Android 9... May I flash latest firmware but for Android 10 ?
Click to expand...
Click to collapse
Don't flash firmware if you are using miui.
Thank you [emoji106]
Sent from my [device_name] using XDA-Developers Legacy app
Sorry,, but I'm just a bit confused about the firmware..... it sounds like kernel a lot... But I just don't understand if I actually know what it is...
And... should I flash this?... what are the perks?
btw.. I'm on cesium os android 10
Would appreciate some help...
Tifgick said:
Sorry,, but I'm just a bit confused about the firmware..... it sounds like kernel a lot... But I just don't understand if I actually know what it is...
And... should I flash this?... what are the perks?
btw.. I'm on cesium os android 10
Would appreciate some help...
Click to expand...
Click to collapse
Quoting the FAQ:
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 that 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 updating the Firmware If I'm MIUI official or custom ROM user?
No, MIUI ROMs contain the firmware-update package which I extract and provide here.
Click to expand...
Click to collapse
If you have any further questions feel free to ask
yshalsager said:
Quoting the FAQ:
If you have any further questions feel free to ask
Click to expand...
Click to collapse
That's the exact thing in op....
In any case.. I think I'm starting to understand..
BTW,,, I installed the firmware in cesium os.. Android 10... Installed the android 10 global latest stable...
And unfortunately,,,, bricked it.. Don't know what went wrong.. Did EXACTLY as instructed in op.....
New MIUI Developer Firmware Release​
Version: 20.5.14
Android: 10.0
Region: China
Filename: fw_begonia_miui_BEGONIA_20.5.14_0fd37e4f90_10.0.zip
Filesize: 51 MB
MD5:
Code:
8df7b0b86450915ee6949b3ff892d8e3
Download: Here
Note: Older releases are available Here
Tifgick said:
That's the exact thing in op....
In any case.. I think I'm starting to understand..
BTW,,, I installed the firmware in cesium os.. Android 10... Installed the android 10 global latest stable...
And unfortunately,,,, bricked it.. Don't know what went wrong.. Did EXACTLY as instructed in op.....
Click to expand...
Click to collapse
custom ROM aren't compatible with stock Android 10 ROM or firmware atm, this has been told several times
yshalsager said:
All Xiaomi custom ROMs users complain from a single problem, which is the firmware updates.
Click to expand...
Click to collapse
So.. this means the custom miui roms¿¿.... ????...... I apologise... That was careless of me to even think that it would be other than miui custom roms......
New MIUI Developer Firmware Release​
Version: 20.5.21
Android: 10.0
Region: China
Filename: fw_begonia_miui_BEGONIA_20.5.21_a088e4df1a_10.0.zip
Filesize: 53 MB
MD5:
Code:
3a7b6c87ffbd0adc7281dfde10087b19
Download: Here
Note: Older releases are available Here
New MIUI Stable Firmware Release​
Version: V11.0.3.0.QGGEUXM
Android: 10.0
Region: Europe
Filename: fw_begonia_miui_BEGONIAEEAGlobal_V11.0.3.0.QGGEUXM_c0509355af_10.0.zip
Filesize: 58 MB
MD5:
Code:
e514adf16fa1ad2fab76e3849db5f4f4
Download: Here
Note: Older releases are available Here
New MIUI Stable Firmware Release​
Version: V11.0.4.0.QGGMIXM
Android: 10.0
Region: Global
Filename: fw_begonia_miui_BEGONIAGlobal_V11.0.4.0.QGGMIXM_94d91b5c62_10.0.zip
Filesize: 58 MB
MD5:
Code:
501ea9c7af6f9c3b4fb07d2a20235e70
Download: Here
Note: Older releases are available Here
yshalsager said:
New MIUI Stable Firmware Release​
Version: V11.0.3.0.QGGEUXM
Android: 10.0
Region: Europe
Filename: fw_begonia_miui_BEGONIAEEAGlobal_V11.0.3.0.QGGEUXM_c0509355af_10.0.zip
Filesize: 58 MB
MD5:
Code:
e514adf16fa1ad2fab76e3849db5f4f4
Download: Here
Note: Older releases are available Here
Click to expand...
Click to collapse
security updates only
New MIUI Developer Firmware Release​
Version: 20.5.28
Android: 10.0
Region: China
Filename: fw_begonia_miui_BEGONIA_20.5.28_356c5fc0e2_10.0.zip
Filesize: 53 MB
MD5:
Code:
eefff14efe289fdbe24e278bf3fc95db
Download: Here
Note: Older releases are available Here
New MIUI Stable Firmware Release​
Version: V11.0.3.0.QGGCNXM
Android: 10.0
Region: China
Filename: fw_begonia_miui_BEGONIA_V11.0.3.0.QGGCNXM_b656ebe642_10.0.zip
Filesize: 58 MB
MD5:
Code:
7e218a4ce7f89f7177f5f88a4d62c82f
Download: Here
Note: Older releases are available Here
What is this exactly for? Sorry but your explanation its kindof confusing... and im somewhat avid at figuring stuff by myself
xM45T3R said:
What is this exactly for? Sorry but your explanation its kindof confusing... and im somewhat avid at figuring stuff by myself
Click to expand...
Click to collapse
Firmware package includes various things like Modem, Bluetooth, Bootloader, DSP, and other low-level drivers which helps the operating system controlling the hardware. This project offers the extracted firmware from official updates to custom ROMs users to update it easily without having to flash the complete official ROM every time they want to update the firmware.
New MIUI Developer Firmware Release​
Version: 20.6.4
Android: 10.0
Region: China
Filename: fw_begonia_miui_BEGONIA_20.6.4_d6298077f7_10.0.zip
Filesize: 53 MB
MD5:
Code:
2727b178ff9e60ea68aa7343e4c32b87
Download: Here
Note: Older releases are available Here

[Firmware] Xiaomi Redmi 9 / Redmi 9 Prime [lancelot] [Auto updated!]

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 9 / Redmi 9 Prime)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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:
fw_lancelot_miui_LANCELOT_*.zip is Redmi 9 (lancelot) China firmware.
fw_lancelot_miui_LANCELOTGlobal_*.zip is Redmi 9 (lancelot) Global firmware.
fw_lancelot_miui_LANCELOTEEAGlobal_*.zip is Redmi 9 (lancelot) EEA Global firmware.
fw_lancelot_miui_LANCELOTINGlobal_*.zip is Redmi 9 Prime (lancelot) India Global firmware.
Downloads​You can get updates always from various mirrors available on the website:
Latest Firmware
Firmware Archive
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:
LiberaPay
Paypal
Patreon
Congratulations for very good work !
Thank you very much
Wtf,awesome tool and a great idea,big thanx and respect for your work,very cool.!!!!Cheers!!!!
Here, we can find download links for extracted VENDORs too:
Latest: https://xiaomifirmwareupdater.com/vendor/lancelot/
Archive: https://xiaomifirmwareupdater.com/archive/vendor/lancelot/
New MIUI Stable Firmware Release​
Version: V12.0.4.0.QJCMIXM
Android: 10.0
Region: Global
Filename: fw_lancelot_miui_LANCELOTGlobal_V12.0.4.0.QJCMIXM_83136e8623_10.0.zip
Filesize: 41.8 MB
MD5:
Code:
6f0a4f6a69473b64d20bf07ec793ddf1
Download: Here
Note: Older releases are available Here
I have the Redmi 9 TWRP 3.4.2b-1213
Updater process ended with ERROR: 7
Error installing zip Lancelot global V12 blabla
failed to mount system root (no such file or directory)
failed to mount vendor (no such file or directory)
failed to mount product (invalid argument)
My boot is now deleted
VD171 said:
Here, we can find download links for extracted VENDORs too:
Latest: https://xiaomifirmwareupdater.com/vendor/lancelot/
Archive: https://xiaomifirmwareupdater.com/archive/vendor/lancelot/
Click to expand...
Click to collapse
No it is not pure vendor it has fw file also...
yshalsager said:
New MIUI Stable Firmware Release​
Version: V12.0.4.0.QJCMIXM
Android: 10.0
Region: Global
Filename: fw_lancelot_miui_LANCELOTGlobal_V12.0.4.0.QJCMIXM_83136e8623_10.0.zip
Filesize: 41.8 MB
MD5:
Code:
6f0a4f6a69473b64d20bf07ec793ddf1
Download: Here
Note: Older releases are available Here
Click to expand...
Click to collapse
Look the image...it is the updater-script text view...
You can sec that it patch dynamic partition and it must not right ..if anyone flash it he lost system, vendor and product...and must be his device stuck...
Look dynamic-partition-op-list in text view..
So you must edit this (updater-script) file... And delete 12-29 line to avoid this problem...
Tnx for understanding....
So, someone have any Idea how to repair this problem ? I can still access the TWRP, but it doesn't matter what I try to flash, it always end with "failed to mount /Vendor (invalid argument)"
It's like the /Vendor partition was deleted
Just look above
So, if anyone has the same problem, I"ll just write down here what I did to solve it.
Basically, messing with a bad flash of the firmware will mess up some partitions, and no matter what you try to flash from recovery, it won't work because the recovery software cannot find the /vendor partition.
You have to flash through fastboot a stock ROM and then redo everything, aka install TWRP again, a ROM and root.
The thing is, a tons of links claim to be "fastboot stock ROM" but when you try to flash them with Mi flash tool or whatever they never find the right batch file, and I spend hours trying to figure out what batch file and what stock ROM I need.
So here how I will save your time : Download this :
Xiaomi Fastboot Tools
You may need to install some JAVA stuff and I don't quite remember which version of it, but when it works, it's the easiest tool ever. It will give you a link for a (real) stock ROM with all the images you need depending of your device (automatically detected if you are not quite sure) and flash it for you on the bootloader
rouvenster said:
So, someone have any Idea how to repair this problem ? I can still access the TWRP, but it doesn't matter what I try to flash, it always end with "failed to mount /Vendor (invalid argument)"
It's like the /Vendor partition was deleted
Click to expand...
Click to collapse
Extract fw zip file and find updater-script file(find it in path /META-INF/com/google/android/)
.then open it as text file and delete line 12-29..save the file..pack the fw as zip again..flash it....boom...now it work...
Shas45558 said:
View attachment 5281619
Look the image...it is the updater-script text view...
You can sec that it patch dynamic partition and it must not right ..if anyone flash it he lost system, vendor and product...and must be his device stuck...
Look dynamic-partition-op-list in text view..
View attachment 5281621
So you must edit this (updater-script) file... And delete 12-29 line to avoid this problem...
Tnx for understanding....
Click to expand...
Click to collapse
Thanks for reporting!
I have updated Flashable Firmware Creator tool. Newer firmware files will exclude dynamic_partitions_op_list and fw+vendor packages will have a modified version of dynamic_partitions_op_list with update vendor line only.
I will re-upload all recent versions of released firmware files.
Shas45558 said:
Extract fw zip file and find updater-script file(find it in path /META-INF/com/google/android/)
.then open it as text file and delete line 12-29..save the file..pack the fw as zip again..flash it....boom...now it work...
Click to expand...
Click to collapse
Yeah boom it works if you do it before but boom it doesn't work if it has already messed up my partitions. As I said I wasn't able to flash anything at all that looked for /vendor (couldn't even wipe dalvik and cache)
yshalsager said:
Thanks for reporting!
I have updated Flashable Firmware Creator tool. Newer firmware files will exclude dynamic_partitions_op_list and fw+vendor packages will have a modified version of dynamic_partitions_op_list with update vendor line only.
I will re-upload all recent versions of released firmware files.
Click to expand...
Click to collapse
Tnx a lot bro...i am so happy..
Need 4 option...
1.only vendor
2.only fw
3.fw+vendor
4.fw less rom
Because many people want just updated vendor not to update fw
rouvenster said:
Yeah boom it works if you do it before but boom it doesn't work if it has already messed up my partitions. As I said I wasn't able to flash anything at all that looked for /vendor (couldn't even wipe dalvik and cache)
Click to expand...
Click to collapse
Ok if your twrp recovery work then go below post just download and flash it..boom your device work again...tnx
Thread 'Twrp flashable stock rom for Lancelot' https://forum.xda-developers.com/t/twrp-flashable-stock-rom-for-lancelot.4262477/
New MIUI Stable Firmware Release​
Version: V12.0.1.0.RJCCNXM
Android: 11.0
Region: China
Filename: fw_lancelot_miui_LANCELOT_V12.0.1.0.RJCCNXM_802db7e020_11.0.zip
Filesize: 40.4 MB
MD5:
Code:
fc0b4f134ef38387f75f2d19e34b9cd4
Download: Here
Note: Older releases are available Here
how do you install this if youre not on the beta program
yshalsager said:
New MIUI Stable Firmware Release​
Version: V12.0.1.0.RJCCNXM
Android: 11.0
Region: China
Filename: fw_lancelot_miui_LANCELOT_V12.0.1.0.RJCCNXM_802db7e020_11.0.zip
Filesize: 40.4 MB
MD5:
Code:
fc0b4f134ef38387f75f2d19e34b9cd4
Download: Here
Note: Older releases are available Here
Click to expand...
Click to collapse
itthis
Hi all! need call record on the redmi 9 global, can flash "prime india" rom for enable this feature? thanks.
PD. Or any know any method to enable this?
Tmi313 said:
how do you install this if youre not on the beta program
itthis
Click to expand...
Click to collapse
I have installed it. However, I can't add gaaps. The gaaps installer works. I was not able to start Google Play Store or login to google account.

Development [Firmware] Xiaomi Pad 5 Pro 5G [enuma] [Auto updated!]

Xiaomi custom ROMs 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 (Xiaomi Pad 5 Pro 5G)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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:
fw_enuma_miui_ZEUS_*.zip is Xiaomi Pad 5 Pro 5G (enuma) China firmware.
Downloads​You can get updates always from various mirrors available on the website:
Latest Firmware
Firmware Archive
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 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:
LiberaPay
Paypal
Patreon
Xiaomi taking their time trying to get android 12 ready for this pad 5 pro.
Even my 2.5 year old Oppo find X2 pro got android 12 already.
The bug must have been so bad for them to shelve the update.
mickfitz said:
Xiaomi taking their time trying to get android 12 ready for this pad 5 pro.
Even my 2.5 year old Oppo find X2 pro got android 12 already.
The bug must have been so bad for them to shelve the update.
Click to expand...
Click to collapse
Meanwhile android 13 Developer Beta is available, so they might skip 12 and go to 13 directly.
New MIUI Stable Firmware Release​
Version: V13.0.6.0.RKZCNXM
Android: 11.0
Region: China
Filename: fw_enuma_miui_ENUMA_V13.0.6.0.RKZCNXM_4313a27680_11.0.zip
Filesize: 140.0 MB
MD5:
Code:
d830f057023fc34ba5936dea75f413ed
Download: Here
Note: Older releases are available Here
Can I use a magisk for flashing fw_enuma_miui_ENUMA_V13.0.6.0.RKZCNXM_4313a27680_11.0.zip ?
I already know, can't use magic.
Can anyone explain to me what tool i can flash it ?
Unfortunately, I have not found twrp recovery for xiaomi pad 5 pro 5G.
Best wishes
osk.
yshalsager said:
Xiaomi custom ROMs 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
Click to expand...
Click to collapse
So what kind of languages does this ROM support? Only Chinese and English?
Thystle said:
So what kind of languages does this ROM support? Only Chinese and English?
Click to expand...
Click to collapse
This isn't a rom. It's a firmware package. Please read the FAQ.
New MIUI Stable Firmware Release​
Version: V13.1.4.0.SKZCNXM
Android: 12.0
Region: China
Filename: fw_enuma_miui_ENUMA_V13.1.4.0.SKZCNXM_9ca06e5bf2_12.0.zip
Filesize: 140.3 MB
MD5:
Code:
701724446978cff926a42790ca99b11a
Download: Here
Note: Older releases are available Here
New MIUI Stable Firmware Release​
Version: V14.0.1.0.TKZCNXM
Android: 13.0
Region: China
Filename: fw_enuma_miui_ENUMA_V14.0.1.0.TKZCNXM_e103bafd31_13.0.zip
Filesize: 140.6 MB
MD5:
Code:
563297f3b2cc0d3932a3011751b66d7e
Download: Here
Note: Older releases are available Here
Love this device but I downgraded to find a nasty documentsui bug
New MIUI Stable Firmware Release​
Version: V14.0.23.4.25.DEV
Android: 13.0
Region: China
Filename: fw_enuma_miui_ENUMA_V14.0.23.4.25.DEV_0c01466683_13.0.zip
Filesize: 140.6 MB
MD5:
Code:
b5b76e7274c266111543d6fcb4b65ad9
Download: Here
Note: Older releases are available Here
New MIUI Stable Firmware Release​
Version: V14.0.3.0.TKZCNXM
Android: 13.0
Region: China
Filename: fw_enuma_miui_ENUMA_V14.0.3.0.TKZCNXM_1b4962b20d_13.0.zip
Filesize: 140.6 MB
MD5:
Code:
30f4de41b6dc0fb9df8f56e44c62f012
Download: Here
Note: Older releases are available Here

Categories

Resources