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

Status
Not open for further replies.
Search This thread

yshalsager

Recognized Developer
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)
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.
*/

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:
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 :p
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
 

bartekm01

Senior Member
Sep 3, 2017
95
44
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.
 
Last edited:

d_borghi

Senior Member
Mar 3, 2012
163
3
Sorry,
I'm in miui9.it rom.
Wich firmware i could install, and which benefits will be after this operation?
Tnx
Db
 

gloeyisk

Senior Member
Jun 17, 2017
675
1,188
30
Cimahi
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!
 

yshalsager

Recognized Developer
MIUI Stable V9 ROM Firmware (12-04-2018)
Changes:
  • New file naming system, now you can find codenamed folder for each device!
You can get updates always from Basketbuild Or Androidfilehost:
Basketbuild:
Androidfilehost: (Mirror) [use new folders only!]
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
 

yshalsager

Recognized Developer

yshalsager

Recognized Developer
MIUI Stable V9 ROM Firmware (22-04-2018)
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:
Androidfilehost: (Mirror) [use codenamed new folders only!]
PS: older files can be found here
 

yshalsager

Recognized Developer
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 :D :

Sourceforge:
Basketbuild:
Androidfilehost: (Mirror)
Github Releases: (Mirror)
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    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)
    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.
    */

    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:
    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 :p
    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
    2
    XiaomiFirmwareUpdater first anniversary!
    An important announcement regarding the project.
    1
    MIUI Developer 8.3.8 ROM Firmware
    You can get updates always from Basketbuild Or Androidfilehost:

    Basketbuild:
    Androidfilehost: (Mirror)
    1
    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:
    Androidfilehost: (Mirror)