This is an app to get Xiaomi official recovery rom information. Use Kotlin Multiplatform + Compose Multiplatform. Android / Desktop(JVM) / iOS are fully supported. Web(Js/WasmJs) is also basically supported.
When obtaining the release version, system version suffix can be automatically completed using AUTO
.
For example: OS2.0.100.0.AUTO
/ V14.0.4.0.AUTO
.
When obtaining the other version, please enter the complete system version yourself.
For example: OS1.0.23.12.19.DEV
/ V14.0.23.5.8.DEV
.
Only supported MIUI9
and above versions. The most extreme case is: Redmi 1S (armani), MIUI9, Android4.4.
Only devices in the list of DeviceInfoHelper are supported use AUTO
to complete automatically, other devices still need to manually enter the full system version.
When you are not logged in with a Xiaomi account, you can use the miotaV3-v1 interface to obtain any detailed information of the Pubilc Release Version
of any model.
After logging in to your Xiaomi account, you will use the miotaV3-v2 interface to obtain detailed information about the Beta Release Version
or the Public Development Version
, corresponding to the internal test permissions you have.
- compose-imageloader with MIT License
- compose-multiplatform with Apache-2.0 license
- cryptography-kotlin with Apache-2.0 license
- haze with Apache-2.0 license
- ktor with Apache-2.0 license
- kotlinx.serialization with Apache-2.0 license
- miuix with Apache-2.0 license