Initial commit - optimised for GitHub

This commit is contained in:
Saki 2018-11-21 18:22:28 +01:00
parent 14ba1aecdf
commit aca91a5956
65 changed files with 6691 additions and 0 deletions

86
README.md Normal file
View File

@ -0,0 +1,86 @@
# Xiaomi Wiki
## Knowledge base
* [Tips & tricks](docs/tipsandtricks.md)
* [Recommended resellers](docs/resellers.md)
* [Recent Xiaomi devices ranked by LTE coverage](docs/ltecoverage.md)
* [Regional names of Xiaomi devices](docs/names.md)
* [Regional versions of Xiaomi devices](docs/versions.md)
* [List of wired Xiaomi earphones](docs/earphones.md)
* [Verify the authenticity of Xiaomi products](docs/authentication.md)
---
* [MIUI explained](docs/miui.md)
* [Custom ROMs explained](docs/customroms.md)
* [Fastboot ROMs & Recovery ROMs explained](docs/fastbootrecovery.md)
* [Anti-Rollback Protection explained](docs/antirollback.md)
## Guides
[Tools for Xiaomi devices](docs/tools.md)
### Basic
* [Flash official ROMs](docs/flashofficial.md)
* [Uninstall system apps](docs/systemapps.md)
* [Disable ads in MIUI](docs/ads.md)
* [Optimise notifications on MIUI](docs/notifications.md)
* [Optimise the China ROM for use outside of China](docs/chinarom.md)
### Advanced
* [Unlock & lock the bootloader](docs/bootloader.md)
* [Flash TWRP & custom ROMs](docs/flashcustom.md)
* [Enable Camera2](docs/camera2.md)
* [Access EDL mode](docs/edl.md)
* [Fix sensor issues](docs/sensorissues.md)
## Specs
* [Black Shark Helo](docs/specs/blacksharkhelo.md)
* [Black Shark](docs/specs/blackshark.md)
* [POCOPHONE F1](docs/specs/pocophonef1.md)
* [Mi MIX 3](docs/specs/mimix3.md)
* [Mi MIX 2S](docs/specs/mimix2s.md)
* [Mi MIX 2](docs/specs/mimix2.md)
* [Mi MIX](docs/specs/Mmimix.md)
* [Mi Note 3](docs/specs/minote3.md)
* [Mi Note 2](docs/specs/minote2.md)
* [Mi Max 3](docs/specs/mimax3.md)
* [Mi Max 2](docs/specs/mimax2.md)
* [Mi A2](docs/specs/mia2.md)
* [Mi A2 Lite](docs/specs/mia2.md)
* [Mi A1](docs/specs/mia1.md)
* [Mi 8 Pro](docs/specs/mi8pro.md)
* [Mi 8 Lite](docs/specs/mi8lite.md)
* [Mi 8](docs/specs/mi8.md)
* [Mi 8 Explorer Edition](docs/specs/mi8ee.md)
* [Mi 8 SE](docs/specs/mi8se.md)
* [Mi 6X](docs/specs/mi6x.md)
* [Mi 6](docs/specs/mi6.md)
* [Mi 5X](docs/specs/mi5x.md)
* [Mi 5c](docs/specs/mi5c.md)
* [Mi 5s](docs/specs/mi5s.md)
* [Mi 5s Plus](docs/specs/mi5splus.md)
* [Mi 5](docs/specs/mi5.md)
* [Redmi Note 6 Pro](docs/specs/redminote6pro.md)
* [Redmi Note 5](docs/specs/redminote5.md)
* [Redmi Note 5A](docs/specs/redminote5a.md)
* [Redmi Note 5A Prime](docs/specs/redminote5aprime.md)
* [Redmi Note 4 (SD)](docs/specs/redminote4sd.md)
* [Redmi Note 4 (MTK)](docs/specs/redminote4mtk.md)
* [Redmi S2](docs/specs/redmis2.md)
* [Redmi 6](docs/specs/redmi6.md)
* [Redmi 6 Pro](docs/specs/redmi6pro.md)
* [Redmi 6A](docs/specs/redmi6a.md)
* [Redmi 5](docs/specs/redmi5.md)
* [Redmi 5 Plus](docs/specs/redmi5plus.md)
* [Redmi 5A](docs/specs/redmi5a.md)
---
* [Mi Pad 4](docs/specs/mipad4.md)
* [Mi Pad 4 Plus](docs/specs/mipad4plus.md)
* [Mi Pad 3](docs/specs/mipad3.md)

23
docs/ads.md Normal file
View File

@ -0,0 +1,23 @@
## Disable ads in MIUI
Advertising is an integral part of Xiaomis internet services, a key component in their business model and one of their sources of income. As such, MIUI and Mi apps contain ads by default which may appear in places where you wouldn't expect to see them, like in Settings. Thankfully, there are ways to get rid of them.
### Instructions
1. Uninstall MSA and every factory app you don't need or use.
Most factory apps cannot be uninstalled directly on the phone but you can use the [Xiaomi ADB/Fastboot Tools](systemapps.md) to remove them.
2. Go to the settings of remaining Mi apps and disable recommendations.
Example: Security > Settings > Receive recommendations
Example: File Manager > Settings > About > Recommendations
3. Go to Settings > Additional settings > Authorization & revocation and revoke authorization for all apps.
4. Go to Settings > Additional settings > Privacy > Ad services and disable personalized ad recommendations.
5. Go to Settings > Additional settings > Region and set it to a Western country.
Note: Setting an E.U. country will disable the Themes app.

33
docs/antirollback.md Normal file
View File

@ -0,0 +1,33 @@
## Anti-Rollback Protection explained
Anti-Rollback Protection (ARP) was introduced by Google in Android 8.0 Oreo and they made its implementation mandatory for devices launching with Android 9.0 Pie. ARP is a security countermeasure aiming to prevent devices from booting older, less-secure versions of Android. In Google's implementation, ARP is disabled if the bootloader is unlocked, whereas on Xiaomi devices it cannot be disabled once it's enabled by a ROM that implements it. Xiaomi likely made this decision to stop resellers from exploiting vulnerabilities found in older versions of MIUI.
### Checking if ARP is enabled
1. Download and launch the Xiaomi ADB/Fastboot Tools from [here](tools.md).
2. Connect the device to your computer and load it in Fastboot mode. The device info should appear in the application.
For details, see the instructions on GitHub.
If don't get any number for anti version, ARP isn't enabled. If you get a number, ARP is enabled.
### Anti version explained
Having an anti version means that you cannot flash whatever ROM you want, only ROMs that have an anti version equal to or higher than the device's.
* Flashing a ROM with an anti version higher than the device's will set it to the higher value.
* Flashing a ROM with an anti version equal to the device's won't change anything.
* Flashing a ROM with an anti version lower than the device's will result in a hard brick.
For now, only Fastboot ROMs check for anti version and act accordingly. They will abort without making any changes if the device's anti version is higher than its own.
Custom ROMs are unaffected by ARB and flashing them won't brick the device or change the anti version.
### ARP-enabled devices
* Mi 6X (wayne)
* Mi 8 (dipper)
* Mi Max 3 (nitrogen)
* Redmi 6 Pro (sakura)
* Redmi Note 5 (whyred)

25
docs/authentication.md Normal file
View File

@ -0,0 +1,25 @@
## Verify the authenticity of Xiaomi products
### Phones
Verify via IMEI and S/N [here](https://www.mi.com/global/verify/#/en/tab/imei).
* Note: Despite what the site says, the S/N can only be found on the code sticker which is on the back of the packaging box. If something is wrong, even if it's not the IMEI, the site will say that the IMEI is wrong, please keep that in mind.
### Audio products
Most of Xiaomi's audio products come with a unique QR code that verifies their authenticity by pointing to a verification website, but this website often comes up empty when accessed outside of China, so you need to fiddle with the URL to make it show the result.
The URL the QR code contains:
https://www.mi.com/verify/hsyz/?serial
The URL you should visit to get the result:
http://auth.1more.com/checkSN.html?c=serial&lag=en
*Note: 1MORE is a Chinese audio company in the Mi Ecosystem.*
### Everything else
Verify via security code [here](https://www.mi.com/global/verify/#/en/tab/secur).

51
docs/bootloader.md Normal file
View File

@ -0,0 +1,51 @@
## Unlock & lock the bootloader
Starting with the Redmi Note 3 MTK, Xiaomi decided to lock its devices' bootloaders. As such, recent devices come with locked bootloaders out of the box. A locked bootloader prevents the user from flashing things in fastboot mode, including flashing custom recovery modes and custom ROMs. Fastboot mode **is** the bootloader, so if it is locked, changes to the device cannot be made in this mode.
### Unlock MIUI devices
1. Go to Settings > Mi Account and log in with your Mi Account.
2. Go to Settings > About phone and tap MIUI version 7 times to enable developer options.
3. Go to Settings > Additional settings > Developer options > Mi Unlock status and add your Mi account and device.
**You will only be able to proceed if it's been more than 360 hours that you successfully added your account and device.**
**The waiting time on models manufactured before 2018 is 72 hours. On models manufactured in July 2018 or later, it is 720 hours. Currently there's no known way to bypass the waiting time.**
4. Download, extract and run [MiUnlock](tools.md).
5. Log in with your Mi account.
6. Enter fastboot mode on the device by holding Power and Vol- until the splash screen comes up, then connect it to your PC.
7. Follow the instructions that appear on-screen and unlock the bootloader.
**Note:** Unlocking the bootloader will result in a factory reset.
### Unlock Android One devices
1. Go to Settings > System > About phone and tap Build number 7 times to enable developer options.
2. Go to Settings > System > Developer options and enable OEM unlocking.
3. Download and launch the Xiaomi ADB/Fastboot Tools from [here](tools.md).
4. Connect the device to your computer and load it in Fastboot mode. The device info should appear in the application.
For details, see the instructions on GitHub.
5. On the Fastboot tab, in the OEM Unlocker module, click Unlock.
**Note:** Unlocking the bootloader will result in a factory reset.
### Locking and re-unlocking the bootloader
To lock the bootloader, the device has to be clean installed in Fastboot mode. For the instructions, see [this page](flashofficial.md).
Once a device has been unlocked, it can be locked and re-unlocked using the same account countless of times, anytime, on any official or custom ROM.
### Troubleshooting
If you keep getting an error message when trying to add your account and device in developer options, move to a Developer ROM. Instructions [here](flashofficial.md).

23
docs/camera2.md Normal file
View File

@ -0,0 +1,23 @@
## Enable Camera2
Some camera apps on Android, like the modded Google Camera, use Android's [Camera2 API](https://developer.android.com/reference/android/hardware/camera2/package-summary) but it's disabled on Xiaomi devices by default (with the exception of the Mi 5s). If Camera2 is disabled, such apps (like GCam) don't work and crash on launch. Thankfully, TWRP lets you modify build.prop in ADB mode and thus enable Camera2.
### Instructions
**Requirements:** [TWRP](flashcustom.md)
1. Enter TWRP.
**If the device asks for decryption password**, input the PIN/password you use on your lock screen.
2. Keep the system read only, when asked.
3. Download and launch the Xiaomi ADB/Fastboot Tools from [here](tools.md).
4. Connect the device to your computer and load it in the app by clicking Menu > Check for device. The device info should appear in the application.
5. On the ADB tab, in the Camera2 module, enable camera2, as well as EIS if you want to.
6. If successful, reboot the device by clicking Reboot device to System in the top menu.
After successfully enabling Camera2, you can install a Google Camera port from [here](https://www.celsoazevedo.com/files/android/google-camera/). Be advised, however, that different versions work on different models and different ROMs so there's no universal option.

67
docs/chinarom.md Normal file
View File

@ -0,0 +1,67 @@
## Optimise the China ROM for use outside of China
There are a couple of Xiaomi devices that don't have official Global ROMs available. The best solution for these devices is installing the Xiaomi.eu ROM which is a debloated and optimised China ROM with Google Play, suitable for Western use. However, since it's a custom ROM, installing it requires an unlocked bootloader and TWRP. Unlocking the bootloader and flashing TWRP might be lengthy and annoying, so it's understandable if someone wants to keep using their device on the China ROM temporarily, or all the time because they aren't interested in flashing custom ROMs. Thankfully there are several ways to make the China ROM more pleasant to use for global users.
**For these purposes, the China Developer ROM is recommended.**
### Debloating the ROM
* Go to Settings > Installed apps and uninstall every app you can on the list.
Alternatively, tap Uninstall on the top, check all the apps and uninstall them.
* You can uninstall most other systems apps using the [Xiaomi ADB/Fastboot Tools](systemapps.md).
### Installing the Google Play Store
1. Go to Settings > Additional settings > Privacy and enable Unknown sources.
2. Launch the Mi App Store and search for "google". The Google Play Installer should come up as the only result.
3. Download, install and launch the installer.
4. Tap the big blue button to begin the installation process.
5. Install each module, always tap Done once a module has been installed successfully.
6. At the end, the big button turns red. Upon tapping it, the Google Play Store launches and you can set up your Google account.
### Setting app defaults
1. Go to Settings > Installed apps, tap on the three dots in the top-right corner and select Defaults.
2. Here set the defaults to apps you downloaded, where applicable.
### Making everything English
1. Install a keyboard (like Gboard or SwiftKey) and Google Text-to-speech from the Google Play Store.
2. Go to Settings > Additional settings > Languages & input.
3. Select Current Keyboard > Choose keyboards and enable your keyboard then disable Baidu IME and the Sogou Keyboard.
4. Set up your keyboard(s).
5. Select Spell checker and set it to Google's spell checker.
6. Select Text-to-speech output and set it to Google's own.
### Enabling Google location services for apps
Most apps from the Google Play Store use Google's location services which are not present on the China ROM and aren't activated when you install the Google Play Store.
1. Go to Settings > Additional settings > Privacy > Location and tap on **Device only** then on **High accuracy**. A pop-up will prompt you to enable Google's location services, enable it.
2. By tapping on Location access, you can also give access to every app you want to see your location.
### Syncing with your Google account
1. Go to Settings > Sync > Google and tap on More then Sync now.
### Giving the necessary permissions to Google services
1. Go to Settings > Permissions.
2. Select Autostart and disable autostart for Chinese applications.
3. Select Permissions and give **Google Play services**, the **Google Play Store** and the **Google Services Framework** the most permissions you can. Without some permissions, some Google apps won't work properly.

162
docs/custom.md Normal file
View File

@ -0,0 +1,162 @@
## Custom ROMs explained
### Reseller/vendor ROMs
Most Xiaomi devices, that are bought from unofficial sources, come with this type of ROM. They support many display languages and come with the Google Play Store, but often also with adware, spyware. These ROMs are unstable and unoptimised, because they are compiled from ROMs of other devices, so some things might not function properly and they might brick the device anytime. As such, **these ROMs are not safe to use** and it is highly recommended that you get rid of one as soon as possible. To do that, [flash your device in Fastboot mode](flashofficial.md).
**You have a reseller ROM if the following points apply:**
* The ROM has many European display languages available
* The ROM has Google apps pre-installed
* The letter code of the MIUI version has 'CN' or 'CL' in it **OR** the MIUI version number and letter code cannot be found on the [official download site](http://en.miui.com/download.html)
**When you update a reseller ROM to an official ROM, the following text may appear on the top of your screen:**
> Looks like the ROM installed on your device is unofficial. Contact your distributor to get help.
[The official forum's guide on identifying reseller ROMs](http://en.miui.com/thread-392159-1-1.html)
### [Xiaomi.eu](https://xiaomi.eu/)
This is the custom MIUI ROM most people prefer. It's an unofficial ROM based on the official China ROM, with wider language support (most European and some Asian languages), pre-installed Google services and most bloatware removed. Updates wise it's in sync with Chinese builds. Benefits over the official Global ROM (source: xiaomi.eu):
* Based on China Stable / Weekly builds (except HMNote3SE)
* Enabled search gesture (swipe up) on the desktop
* Enabled MiDrive in File Explorer
* Added landscape mode for SMS app
* Sunrise/Sunset in the weather app
* Google apps support integrated
* Importing theme from zhuti.xiaomi.com via ThemeManager
* No useless Chinese bloatware apps
* More free RAM due to less background processes
* Unified flat style app icons for both system and 3rd party apps (eg. Play Store icon flat too, unlike official global MIUI)
* Advanced menu with color icons (not just text like in official MIUI releases)
* No any Chinese character under the full system
* Mi Video, Mi Music, Mi Browser: No any useless Chinese content
* No possibility to re-lock bootloader accidentally with flash any xiaomi.eu release
* Added real 27 languages translation made by Official MIUI Fansites and MIUI Fans
* Added EU T9 dialer support
* Added charging sound switch
* Added Spell Checker switch
* Added Screen-OFF animation
* Optimized GPS settings for EU
* Optimized Battery consumption
* Optimized RAM consumption
* Added OIS auto-calibration for MI5
* Added 4k Video support for MI4C, MI4S, HMNote3Pro, HMNote3SE, HMNote4X
* Added 3D Touch to MI5S 3GB RAM version
* Added GSMalphabet into SMS app
* Added more icons grid layout 4x5, 4x6, 5x5, 5x6
* Added Toggles 5x3 layout
* SafetyNet passed (Google Pay)
* Play Store Certified
* Deodexed
* Added automated tasks
* Added game speed booster
* Added erase module (magic elimination) to Gallery photo edit options
* Fixed low volume sound via headphone
* Fixed Google assistant voice response issue
[Download](https://xiaomi.eu/community/link-forums/rom-downloads.73/)
### [LineageOS](https://www.lineageos.org/)
LineageOS is the world's most popular AOSP-based ROM, as well as one of the lightest, that serves as a basis for several custom ROMs. LineageOS is the official successor to CyanogenMod which got discontinued at the end of 2016.
**Officially supported devices:**
* Mi A1 (tissot)
* Mi 3/4 (cancro)
* Mi 4c (libra)
* Mi 5 (gemini)
* Mi 5s (capricorn)
* Mi 5s Plus (natrium)
* Mi 6 (sagit)
* Mi MIX (lithium)
* Mi MIX 2 (chiron)
* Mi Max (hydrogen)
* Mi Note 2 (scorpio)
* Redmi 1S (armani)
* Redmi 3 (ido)
* Redmi 3S/3X (land)
* Redmi Note 3 (kenzo)
* Redmi Note 4 (SD) (mido)
* Redmi Note 5 (whyred)
[Download](https://download.lineageos.org/)
### [Pixel Experience](https://download.pixelexperience.org/)
Pixel Experience is an AOSP-based ROM that comes with Google apps and Pixel-exclusive elements pre-installed. It aims to provide a Google Pixel-like experience.
**Officially supported devices:**
* Mi A1 (tissot)
* Mi 5 (gemini)
* Mi 5s (capricorn)
* Mi 6 (sagit)
* Mi Max 2 (oxygen)
* Mi MIX (lithium)
* Mi Note 2 (scorpio)
* Mi Note 3 (jason)
* POCO F1 (beryllium)
* Redmi 2 (wt88047)
* Redmi 3S/3X (land)
* Redmi 4X (santoni)
* Redmi 5 Plus (vince)
* Redmi 5A (riva)
* Redmi Note 3 (kenzo)
* Redmi Note 4 (SD) (mido)
* Redmi Note 5 (whyred)
[Download](https://download.pixelexperience.org/)
### [Resurrection Remix](http://www.resurrectionremix.com/)
RR is a fork of LineageOS that provides tons of customisation and personalisation options but also aims at stability and security.
**Officially supported devices:**
* Mi A1 (tissot)
* Mi 3/4 (cancro)
* Mi 5 (gemini)
* Mi 5s Plus (natrium)
* Mi 6 (sagit)
* Mi 8 SE (sirius)
* Mi Max (hydrogen)
* Mi Max Prime (helium)
* Mi Max 2 (oxygen)
* Redmi 3S/3X (land)
* Redmi 4A (rolex)
* Redmi 4X (santoni)
* Redmi 5 Plus (vince)
* Redmi Note 3 (kenzo)
* Redmi Note 4 (SD) (mido)
* Redmi Note 5 (whyred)
[Download](https://sourceforge.net/projects/resurrectionremix-oreo/files/)
### [AOSP Extended](https://www.aospextended.com/)
AEX's goal is similar to that of Resurrection Remix: providing a stock experience with tons of customisation options.
**Officially supported devices:**
* Mi A1 (tissot)
* Mi 3/4 (cancro)
* Mi 5s (capricorn)
* Mi 5s Plus (natrium)
* Mi 5X (tiffany)
* Mi 6X (wayne)
* Mi Max 2 (oxygen)
* Mi Note 2 (scorpio)
* Mi Note 3 (jason)
* Redmi 3S/3X (land)
* Redmi 4A (rolex)
* Redmi 4X (santoni)
* Redmi 5 Plus (vince)
* Redmi Note 3 (kenzo)
* Redmi Note 4 (SD) (mido)
* Redmi Note 5 (whyred)
[Download](https://downloads.aospextended.com/)

18
docs/earphones.md Normal file
View File

@ -0,0 +1,18 @@
## List of wired Xiaomi earphones
| English name | Chinese name | Aliases | Release date | MSRP |
|:---------------------------------:|:------------------------------:|:---------------------:|:--------------:|:------------:|
| Mi Noise Cancelling Earphones | 小米降噪耳机 | ANC 3.5mm | December 2017 | 299 CNY |
| Mi ANC & Type-C In-Ear Headphones | 小米降噪耳机Type-C版 | ANC Type-C | May 2017 | 299 CNY |
| Mi Dual Driver Earphones | 小米双单元半入耳式耳机 | Half In-Ear | March 2018 | 69 CNY |
| Mi Dual Driver Earphones (Type-C) | 小米双单元半入耳式耳机Type-C版 | - | September 2018 | 99 CNY |
| Mi In-Ear Headphones Pro 2 | 小米圈铁耳机2 | Hybrid 2 | May 2018 | 99 CNY |
| Mi In-Ear Headphones Pro HD | 小米圈铁耳机 Pro | Hybrid Pro (HD) | November 2016 | 149 CNY |
| Mi In-Ear Headphones Pro | 小米圈铁耳机 | Hybrid | November 2015 | Discontinued |
| Mi In-Ear Headphones 3 | 小米活塞耳机标准版 | Piston 3 | March 2015 | Discontinued |
| Mi In-Ear Headphones 2 | 小米活塞耳机 | Piston 2 | January 2014 | Discontinued |
| Mi In-Ear Headphones Basic 3 | 小米活塞耳机 清新版 | Piston Fresh/Basic | December 2016 | 29 CNY |
| Mi In-Ear Headphones Basic 2 | 小米活塞耳机基础版 | Piston Basic | March 2016 | Discontinued |
| Mi In-Ear Headphones Basic | 小米活塞耳机 炫彩版 | Piston Colorful/Basic | August 2015 | Discontinued |
| Mi In-Ear Headphones Youth | 小米活塞耳机青春版 | Piston Youth | - | Discontinued |
| Mi Piston Air | 小米胶囊耳机 | Capsule Earphones | May 2016 | Discontinued |

41
docs/edl.md Normal file
View File

@ -0,0 +1,41 @@
## Access EDL mode
EDL (Emergency Download) mode is used in Qualcomm-based devices for unbricking and flashing purposes. EDL mode bypasses the bootloader and MiFlash can interact with it. There are several ways to access EDL mode but they usually require the bootloader to be unlocked nonetheless.
**Note: EDL mode is not accessible on locked devices that were released after 2016.**
### ADB/Fastboot method
1. Download and launch the Xiaomi ADB/Fastboot Tools from [here](tools.md).
2. Connect the device to your computer and load it in ADB or Fastboot mode. the device info should appear in the application.
For details, see the instructions on GitHub.
3. Reboot the device to EDL mode by clicking Reboot device to EDL in the top menu.
4. Upon entering EDL mode, the phone's screen should turn blank and the notification LED might also be blinking.
To exit EDL mode, hold the Power button for about 10 seconds.
### Fastboot method for the Redmi Note 3 SD / Special Edition
1. Download and extract [this package](https://www.androidfilehost.com/?fid=24591000424940129) on your PC.
2. Enter fastboot mode by holding Power and Vol- at the same time. Wait until the Mi Bunny appears, then connect the device to the PC.
3. Run reboot.bat in the extracted package. A command prompt will appear. Press a key to reboot the device to EDL mode.
4. Upon entering EDL mode, the phone's screen should turn blank and the notification LED might also be blinking.
To exit EDL mode, hold the Power button for about 10 seconds.
### Recovery menu method for the Redmi 3/4 series
1. Enter the recovery menu by holding Power and Vol+ at the same time until recovery menu comes up.
2. In the recovery menu, select Download Mode.
3. Upon entering EDL mode, the phone's screen should turn blank and the notification LED might also be blinking.
To exit EDL mode, hold the Power button for about 10 seconds.

11
docs/fastbootrecovery.md Normal file
View File

@ -0,0 +1,11 @@
## Fastboot ROMs & Recovery ROMs explained
The ROM packages you can flash on your device come in two formats: **Fastboot ROMs** and **Recovery ROMs**.
**Fastboot ROMs** come in .tgz files, they're around 2GB in size, contain images for nearly all partitions and have flashing scripts for major desktop operating systems. Flashing a Fastboot ROM is very thorough, clean and flashes nearly all partitions on a device.
**Recovery ROMs** come in .zip files, they're lighter and contain images only for the most important partitions. Flashing a Recovery ROM isn't as clean as flashing a Fastboot ROM as it leaves many partitions untouched.
Official MIUI ROMs are available in the forms of [Fastboot ROMs](http://en.miui.com/a-234.html) and [Recovery ROMs](http://en.miui.com/download.html). Recovery ROMs can be flashed using MIUI itself or XiaomiADB, while Fastboot ROMs can be flashed using MiFlash or the Xiaomi ADB/Fastboot Tools and they also need an unlocked bootloader. More info [here](flashofficial.md).
Custom ROMs are available only in the form of Recovery ROMs and can only be flashed in TWRP. More info [here](flashcustom.md).

97
docs/flashcustom.md Normal file
View File

@ -0,0 +1,97 @@
## Flash TWRP & custom ROMs
TWRP is a custom recovery that replaces MiRecovery / the splash screen for the Mi PC Suite. A custom recovery mode gives the user more options to manage the device's system, more options to flash ROMs, wipe, or back up. A custom recovery, such as TWRP, is needed to flash ROMs, kernels, etc. or root.
### Use TWRP without flashing it
**Requirements:** [unlocked bootloader](bootloader.md)
1. Download and if needed, unzip the image file of the recovery that you want to flash. If a custom ROM requires a specific build of TWRP to be flashed, that is noted by the developer on XDA.
Devices are referred to by their codenames, if you don't know the codename of the device, see [this](https://i.imgur.com/Xsx69Qo.png).
[Official TWRP builds](https://twrp.me/Devices/)
[Unofficial TWRP builds](https://www.androidfilehost.com/?w=files&flid=50678)
2. Download and launch the Xiaomi ADB/Fastboot Tools from [here](tools.md).
3. Connect the device to your computer and load it in Fastboot mode. The device info should appear in the application.
For details, see the instructions on GitHub.
4. On the Fastboot tab, in the Flasher module browse for your recovery image, select the recovery partition and click Boot into image.
**If TWRP comes up in Chinese**, change the language by tapping the button on the right.
**If the device asks for decryption password**, input the PIN/password you use on your lock screen. If that doesn't work, format data in the Wipe menu, then reboot to TWRP.
5. When asked in TWRP, swipe to allow modifications and proceed with what you want to do in TWRP.
### Flash TWRP
**Requirements:** [unlocked bootloader](bootloader.md)
**Note:** These instructions don't apply to Android One devices.
1. Download and if needed, unzip the image file of the recovery that you want to flash. If a custom ROM requires a specific build of TWRP to be flashed, that is noted by the developer on XDA.
Devices are referred to by their codenames, if you don't know the codename of the device, see [this](https://i.imgur.com/Xsx69Qo.png).
[Official TWRP builds](https://twrp.me/Devices/)
[Unofficial TWRP builds](https://www.androidfilehost.com/?w=files&flid=50678)
2. Download and launch the Xiaomi ADB/Fastboot Tools from [here](tools.md).
3. Connect the device to your computer and load it in Fastboot mode. The device info should appear in the application.
For details, see the instructions on GitHub.
4. On the Fastboot tab, in the Flasher module check the autoboot option, then browse for your recovery image, select the recovery partition and click Flash image.
**Note:** If anti-rollback protection is enabled on the device, you have to disable the anti-rollback safeguard before flashing.
**If TWRP comes up in Chinese**, change the language by tapping the button on the right.
**If the device asks for decryption password**, input the PIN/password you use on your lock screen. If that doesn't work, format data in the Wipe menu, then reboot to TWRP.
5. When asked in TWRP, swipe to allow modifications and proceed with what you want to do in TWRP.
**Warning:** To use official MIUI with TWRP flashed, you have to disable dm-verity by flashing Magisk or Lazyflasher. Dm-verity causes MIUI to clear TWRP on boot and may also bootloop your device.
### Clean install in TWRP
1. Enter TWRP.
**If the device asks for decryption password**, ignore it, go to the Wipe menu, format data then reboot to TWRP.
**Note:** TWRP is MTP enabled so if you connect the device to a PC, the internal and external storages become accessible.
2. Connect the device to your PC and transfer everything you want to flash to the device's internal or external storage.
3. Go to Wipe > Advanced Wipe and wipe **Cache**, **Dalvik Cache** and **System**.
4. Afterwards, go to the Install menu, browse for the things you transferred to the device and flash them. Recommended order:
1. Flash the ROM.
2. Flash OpenGApps (optional).
3. Wipe **Data** in the Wipe menu.
4. Flash everything else (optional).
5. Wipe **Internal Storage** in the Wipe menu.
5. Once you're done with everything, reboot to the system.
### Update in TWRP
1. Enter TWRP.
**If the device asks for decryption password**, input the PIN/password you use on your lock screen. If that doesn't work, format data in the Wipe menu, then reboot to TWRP.
**Note:** TWRP is MTP enabled so if you connect the device to a PC, the internal and external storages become accessible.
2. Connect the device to your PC and transfer everything you want to flash to the device's internal or external storage.
3. Go to the Install menu, browse for the things you transferred to the device and flash them.
4. Once you're done flashing, wipe **Cache** and **Dalvik Cache**, then reboot to the system.

79
docs/flashofficial.md Normal file
View File

@ -0,0 +1,79 @@
## Flash official ROMs
### Flash Recovery ROMs using MIUI
1. Download the Recovery ROM you want to flash from [here](http://en.miui.com/download.html).
2. Use the device to download the ROM or connect it to your PC, enable MTP mode and transfer the downloaded ZIP to it.
3. Open the Updater app or go to Settings > About phone > System update and browse for the ZIP by tapping options > Choose update package.
4. Confirm your selection and install the ROM.
### Flash Recovery ROMs using XiaomiADB
1. Download and unzip XiaomiADB from [here](tools.md).
2. Download the Recovery ROM you want to flash from [here](http://en.miui.com/download.html).
3. Enter MiRecovery by holding power and volume up simultaneously for 5-10 seconds, then select the third option (Connect with MiAssistant / 连接小米助手).
4. Connect the device to your PC and open a command prompt in the unzipped folder by typing `cmd` into the address bar and hitting enter.
5. Type `xiaomiadb sideload_miui` into the command prompt, then drag and drop the downloaded ZIP on the command prompt window and hit Enter.
6. Wait until the installation finishes.
7. Disconnect the device and wait for it to boot in.
The first boot may take up to 15 minutes.
### Flash Fastboot ROMs using MiFlash
**Requirements:** [unlocked bootloader](bootloader.md)
1. Download the latest MiFlash from [here](tools.md) and install it if needed.
2. Download the Fastboot ROM you want to flash from [here](http://en.miui.com/a-234.html) and unzip it.
**Note:** You might get a single .tar file after unzipping which has to be unzipped again in order to get the necessary files.
3. Connect the device to your PC and enter fastboot mode by holding Power and Vol- simultaneously until the splash screen comes up.
4. Launch MiFlash and browse for the unzipped folder by clicking the Select button. Make sure the file path has no spaces in it, otherwise MiFlash won't see it.
5. Click Refresh in MiFlash and select a flashing option at the bottom of the window.
`clean all` to perform a clean install without locking the bootloader.
`save user data` to update. (No migration between China/Global or Stable/Developer!)
`clean all and lock` to perform a clean install and lock the bootloader.
6. Click Flash and wait until the flashing sequence finishes.
7. Disconnect the device and wait for it to boot in.
The first boot may take up to 15 minutes.
### Flash Fastboot ROMs using the Xiaomi ADB/Fastboot Tools
**Requirements:** [unlocked bootloader](bootloader.md)
1. Download the Xiaomi ADB/Fastboot Tools from [here](tools.md).
2. Connect the device to your computer and load it in Fastboot mode. The device info should appear in the application.
For details, see the instructions on GitHub.
3. On the Fastboot tab, in the ROM Downloader module, input the device's codename, select the branch you'd like to download and click Download ROM.
4. After the ROM's been downloaded, unzip it.
**Note:** You might get a single .tar file after unzipping which has to be unzipped again in order to get the necessary files.
5. On the Fastboot tab, in the Flasher module, select the unzipped ROM folder, choose an installation method and click Flash ROM.
6. Wait until the flashing sequence finishes, then disconnect the device and wait for it to boot in.
The first boot may take up to 15 minutes.

194
docs/ltecoverage.md Normal file
View File

@ -0,0 +1,194 @@
## Recent Xiaomi devices ranked by LTE coverage
### Tier 1
**Devices**
* Mi MIX 3 (256GB)
* Mi MIX 2S Exclusive / Global Version
* Mi MIX 2
* Mi Note 2 Global Edition
**Coverage by region**
* United States: Full
* Canada: Full
* Brazil: Full
* Hispanic America: Full
* Europe: Full
* Middle East: Full
* Africa: Full
* West & South Asia: Full
* Taiwan: Full
* Korea: Full
* Japan: Partial
* Southeast Asia: Full
* Oceania: Full
### Tier 2
**Devices**
* Mi MIX 3 (128GB)
* Mi MIX 2S Standard Edition
* Mi 8 Pro
* Mi 8
* Mi 8 Explorer Edition
**Coverage by region**
* United States: Partial
* Canada: Full
* Brazil: Full
* Hispanic America: Full
* Europe: Full
* Middle East: Full
* Africa: Full
* West & South Asia: Full
* Taiwan: Partial
* Korea: Full
* Japan: Partial
* Southeast Asia: Full
* Oceania: Partial
### Tier 3
**Devices**
* Black Shark Helo
* Mi Max 3
* Mi A2
* Mi A2 Lite
* Mi A1
* Mi 8 Lite Global Version
* Redmi Note 6 Pro
* Redmi Note 5 Global Version
* Redmi Note 5A Global Version
* Redmi Note 5A Prime Global Version
* Redmi S2 Global Version
* Redmi 6 Global Version
* Redmi 6A Global Version
* Redmi 5 Global Version
* Redmi 5 Plus Global Version
* Redmi 5A Global Version
**Coverage by region**
* United States: Partial
* Canada: Partial
* Brazil: Full
* Hispanic America: Partial
* Europe: Full
* Middle East: Full
* Africa: Full
* West & South Asia: Full
* Taiwan: Partial
* Korea: Full
* Japan: Partial
* Southeast Asia: Full
* Oceania: Partial
### Tier 4
**Devices**
* Black Shark
**Coverage by region**
* United States: Partial
* Canada: Partial
* Brazil: Full
* Hispanic America: Full
* Europe: Partial
* Middle East: Full
* Africa: Full
* West & South Asia: Full
* Taiwan: Partial
* Korea: Full
* Japan: Partial
* Southeast Asia: Full
* Oceania: Partial
### Tier 5
**Devices**
* POCOPHONE F1
**Coverage by region**
* United States: None
* Canada: Partial
* Brazil: Full
* Hispanic America: Partial
* Europe: Full
* Middle East: Full
* Africa: Full
* West & South Asia: Full
* Taiwan: Partial
* Korea: Full
* Japan: Partial
* Southeast Asia: Full
* Oceania: Partial
### Tier 6
**Devices**
* Mi Note 3
* Mi 8 Lite
* Mi 8 SE
* Mi 6X
* Mi 6
* Mi Max 2
* Redmi S2
* Redmi 6
* Redmi 6 Pro
* Redmi 6A
* Redmi 5
* Redmi 5 Plus
* Redmi Note 5
* Redmi Note 5A
* Redmi Note 5A Prime
* Redmi 5A
* Mi Pad 4
* Mi Pad 4 Plus
**Coverage by region**
* United States: None
* Canada: Partial
* Brazil: Full
* Hispanic America: None
* Europe: Partial
* Middle East: Full
* Africa: Full
* West & South Asia: Full
* Taiwan: Partial
* Korea: Full
* Japan: Partial
* Southeast Asia: Full
* Oceania: Partial
### Tier 7
**Devices**
* Mi Note 2
**Coverage by region**
* United States: None
* Canada: Partial
* Brazil: Full
* Hispanic America: None
* Europe: Partial
* Middle East: Full
* Africa: Full
* West & South Asia: Full
* Taiwan: Partial
* Korea: Partial
* Japan: Partial
* Southeast Asia: Partial
* Oceania: Partial

42
docs/miui.md Normal file
View File

@ -0,0 +1,42 @@
## MIUI explained
### About MIUI
MIUI is Xiaomi's own custom Android interface which runs on most of their devices by default. MIUI is also the second most widely available custom Android ROM in the world. It's getting updated weekly and the development is very community-oriented. All news, suggestions and feedback are posted and collected on the MIUI forums and the community does the testing as well. As a result, there are updates every week, containing bug fixes and new features. MIUI receives a major update once a year, in a similar fashion to Android. The design of the UI differs from Google's Material Design and resembles iOS to some degree.
[Comprehensive MIUI Review on XDA](http://www.xda-developers.com/going-over-to-the-dark-side-the-comprehensive-miui-review/)
[New to MIUI? Start here! - A post on Mi Community](http://c.mi.com/thread-313163-1-0.html)
**[Comparision table on Wikipedia](https://en.wikipedia.org/wiki/MIUI#Comparison_of_all_MIUI_variants)**
### Official branches
* **China Stable**
[Download](http://www.miui.com/download.html)
All Xiaomi devices that are bought in Mainland China come with this type of ROM out of the box. It has Chinese (Simplified and Traditional), Tibetan and English languages. It doesn't have Google Play Store or any Google services pre-installed because Google and its services are blocked in China. Instead, it has Baidu, Weibo and other Chinese counterpart apps and services.
* **China Developer/Beta**
[Download](http://www.miui.com/download.html)
It's the same as the China Stable ROM, but it's getting updated on a weekly basis and has the latest new features and updates of MIUI. Despite being called Developer/Beta, it's absolutely stable, suitable for daily use.
* **Global Stable**
[Download](http://en.miui.com/download.html)
All Xiaomi devices that aren't bought in Mainland China come with this type of ROM out of the box. It supports a lot of languages, it has the Google Play Store, Google services and some Google apps pre-installed, no Chinese apps here.
Global Stable ROMs pass SafetyNet and get Google Play Certification on a locked bootloader.
* **Global Developer/Beta**
[Download](http://en.miui.com/download.html)
It's the same as the Global Stable ROM, but it's getting updated on a weekly basis and has the latest new features and updates of MIUI. Despite being called Developer/Beta, it's absolutely stable, suitable for daily use.
Global Developer ROMs do not pass SafetyNet or get Google Play Certification, regardless of the status of the bootloader. That's their only drawback compared to Global Stable ROMs.

19
docs/names.md Normal file
View File

@ -0,0 +1,19 @@
## Regional names of Xiaomi devices
**Models that don't have regional names are not included.**
| Codename | Greater China | India | Rest of the market | Also known as |
|:---------:|:-------------------:|:----------------:|:-------------------:|:---------------------:|
| beryllium | - | POCO F1 | POCOPHONE F1 | - |
| nikel | Redmi Note 4 | - | - | Redmi Note 4 MTK |
| mido | Redmi Note 4X | Redmi Note 4 | Redmi Note 4 | Redmi Note 4 Qualcomm |
| santoni | Redmi 4X | Redmi 4 | Redmi 4X | - |
| ugglite | Redmi Note 5A | Redmi Y1 Lite | Redmi Note 5A | - |
| ugg | Redmi Note 5A Prime | Redmi Y1 | Redmi Note 5A Prime | - |
| vince | Redmi 5 Plus | Redmi Note 5 | Redmi 5 Plus | - |
| whyred | Redmi Note 5 | Redmi Note 5 Pro | Redmi Note 5 | - |
| ysl | Redmi S2 | Redmi Y2 | Redmi S2 | - |
**Additional notes:**
* The Redmi Note 4X 4GB+64GB comes with Helio X20 in Mainland China.

13
docs/notifications.md Normal file
View File

@ -0,0 +1,13 @@
## Optimise notifications on MIUI
MIUI likes to kill apps that run in the background to save battery life but many users don't like this strategy because this way they miss important notifications. Thankfully it's possible to disable most of these countermeasures.
### Instructions
* Go to Settings > Battery > Battery saver > Choose apps and tap on the three dots in the top-right corner then select Turn off battery saver.
* Go to Settings > Battery > Smart scenes > Scenes and turn off the strategies here.
* Go to Settings > Permissions > Autostart and enable autostart for the apps you want to receive notifications from.
* Go to Settings > Notifications & status bar > App notifications and tweak the notification settings for the apps the way you want.

41
docs/resellers.md Normal file
View File

@ -0,0 +1,41 @@
## Recommended resellers
[HK Goldway](https://goldway.aliexpress.com/store/311331), [Mi Store](https://xiaomimi.aliexpress.com/store/2800188), [Mi Global Store](https://www.aliexpress.com/store/3010045), [Mi Zealer](https://www.aliexpress.com/store/3209109) on AliExpress
- Pricing: low
- Tax-free shipping: available for EU countries (DHL/GLS)
- Customer support: negligible
[eGlobal Central EU](https://www.eglobalcentral.eu/) / [UK](https://www.eglobalcentraluk.com/) / [FR](https://www.eglobalcentral.fr/) / [DE](https://www.eglobalcentral.de/) / [ES](https://www.eglobalcentral.com.es/) / [IT](https://www.eglobalcentral.co.it/) / [US / CA](https://www.eglobalcentral.com/) / [AU](https://www.eglobalcentralau.com/)
- Pricing: low
- Tax-free shipping: available for all regions
- Customer support: moderate
[TradingShenzhen](https://tradingshenzhen.com/)
- Pricing: moderate
- Tax-free shipping: available for all regions (Global Priority)
- Customer support: good
[Banggood](https://www.banggood.com/)
- Pricing: moderate
- Tax-free shipping: available for EU/US/AU (Priority Direct Mail)
- Customer support: moderate
[AliExpress](https://www.aliexpress.com/)
- Pricing: low
- Tax-free shipping: no
- Customer support: negligible
### Resellers to avoid
**Geekbuying** - Reportedly unremovable fake ROMs, inaccurate stock information, unreliable service, bad support
**The Solution Shop** - Unreliable service, misleading practices, bad support
**NIS-Store** - Affiliated with fake Xiaomi websites, devices are often DOA, terrible support
**eBay** - Unknown and unreliable resellers, fake ROMs are common

31
docs/sensorissues.md Normal file
View File

@ -0,0 +1,31 @@
## Fix sensor issues
On Xiaomi devices, sensor data is stored in a partition called *persist*. This partition is flashable and an image of it is included with all fastboot ROMs but devices made after 2016 don't allow you to modify it in fastboot mode, regardless of the status of the bootloader. Unfortunately, software issues may cause the sensors in the device to misbehave or stop working completely, but usually reflashing this partition solves these problems. If the partition is write protected in fastboot mode, you'll have to use Qualcomm's EDL mode to flash it. The EDL flashing script originally skips the persist partition but you can modify it to flash that as well when you are flashing with MiFlash.
### Instructions
**Requirements:** Qualcomm Snapdragon chipset
1. Download the latest MiFlash from [here](tools.md) and install it if needed.
2. Download the Fastboot ROM you want to flash from [here](http://en.miui.com/a-234.html) and unzip it.
**Note:** You might get a single .tar file after unzipping which has to be unzipped again in order to get the necessary files.
3. In the unzipped folder, enter the `images` folder and open the file `rawprogram0.xml` in a text editor (Notepad++ or VS Code recommended).
4. In the **line** that contains the string `label="persist"`, change `filename=""` to `filename="persist.img"`.
If there's a line right below it, that contains the string `label="persistbak"`, change its `filename=""` to `filename="persist.img"` as well.
5. Save `rawprogram0.xml` and close the text editor.
6. Connect the device to your PC and [enter EDL mode](edl.md).
7. Launch MiFlash and with the Select button browse for the unzipped folder, then click Refresh. The device should appear as a COM port.
8. Click Flash and wait until the flashing sequence finishes.
9. Disconnect the device and hold the Power button until the it turns on.
The first boot may take up to 15 minutes.

129
docs/specs/blackshark.md Normal file
View File

@ -0,0 +1,129 @@
## Black Shark
### General
* Regional name(s): -
* Android codename: shark
* MIUI codename: -
### Hardware
* SoC: Qualcomm Snapdragon 845 @ 2.8 Ghz
* Memory: 6GB/8GB LPDDR4x
* Storage: 64GB/128GB/256GB UFS 2.1
* MicroSD expansion: No
### Display
* Panel: IPS LCD
* Size: 5.99 inches
* Resolution: 2160 x 1080 pixels
* Pixel density: 403 ppi
* Aspect ratio: 18:9
* Brightness: 550 nits
* Contrast ratio: 1500:1
* Colour gamut: 97% DCI-P3
### Camera
**Rear camera**
* Sensor: Sony IMX486
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/1.75
* OIS: No
* Autofocus: PDAF
* Flash: Dual tone LED
---
* Sensor: Sony IMX376
* Resolution: 20 megapixels
* Pixel size: 1.0 µm
* Aperture: f/1.75
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: No
**Front camera**
* Sensor: Sony IMX376
* Resolution: 20 megapixels
* Pixel size: 1.0 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 4000 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
* Size: 161.62 x 75.4 x 9.25 mm
* Weight: 190 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
| Network | Bands |
|:---------:|:---------------------:|
| FDD-LTE | B1/B3/B4/B5/B7/B8/B12 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: 2x2 with MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: No
**Ports**
* USB: Type-C
* Headphone jack: No
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: No
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: No

View File

@ -0,0 +1,129 @@
## Black Shark Helo
### General
* Regional name(s): -
* Android codename: ?
* MIUI codename: -
### Hardware
* SoC: Qualcomm Snapdragon 845 @ 2.8 Ghz
* Memory: 6GB/8GB/10GB LPDDR4x
* Storage: 128GB/256GB UFS 2.1
* MicroSD expansion: No
### Display
* Panel: AMOLED
* Size: 6.01 inches
* Resolution: 2160 x 1080 pixels
* Pixel density: 402 ppi
* Aspect ratio: 18:9
* Brightness: 430 nits
* Contrast ratio: 60000:1
* Colour gamut: 101.3% DCI-P3
### Camera
**Rear camera**
* Sensor: Sony IMX486
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/1.75
* OIS: No
* Autofocus: PDAF
* Flash: LED
---
* Sensor: Sony IMX376
* Resolution: 20 megapixels
* Pixel size: 1.0 µm
* Aperture: f/1.75
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 1080p/720p @ 120 fps
**Front camera**
* Sensor: Sony IMX376
* Resolution: 20 megapixels
* Pixel size: 1.0 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 4000 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
* Size: 160 x 75.25 x 8.7 mm
* Weight: 190 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
| Network | Bands |
|:---------:|:---------------------:|
| FDD-LTE | B1/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: 2x2 with MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: No
**Ports**
* USB: Type-C
* Headphone jack: No
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: No
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: No

130
docs/specs/mi5.md Normal file
View File

@ -0,0 +1,130 @@
## Mi 5
### General
* Regional name(s): -
* Android codename: gemini
* MIUI codename: MI5
### Hardware
**Standard Version**
* SoC: Qualcomm Snapdragon 820 @ 1.8 Ghz
* Memory: 3GB LPDDR4 @ 1333 Mhz
* Storage: 32GB UFS 2.0
* MicroSD expansion: No
**Prime Version**
* SoC: Qualcomm Snapdragon 820 @ 2.15 Ghz
* Memory: 3GB/4GB LPDDR4 @ 1866 Mhz
* Storage: 64GB/128GB UFS 2.0
* MicroSD expansion: No
### Display
* Panel: IPS LCD
* Size: 5.15 inches
* Resolution: 1920 x 1080 pixels
* Pixel density: 428 ppi
* Aspect ratio: 16:9
* Brightness: 600 nits
* Contrast ratio: 1500:1
* Colour gamut: 95% NTSC
### Camera
**Rear camera**
* Sensor: Sony IMX298
* Resolution: 16 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: Yes
* Autofocus: PDAF
* Flash: Dual tone LED
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: OmniVision OV4688
* Resolution: 4 megapixels
* Pixel size: 2.0 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3000 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
* Size: 144.55 x 69.2 x 7.25 mm
* Weight: 129 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
| Network | Bands |
|:---------:|:---------------:|
| FDD-LTE | B1/B3/B7 |
| TD-LTE | B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: Yes
**Ports**
* USB: Type-C
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: Yes
* Electronic compass: Yes
* Hall: Yes

118
docs/specs/mi5c.md Normal file
View File

@ -0,0 +1,118 @@
## Mi 5c
### General
* Regional name(s): -
* Android codename: meri
* MIUI codename: MI5C
### Hardware
* SoC: Xiaomi Pinecone Surge S1 @ 2.2 Ghz
* Memory: 3GB LPDDR3 @ 933 Mhz
* Storage: 64GB eMMC 5.0
* MicroSD expansion: No
### Display
* Panel: IPS LCD
* Size: 5.15 inches
* Resolution: 1920 x 1080 pixels
* Pixel density: 428 ppi
* Aspect ratio: 16:9
* Brightness: 550 nits
* Contrast ratio: 1500:1
* Colour gamut: 94.4% NTSC
### Camera
**Rear camera**
* Sensor: ?
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: PDAF
* Flash: LED
**Video recording**
* Normal: 1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: No
**Front camera**
* Sensor: ?
* Resolution: 8 megapixels
* Pixel size: ?
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 2860 mAh
* Wired charging: 18W
* Wireless charging: No
### Dimensions
* Size: 144.38 x 69.68 x 7.09 mm
* Weight: 135 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
| Network | Bands |
|:--------:|:---------------:|
| TD-LTE | B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| GSM | B2/B3/B8 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.1
* NFC: No
**Ports**
* USB: Type-C
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: Yes

121
docs/specs/mi5s.md Normal file
View File

@ -0,0 +1,121 @@
## Mi 5s
### General
* Regional name(s): -
* Android codename: capricorn
* MIUI codename: MI5S
### Hardware
* SoC: Qualcomm Snapdragon 821 @ 2.15 Ghz
* Memory: 3GB/4GB LPDDR4 @ 1866 Mhz
* Storage: 32GB/64GB/128GB UFS 2.0
* MicroSD expansion: No
### Display
* Panel: IPS LCD
* Size: 5.15 inches
* Resolution: 1920 x 1080 pixels
* Pixel density: 428 ppi
* Aspect ratio: 16:9
* Brightness: 600 nits
* Contrast ratio: 1500:1
* Colour gamut: 94.4% NTSC
### Camera
**Rear camera**
* Sensor: Sony IMX378
* Resolution: 12 megapixels
* Pixel size: 1.55 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: PDAF
* Flash: Dual tone LED
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: 1080p @ 120 fps
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: OmniVision OV4688
* Resolution: 4 megapixels
* Pixel size: 2.0 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3200 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
* Size: 145.6 x 70.3 x 8.25 mm
* Weight: 145 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
| Network | Bands |
|:---------:|:---------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: Yes
**Ports**
* USB: Type-C
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: No
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: Yes
* Electronic compass: Yes
* Hall: Yes

129
docs/specs/mi5splus.md Normal file
View File

@ -0,0 +1,129 @@
## Mi 5s Plus
### General
* Regional name(s): -
* Android codename: natrium
* MIUI codename: MI5SPlus
### Hardware
* SoC: Qualcomm Snapdragon 821 @ 2.35 Ghz
* Memory: 4GB/6GB LPDDR4 @ 1866 MHz
* Storage: 64GB/128GB UFS 2.0
* MicroSD expansion: No
### Display
* Panel: IPS LCD
* Size: 5.7 inches
* Resolution: 1920 x 1080 pixels
* Pixel density: 386 ppi
* Aspect ratio: 16:9
* Brightness: 550 nits
* Contrast ratio: 1300:1
* Colour gamut: 94% NTSC
### Camera
**Rear camera**
* Sensor: Sony IMX258
* Resolution: 13 megapixels
* Pixel size: 1.12 µm
* Aperture: ?
* OIS: No
* Autofocus: PDAF
* Flash: Dual tone LED
---
* Sensor: Sony IMX258
* Resolution: 13 megapixels
* Pixel size: 1.12 µm
* Aperture: ?
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: OmniVision OV4688
* Resolution: 4 megapixels
* Pixel size: 2.0 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3800 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
* Size: 154.6 x 77.7 x 7.95 mm
* Weight: 168 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
| Network | Bands |
|:---------:|:---------------:|
| FDD-LTE | B1/B3/B5/B7 |
| TD-LTE | B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: Yes
**Ports**
* USB: Type-C
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: Yes
* Electronic compass: Yes
* Hall: Yes

129
docs/specs/mi5x.md Normal file
View File

@ -0,0 +1,129 @@
## Mi 5X
### General
* Regional name(s): -
* Android codename: tiffany
* MIUI codename: MI5X
### Hardware
* SoC: Qualcomm Snapdragon 625 @ 2.0 Ghz
* Memory: 4GB
* Storage: 32GB/64GB
* MicroSD expansion: Up to 128GB
### Display
* Panel: LTPS LCD
* Size: 5.5 inches
* Resolution: 1920 x 1080 pixels
* Pixel density: 403 ppi
* Aspect ratio: 16:9
* Brightness: 450 nits
* Contrast ratio: 1000:1
* Colour gamut: ?
### Camera
**Rear camera**
* Sensor: OmniVision OV12A10
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: PDAF
* Flash: Dual tone LED
---
* Sensor: OmniVision OV13880
* Resolution: 12 megapixels
* Pixel size: 1.0 µm
* Aperture: f/2.6
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3080 mAh
* Wired charging: 10W
* Wireless charging: No
### Dimensions
* Size: 155.4 x 75.8 x 7.3 mm
* Weight: 165 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: No
**Ports**
* USB: Type-C
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: Yes

136
docs/specs/mi6.md Normal file
View File

@ -0,0 +1,136 @@
## Mi 6
### General
* Regional name(s): -
* Android codename: sagit
* MIUI codename: MI6
### Hardware
* SoC: Qualcomm Snapdragon 835 @ 2.45 Ghz
* Memory: 4GB/6GB LPDDR4x @ 1866 MHz
* Storage: 64GB/128GB UFS
* MicroSD expansion: No
### Display
* Panel: IPS LCD
* Size: 5.15 inches
* Resolution: 1920 x 1080 pixels
* Pixel density: 428 ppi
* Aspect ratio: 16:9
* Brightness: 600 nits
* Contrast ratio: 1500:1
* Colour gamut: 94.4% NTSC
### Camera
**Rear camera**
* Sensor: Sony IMX386
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/1.8
* OIS: Yes
* Autofocus: PDAF
* Flash: Dual tone LED
---
* Sensor: Samsung S5K3M3
* Resolution: 12 megapixels
* Pixel size: 1.0 µm
* Aperture: f/2.6
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: Sony IMX268
* Resolution: 8 megapixels
* Pixel size: 1.12 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3350 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
**Standard Version**
* Size: 145.17 x 70.49 x 7.45 mm
* Weight: 168 g
**Ceramic Version**
* Size: 145.17 x 70.49 x 7.45 mm
* Weight: 182 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
| Network | Bands |
|:---------:|:---------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: 2x2 with MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: Yes
**Ports**
* USB: Type-C
* Headphone jack: No
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: Yes
* Electronic compass: Yes
* Hall: Yes

129
docs/specs/mi6x.md Normal file
View File

@ -0,0 +1,129 @@
## Mi 6X
### General
* Regional name(s): -
* Android codename: wayne
* MIUI codename: MI6X
### Hardware
* SoC: Qualcomm Snapdragon 660 @ 2.2 Ghz
* Memory: 4GB/6GB LPDDR4x
* Storage: 64GB/128GB eMMC 5.1
* MicroSD expansion: No
### Display
* Panel: IPS LCD
* Size: 5.99 inches
* Resolution: 2160 x 1080 pixels
* Pixel density: 403 ppi
* Aspect ratio: 18:9
* Brightness: ?
* Contrast ratio: 1500:1
* Colour gamut: ?
### Camera
**Rear camera**
* Sensor: Sony IMX486
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/1.75
* OIS: No
* Autofocus: PDAF
* Flash: LED
---
* Sensor: Sony IMX376
* Resolution: 20 megapixels
* Pixel size: 2.0 µm
* Aperture: f/1.75
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p/480p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: Sony IMX376
* Resolution: 20 megapixels
* Pixel size: 2.0 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: LED
### Battery
* Capacity: 3010 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
* Size: 158.7 x 75.4 x 7.3 mm
* Weight: 168 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: No
**Ports**
* USB: Type-C
* Headphone jack: No
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: Yes

129
docs/specs/mi8.md Normal file
View File

@ -0,0 +1,129 @@
## Mi 8
### General
* Regional name(s): -
* Android codename: dipper
* MIUI codename: MI8
### Hardware
* SoC: Qualcomm Snapdragon 845 @ 2.8 Ghz
* Memory: 6GB/8GB LPDDR4x
* Storage: 64GB/128GB/256GB UFS
* MicroSD expansion: No
### Display
* Panel: AMOLED
* Size: 6.21 inches
* Resolution: 2248 x 1080 pixels
* Pixel density: 402 ppi
* Aspect ratio: 18.7:9
* Brightness: 600 nits
* Contrast ratio: 60000:1
* Colour gamut: DCI-P3
### Camera
**Rear camera**
* Sensor: Sony IMX363
* Resolution: 12 megapixels
* Pixel size: 1.4 µm
* Aperture: f/1.8
* OIS: Yes
* Autofocus: Dual PD
* Flash: LED
---
* Sensor: Samsung S5K3M3
* Resolution: 12 megapixels
* Pixel size: 1.0 µm
* Aperture: f/2.4
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: 1080p @ 120 fps
* Slow motion: 1080p/720p @ 240 fps
**Front camera**
* Sensor: Samsung S5K3T1
* Resolution: 20 megapixels
* Pixel size: 1.8 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3400 mAh
* Wired charging: Qualcomm Quick Charge 4+ (27W)
* Wireless charging: No
### Dimensions
* Size: 154.9 x 74.8 x 7.6 mm
* Weight: 175 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
| Network | Bands |
|:---------:|:--------------------------------:|
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B12/B17/B20 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B4/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: 2x2 with MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: Yes
**Ports**
* USB: Type-C
* Headphone jack: No
### Navigation
* GPS: Yes
* AGPS: No
* Galileo: Yes
* GLONASS: Yes
* QZSS: Yes
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: IR assisted
### Sensors
* Infrared: No
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: Yes
* Electronic compass: Yes
* Hall: Yes

129
docs/specs/mi8ee.md Normal file
View File

@ -0,0 +1,129 @@
## Mi 8 Explorer Edition
### General
* Regional name(s): -
* Android codename: ursa
* MIUI codename: MI8Explorer
### Hardware
* SoC: Qualcomm Snapdragon 845 @ 2.8 Ghz
* Memory: 8GB LPDDR4x
* Storage: 128GB UFS
* MicroSD expansion: No
### Display
* Panel: AMOLED
* Size: 6.21 inches
* Resolution: 2248 x 1080 pixels
* Pixel density: 402 ppi
* Aspect ratio: 18.7:9
* Brightness: 600 nits
* Contrast ratio: 60000:1
* Colour gamut: DCI-P3
### Camera
**Rear camera**
* Sensor: Sony IMX363
* Resolution: 12 megapixels
* Pixel size: 1.4 µm
* Aperture: f/1.8
* OIS: Yes
* Autofocus: Dual PD
* Flash: LED
---
* Sensor: Samsung S5K3M3
* Resolution: 12 megapixels
* Pixel size: 1.0 µm
* Aperture: f/2.4
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: 1080p @ 120 fps
* Slow motion: 1080p/720p @ 240 fps
**Front camera**
* Sensor: Samsung S5K3T1
* Resolution: 20 megapixels
* Pixel size: 1.8 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3000 mAh
* Wired charging: Qualcomm Quick Charge 4+ (27W)
* Wireless charging: No
### Dimensions
* Size: 154.9 x 74.8 x 7.6 mm
* Weight: 177 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
| Network | Bands |
|:---------:|:--------------------------------:|
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B12/B17/B20 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B4/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: 2x2 with MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: Yes
**Ports**
* USB: Type-C
* Headphone jack: No
### Navigation
* GPS: Yes
* AGPS: No
* Galileo: Yes
* GLONASS: Yes
* QZSS: Yes
* BDS: Yes
### Biometrics
* Fingerprint sensor: In-display
* Facial recognition: 3D camera assisted
### Sensors
* Infrared: No
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: Yes
* Electronic compass: Yes
* Hall: Yes

140
docs/specs/mi8lite.md Normal file
View File

@ -0,0 +1,140 @@
## Mi 8 Lite
### General
* Regional name(s): -
* Android codename: platina
* MIUI codename: MI8Lite
### Hardware
* SoC: Qualcomm Snapdragon 660 @ 2.2 Ghz
* Memory: 4GB/6GB LPDDR4x
* Storage: 64GB/128GB eMMC 5.1
* MicroSD expansion: No
### Display
* Panel: IPS LCD
* Size: 6.26 inches
* Resolution: 2280 x 1080 pixels
* Pixel density: 403 ppi
* Aspect ratio: 19:9
* Brightness: ?
* Contrast ratio: 1500:1
* Colour gamut: ?
### Camera
**Rear camera**
* Sensor: Sony IMX363
* Resolution: 12 megapixels
* Pixel size: 1.4 µm
* Aperture: f/1.9
* OIS: No
* Autofocus: Dual PD
* Flash: LED
---
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: ?
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: 1080p @ 60 fps
* Slow motion: 1080p/720p @ 120 fps
**Front camera**
* Sensor: Sony IMX576
* Resolution: 24 megapixels
* Pixel size: 1.8 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3350 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
* Size: 156.4 x 75.8 x 7.5 mm
* Weight: 169 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
**Chinese Version**
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Global Version**
| Network | Bands |
|:-------:|:----------------------------:|
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B20/B28 |
| TD-LTE | B38/B40 |
| WCDMA | B1/B2/B4/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: No
**Ports**
* USB: Type-C
* Headphone jack: No
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: No
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: No

129
docs/specs/mi8pro.md Normal file
View File

@ -0,0 +1,129 @@
## Mi 8 Pro
### General
* Regional name(s): -
* Android codename: equuleus
* MIUI codename: MI8UD
### Hardware
* SoC: Qualcomm Snapdragon 845 @ 2.8 Ghz
* Memory: 6GB/8GB LPDDR4x
* Storage: 128GB UFS
* MicroSD expansion: No
### Display
* Panel: AMOLED
* Size: 6.21 inches
* Resolution: 2248 x 1080 pixels
* Pixel density: 402 ppi
* Aspect ratio: 18.7:9
* Brightness: 600 nits
* Contrast ratio: 60000:1
* Colour gamut: DCI-P3
### Camera
**Rear camera**
* Sensor: Sony IMX363
* Resolution: 12 megapixels
* Pixel size: 1.4 µm
* Aperture: f/1.8
* OIS: Yes
* Autofocus: Dual PD
* Flash: LED
---
* Sensor: Samsung S5K3M3
* Resolution: 12 megapixels
* Pixel size: 1.0 µm
* Aperture: f/2.4
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: 1080p @ 120 fps
* Slow motion: 1080p/720p @ 240 fps
**Front camera**
* Sensor: Samsung S5K3T1
* Resolution: 20 megapixels
* Pixel size: 1.8 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3000 mAh
* Wired charging: Qualcomm Quick Charge 4+ (27W)
* Wireless charging: No
### Dimensions
* Size: 154.9 x 74.8 x 7.6 mm
* Weight: 177 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
| Network | Bands |
|:---------:|:--------------------------------:|
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B12/B17/B20 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B4/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: 2x2 with MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: Yes
**Ports**
* USB: Type-C
* Headphone jack: No
### Navigation
* GPS: Yes
* AGPS: No
* Galileo: Yes
* GLONASS: Yes
* QZSS: Yes
* BDS: Yes
### Biometrics
* Fingerprint sensor: In-display
* Facial recognition: IR assisted
### Sensors
* Infrared: No
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: Yes
* Electronic compass: Yes
* Hall: Yes

129
docs/specs/mi8se.md Normal file
View File

@ -0,0 +1,129 @@
## Mi 8 SE
### General
* Regional name(s): -
* Android codename: sirius
* MIUI codename: MI8SE
### Hardware
* SoC: Qualcomm Snapdragon 710 @ 2.2 Ghz
* Memory: 4GB/6GB LPDDR4x
* Storage: 64GB/128GB eMMC 5.1
* MicroSD expansion: No
### Display
* Panel: AMOLED
* Size: 5.88 inches
* Resolution: 2244 x 1080 pixels
* Pixel density: 423 ppi
* Aspect ratio: 18.7:9
* Brightness: 600 nits
* Contrast ratio: 60000:1
* Colour gamut: DCI-P3
### Camera
**Rear camera**
* Sensor: Sony IMX363
* Resolution: 12 megapixels
* Pixel size: 1.4 µm
* Aperture: f/1.9
* OIS: No
* Autofocus: Dual PD
* Flash: LED
---
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 1080p/720p @ 120/240 fps
**Front camera**
* Sensor: Samsung S5K2T7
* Resolution: 20 megapixels
* Pixel size: 2.0 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: LED
### Battery
* Capacity: 3120 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
* Size: 147.28 x 73.09 x 7.5 mm
* Weight: 164 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: 2x2 with MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: No
**Ports**
* USB: Type-C
* Headphone jack: No
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: Yes
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: Yes

127
docs/specs/mia1.md Normal file
View File

@ -0,0 +1,127 @@
## Mi A1
### General
* Regional name(s): -
* Android codename: tissot
* MIUI codename: -
### Hardware
* SoC: Qualcomm Snapdragon 625 @ 2.0 Ghz
* Memory: 4GB
* Storage: 32GB/64GB
* MicroSD expansion: Up to 128GB
### Display
* Panel: LTPS LCD
* Size: 5.5 inches
* Resolution: 1920 x 1080 pixels
* Pixel density: 403 ppi
* Aspect ratio: 16:9
* Brightness: 450 nits
* Contrast ratio: 1000:1
* Colour gamut: ?
### Camera
**Rear camera**
* Sensor: OmniVision OV12A10
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: PDAF
* Flash: Dual tone LED
---
* Sensor: OmniVision OV13880
* Resolution: 12 megapixels
* Pixel size: 1.0 µm
* Aperture: f/2.6
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3080 mAh
* Wired charging: 10W
* Wireless charging: No
### Dimensions
* Size: 155.4 x 75.8 x 7.3 mm
* Weight: 165 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
| Network | Bands |
|:-------:|:---------------------:|
| FDD-LTE | B1/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B38/B40 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: No
**Ports**
* USB: Type-C
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: No
* Hall: Yes

127
docs/specs/mia2.md Normal file
View File

@ -0,0 +1,127 @@
## Mi A2
### General
* Regional name(s): -
* Android codename: jasmine
* MIUI codename: -
### Hardware
* SoC: Qualcomm Snapdragon 660 @ 2.2 Ghz
* Memory: 4GB/6GB LPDDR4x
* Storage: 32GB/64GB/128GB eMMC 5.1
* MicroSD expansion: No
### Display
* Panel: IPS LCD
* Size: 5.99 inches
* Resolution: 2160 x 1080 pixels
* Pixel density: 403 ppi
* Aspect ratio: 18:9
* Brightness: ?
* Contrast ratio: 1500:1
* Colour gamut: ?
### Camera
**Rear camera**
* Sensor: Sony IMX486
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/1.75
* OIS: No
* Autofocus: PDAF
* Flash: LED
---
* Sensor: Sony IMX376
* Resolution: 20 megapixels
* Pixel size: 2.0 µm
* Aperture: f/1.75
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p/480p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: Sony IMX376
* Resolution: 20 megapixels
* Pixel size: 2.0 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: No
* Flash: LED
### Battery
* Capacity: 3010 mAh
* Wired charging: 10W
* Wireless charging: No
### Dimensions
* Size: 158.7 x 75.4 x 7.3 mm
* Weight: 168 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
| Network | Bands |
|:-------:|:------------------------:|
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B38/B40 |
| WCDMA | B1/B2/B4/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: No
**Ports**
* USB: Type-C
* Headphone jack: No
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: Yes

127
docs/specs/mia2lite.md Normal file
View File

@ -0,0 +1,127 @@
## Mi A2 Lite
### General
* Regional name(s): -
* Android codename: daisy
* MIUI codename: -
### Hardware
* SoC: Qualcomm Snapdragon 625 @ 2.0 Ghz
* Memory: 3GB/4GB
* Storage: 32GB/64GB
* MicroSD expansion: Up to 256GB
### Display
* Panel: IPS LCD
* Size: 5.84 inches
* Resolution: 2280 x 1080 pixels
* Pixel density: 432 ppi
* Aspect ratio: 19:9
* Brightness: 500 nits
* Contrast ratio: 1500:1
* Colour gamut: 84% NTSC
### Camera
**Rear camera**
* Sensor: Sony IMX486
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: PDAF
* Flash: LED
---
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: ?
* OIS: No
**Video recording**
* Normal: 1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: No
**Front camera**
* Sensor: OmniVision OV5675
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 4000 mAh
* Wired charging: 10W
* Wireless charging: No
### Dimensions
* Size: 149.33 x 71.68 x 8.75 mm
* Weight: 178 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
| Network | Bands |
|:-------:|:------------------------:|
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B38/B40 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: No
**Ports**
* USB: Micro
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: No

121
docs/specs/mimax2.md Normal file
View File

@ -0,0 +1,121 @@
## Mi Max 2
### General
* Regional name(s): -
* Android codename: oxygen
* MIUI codename: MIMAX2
### Hardware
* SoC: Qualcomm Snapdragon 625 @ 2.0 Ghz
* Memory: 4GB
* Storage: 32GB/64GB/128GB
* MicroSD expansion: Up to 128GB
### Display
* Panel: IPS LCD
* Size: 6.44 inches
* Resolution: 1920 x 1080 pixels
* Pixel density: 342 ppi
* Aspect ratio: 16:9
* Brightness: 450 nits
* Contrast ratio: 1000:1
* Colour gamut: 72% NTSC
### Camera
**Rear camera**
* Sensor: Sony IMX386
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: PDAF
* Flash: Dual tone LED
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 5300 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
* Size: 174.1 x 88.7 x 7.6 mm
* Weight: 211 g
### Connectivity
**Cellular**
* SIM slots: Nano + Micro
* VoLTE: No
| Network | Bands |
|:---------:|:---------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: No
**Ports**
* USB: Type-C
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: No
* Hall: Yes

129
docs/specs/mimax3.md Normal file
View File

@ -0,0 +1,129 @@
## Mi Max 3
### General
* Regional name(s): -
* Android codename: nitrogen
* MIUI codename: MIMAX3
### Hardware
* SoC: Qualcomm Snapdragon 636 @ 1.8 Ghz
* Memory: 4GB/6GB LPDDR4x
* Storage: 64GB/128GB eMMC 5.1
* MicroSD expansion: Up to 256GB
### Display
* Panel: IPS LCD
* Size: 6.9 inches
* Resolution: 2160 x 1080 pixels
* Pixel density: ?
* Aspect ratio: 18:9
* Brightness: 520 nits
* Contrast ratio: 1500:1
* Colour gamut: 84% NTSC
### Camera
**Rear camera**
* Sensor: Samsung S5K2L7
* Resolution: 12 megapixels
* Pixel size: 1.4 µm
* Aperture: f/1.9
* OIS: No
* Autofocus: Dual PD
* Flash: Dual LED
---
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: ?
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: Samsung S5K4H7
* Resolution: 8 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: LED
### Battery
* Capacity: 5500 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
* Size: 176.15 x 87.4 x 7.99 mm
* Weight: 221 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
| Network | Bands |
|:---------:|:---------------------:|
| FDD-LTE | B1/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: No
**Ports**
* USB: Type-C
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: Yes

121
docs/specs/mimix.md Normal file
View File

@ -0,0 +1,121 @@
## Mi MIX
### General
* Regional name(s): -
* Android codename: lithium
* MIUI codename: MIMIX
### Hardware
* SoC: Qualcomm Snapdragon 821 @ 2.35 Ghz
* Memory: 4GB/6GB LPDDR4
* Storage: 128GB/256GB UFS 2.0
* MicroSD expansion: No
### Display
* Panel: IPS LCD
* Size: 6.4 inches
* Resolution: 2040 x 1080 pixels
* Pixel density: 362 ppi
* Aspect ratio: 17:9
* Brightness: 500 nits
* Contrast ratio: 1300:1
* Colour gamut: 94% NTSC
### Camera
**Rear camera**
* Sensor: OmniVision OV16880
* Resolution: 16 megapixels
* Pixel size: 1.0 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: PDAF
* Flash: Dual tone LED
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: OmniVision OV5675
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 4400 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
* Size: 158.8 x 81.9 x 7.9 mm
* Weight: 209 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
| Network | Bands |
|:---------:|:--------------------:|
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8 |
| TD-LTE | B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: Yes
**Ports**
* USB: Type-C
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: No
* Proximity: Ultrasonic
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: Yes
* Electronic compass: Yes
* Hall: Yes

137
docs/specs/mimix2.md Normal file
View File

@ -0,0 +1,137 @@
## Mi MIX 2
### General
* Regional name(s): -
* Android codename: chiron
* MIUI codename: MIMIX2
### Hardware
**Black Ceramic Version**
* SoC: Qualcomm Snapdragon 835 @ 2.45 Ghz
* Memory: 6GB LPDDR4x
* Storage: 64GB/128GB/256GB UFS 2.1
* MicroSD expansion: No
**Full Ceramic Version**
* SoC: Qualcomm Snapdragon 835
* Memory: 8GB LPDDR4x
* Storage: 128GB UFS 2.1
* MicroSD expansion: No
### Display
* Panel: IPS LCD
* Size: 5.99 inches
* Resolution: 2160 x 1080 pixels
* Pixel density: 403 ppi
* Aspect ratio: 18:9
* Brightness: ?
* Contrast ratio: 1500:1
* Colour gamut: DCI-P3
### Camera
**Rear camera**
* Sensor: Sony IMX386
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/2.0
* OIS: Yes
* Autofocus: PDAF
* Flash: Dual tone LED
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: OmniVision OV5675
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3400 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
**Black Ceramic Version**
* Size: 151.8 x 75.5 x 7.7 mm
* Weight: 185 g
**Full Ceramic Version**
* Size: 150.5 x 74.6 x 7.7 mm
* Weight: 187 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
| Network | Bands |
|:---------:|:--------------------------------------------------------------------:|
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B12/B13/B17/B18/B19/B20/B25/B26/B27/B28/B29/B30 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B3/B4/B5/B6/B8/B9/B19 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0/BC1/BC6/BC10 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: 2x2 with MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: Yes
**Ports**
* USB: Type-C
* Headphone jack: No
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: No
* Proximity: Ultrasonic
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: Yes
* Electronic compass: Yes
* Hall: Yes

142
docs/specs/mimix2s.md Normal file
View File

@ -0,0 +1,142 @@
## Mi MIX 2S
### General
* Regional name(s): -
* Android codename: polaris
* MIUI codename: MIMIX2S
### Hardware
* SoC: Qualcomm Snapdragon 845 @ 2.8 Ghz
* Memory: 6GB/8GB LPDDR4x
* Storage: 64GB/128GB/256GB UFS
* MicroSD expansion: No
### Display
* Panel: IPS LCD
* Size: 5.99 inches
* Resolution: 2160 x 1080 pixels
* Pixel density: 403 ppi
* Aspect ratio: 18:9
* Brightness: ?
* Contrast ratio: 1500:1
* Colour gamut: DCI-P3
### Camera
**Rear camera**
* Sensor: Sony IMX363
* Resolution: 12 megapixels
* Pixel size: 1.4 µm
* Aperture: f/1.8
* OIS: Yes
* Autofocus: Dual PD
* Flash: LED
---
* Sensor: Samsung S5K3M3
* Resolution: 12 megapixels
* Pixel size: 1.0 µm
* Aperture: f/2.4
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 1080p/720p @ 240 fps
**Front camera**
* Sensor: OmniVision OV5675
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3400 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: Qi (7.5W)
### Dimensions
* Size: 150.86 x 74.9 x 8.1 mm
* Weight: 189 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
**CN Standard Version**
| Network | Bands |
|:---------:|:--------------------------------:|
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B12/B17/B20 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B4/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**CN Exclusive / Global Version**
| Network | Bands |
|:---------:|:--------------------------------------------------------------------:|
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B12/B13/B17/B18/B19/B20/B25/B26/B27/B28/B29/B30 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B3/B4/B5/B6/B8/B9/B19 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0/BC1/BC6/BC10 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: 2x2 with MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: Yes
**Ports**
* USB: Type-C
* Headphone jack: No
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: Yes
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: No
* Proximity: Ultrasonic
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: Yes
* Electronic compass: Yes
* Hall: Yes

150
docs/specs/mimix3.md Normal file
View File

@ -0,0 +1,150 @@
## Mi MIX 3
### General
* Regional name(s): -
* Android codename: perseus
* MIUI codename: MIMIX3
### Hardware
* SoC: Qualcomm Snapdragon 845 @ 2.8 Ghz
* Memory: 6GB/8GB/10GB LPDDR4x
* Storage: 128GB/256GB UFS 2.1
* MicroSD expansion: No
### Display
* Panel: AMOLED
* Size: 6.39 inches
* Resolution: 2340 x 1080 pixels
* Pixel density: 403 ppi
* Aspect ratio: 19.5:9
* Brightness: 600 nits
* Contrast ratio: 60000:1
* Colour gamut: 103.8% NTSC
### Camera
**Rear camera**
* Sensor: Sony IMX363
* Resolution: 12 megapixels
* Pixel size: 1.4 µm
* Aperture: f/1.8
* OIS: Yes
* Autofocus: Dual PD
* Flash: LED
---
* Sensor: Samsung S5K3M3
* Resolution: 12 megapixels
* Pixel size: 1.0 µm
* Aperture: ?
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 60 fps
* High frame rate: No
* Slow motion: 1080p/720p @ 960 fps
**Front camera**
* Sensor: Sony IMX576
* Resolution: 24 megapixels
* Pixel size: 1.8 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: No
---
* Sensor: OmniVision OV02A10
* Resolution: 2 megapixels
* Pixel size: 1.75 µm
* Aperture: ?
* OIS: No
### Battery
* Capacity: 3200 mAh
* Wired charging: Qualcomm Quick Charge 4+ (27W)
* Wireless charging: Qi (10W)
### Dimensions
* Size: 157.89 x 74.69 x 8.46 mm
* Weight: 218 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
**Standard Edition (128GB)**
| Network | Bands |
|:---------:|:--------------------------------:|
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B12/B17/B20 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B4/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Global Edition (256GB)**
| Network | Bands |
|:---------:|:--------------------------------------------------------------------:|
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B12/B13/B17/B18/B19/B20/B25/B26/B28/B29/B30/B66 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B3/B4/B5/B6/B8/B9/B19 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0/BC1/BC6/BC10 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: 2x2 with MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: Yes
**Ports**
* USB: Type-C
* Headphone jack: No
### Navigation
* GPS: Yes
* AGPS: No
* Galileo: Yes
* GLONASS: Yes
* QZSS: Yes
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: No
* Proximity: Ultrasonic
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: No

134
docs/specs/minote2.md Normal file
View File

@ -0,0 +1,134 @@
## Mi Note 2
### General
* Regional name(s): -
* Android codename: scorpio
* MIUI codename: MINote2
### Hardware
* SoC: Qualcomm Snapdragon 821 @ 2.35 Ghz
* Memory: 4GB/6GB
* Storage: 64GB/128GB
* MicroSD expansion: No
### Display
* Panel: OLED
* Size: 5.7 inches
* Resolution: 1920 x 1080 pixels
* Pixel density: ?
* Aspect ratio: 16:9
* Brightness: ?
* Contrast ratio: 100000:1
* Colour gamut: 110% NTSC
### Camera
**Rear camera**
* Sensor: Sony IMX318
* Resolution: 22.56 megapixels
* Pixel size: 1.0 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: PDAF
* Flash: Dual tone LED
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: No
**Front camera**
* Sensor: Sony IMX268
* Resolution: 8 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: Yes
* Flash: No
### Battery
* Capacity: 4070 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
* Size: 156.2 x 77.3 x 7.6 mm
* Weight: 166 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
**CN Standard / Premium Version**
| Network | Bands |
|:---------:|:---------------:|
| FDD-LTE | B1/B3/B5/B7 |
| TD-LTE | B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Global Version**
| Network | Bands |
|:---------:|:----------------------------------------------------------------:|
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B12/B13/B17/B18/B19/B20/B25/B26/B28/B29/B30 |
| TD-LTE | B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B4/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0/B1/B10/B15 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: Yes
**Ports**
* USB: Type-C
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: Yes
* Electronic compass: Yes
* Hall: Yes

129
docs/specs/minote3.md Normal file
View File

@ -0,0 +1,129 @@
## Mi Note 3
### General
* Regional name(s): -
* Android codename: jason
* MIUI codename: MINote3
### Hardware
* SoC: Qualcomm Snapdragon 660 @ 2.2 Ghz
* Memory: 4GB/6GB LPDDR4x @ 1866 MHz
* Storage: 64GB/128GB eMMC 5.1
* MicroSD expansion: No
### Display
* Panel: IPS LCD
* Size: 5.5 inches
* Resolution: 1920 x 1080 pixels
* Pixel density: 403 ppi
* Aspect ratio: 16:9
* Brightness: 550 nits
* Contrast ratio: 1500:1
* Colour gamut: 94.4% NTSC
### Camera
**Rear camera**
* Sensor: Sony IMX386
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/1.8
* OIS: Yes
* Autofocus: PDAF
* Flash: Dual tone LED
---
* Sensor: Samsung S5K3M3
* Resolution: 12 megapixels
* Pixel size: 1.0 µm
* Aperture: f/2.6
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: Samsung S5K3P3
* Resolution: 16 megapixels
* Pixel size: 2.0 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3500 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
* Size: 152.6 x 73.95 x 7.6 mm
* Weight: 163 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: 2x2 with MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: Yes
**Ports**
* USB: Type-C
* Headphone jack: No
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: Yes
* Electronic compass: Yes
* Hall: Yes

107
docs/specs/mipad3.md Normal file
View File

@ -0,0 +1,107 @@
## Mi Pad 3
### General
* Regional name(s): -
* Android codename: cappu
* MIUI codename: MIPAD3
### Hardware
* SoC: MediaTek MT8176 @ 2.1 Ghz
* Memory: 4GB LPDDR3
* Storage: 64GB eMMC 5.0
* MicroSD expansion: No
### Display
* Panel: IPS LCD
* Size: 7.9 inches
* Resolution: 2048 x 1536 pixels
* Pixel density: 326 ppi
* Aspect ratio: 16:9
* Brightness: ?
* Contrast ratio: ?
* Colour gamut: ?
### Camera
**Rear camera**
* Sensor: ?
* Resolution: 13 megapixels
* Pixel size: ?
* Aperture: f/2.2
* OIS: No
* Autofocus: ?
* Flash: No
**Video recording**
* Normal: 1080p @ 30 fps
* High frame rate: No
* Slow motion: No
**Front camera**
* Sensor: ?
* Resolution: 5 megapixels
* Pixel size: ?
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 6600 mAh
* Wired charging: 10W
* Wireless charging: No
### Dimensions
* Size: 200.4 x 132.6 x 6.95 mm
* Weight: 328 g
### Connectivity
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.0
* NFC: No
**Ports**
* USB: Type-C
* Headphone jack: Yes
### Navigation
* GPS: No
* AGPS: No
* Galileo: No
* GLONASS: No
* QZSS: No
* BDS: No
### Biometrics
* Fingerprint sensor: No
* Facial recognition: No
### Sensors
* Infrared: No
* Proximity: No
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: No
* Hall: Yes

117
docs/specs/mipad4.md Normal file
View File

@ -0,0 +1,117 @@
## Mi Pad 4
### General
* Regional name(s): -
* Android codename: clover
* MIUI codename: MIPAD4
### Hardware
* SoC: Qualcomm Snapdragon 660 @ 2.2 Ghz
* Memory: 3GB/4GB LPDDR4x
* Storage: 32GB/64GB eMMC 5.1
* MicroSD expansion: Up to 256GB
### Display
* Panel: IPS LCD
* Size: 8 inches
* Resolution: 1920 x 1200 pixels
* Pixel density: 283 ppi
* Aspect ratio: 16:10
* Brightness: ?
* Contrast ratio: 1200:1
* Colour gamut: ?
### Camera
**Rear camera**
* Sensor: OmniVision OV13855
* Resolution: 13 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: ?
* Flash: No
**Video recording**
* Normal: 1080p @ 30 fps
* High frame rate: No
* Slow motion: No
**Front camera**
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 6000 mAh
* Wired charging: 10W
* Wireless charging: No
### Dimensions
* Size: 200.2 x 120.3 x 7.9 mm
* Weight: 342.5 g
### Connectivity
**Cellular (LTE version only)**
* SIM slots: Nano
* VoLTE: No
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: 2x2
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: No
**Ports**
* USB: Type-C
* Headphone jack: Yes
### Navigation (LTE version only)
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: No
* Facial recognition: No
### Sensors
* Infrared: No
* Proximity: No
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes (LTE version only)
* Hall: Yes

117
docs/specs/mipad4plus.md Normal file
View File

@ -0,0 +1,117 @@
## Mi Pad 4 Plus
### General
* Regional name(s): -
* Android codename: clover
* MIUI codename: MIPAD4
### Hardware
* SoC: Qualcomm Snapdragon 660 @ 2.2 Ghz
* Memory: 4GB LPDDR4x
* Storage: 64GB/128GB eMMC 5.1
* MicroSD expansion: Up to 256GB
### Display
* Panel: IPS LCD
* Size: 10.1 inches
* Resolution: 1920 x 1200 pixels
* Pixel density: 224 ppi
* Aspect ratio: 16:10
* Brightness: ?
* Contrast ratio: 1000:1
* Colour gamut: ?
### Camera
**Rear camera**
* Sensor: OmniVision OV13855
* Resolution: 13 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: ?
* Flash: No
**Video recording**
* Normal: 1080p @ 30 fps
* High frame rate: No
* Slow motion: No
**Front camera**
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 8620 mAh
* Wired charging: 10W
* Wireless charging: No
### Dimensions
* Size: 245.6 x 149.08 x 7.99 mm
* Weight: 485 g
### Connectivity
**Cellular**
* SIM slots: Nano
* VoLTE: No
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: 2x2
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: No
**Ports**
* USB: Type-C
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: No
* Proximity: No
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: Yes

134
docs/specs/pocophonef1.md Normal file
View File

@ -0,0 +1,134 @@
## POCOPHONE F1
### General
* Regional name(s): POCO F1 (India)
* Android codename: beryllium
* MIUI codename: POCOF1
### Hardware
* SoC: Qualcomm Snapdragon 845 @ 2.8 Ghz
* Memory: 6GB/8GB LPDDR4x
* Storage: 64GB/128GB/256GB UFS 2.1
* MicroSD expansion: Yes
### Display
* Panel: IPS LCD
* Size: 6.18 inches
* Resolution: 2246 x 1080 pixels
* Pixel density: 403 ppi
* Aspect ratio: 18.7:9
* Brightness: 500 nits
* Contrast ratio: 1500:1
* Colour gamut: 84% NTSC
### Camera
**Rear camera**
* Sensor: Sony IMX363
* Resolution: 12 megapixels
* Pixel size: 1.4 µm
* Aperture: f/1.9
* OIS: No
* Autofocus: Dual PD
* Flash: LED
---
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
**Video recording**
* Normal: 4K/1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 1080p/720p @ 240 fps
**Front camera**
* Sensor: Samsung S5K3T1
* Resolution: 20 megapixels
* Pixel size: 0.9 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 4000 mAh
* Wired charging: Qualcomm Quick Charge 3.0 (18W)
* Wireless charging: No
### Dimensions
**Standard Edition**
* Size: 155.5 x 75.2 x 8.8 mm
* Weight: 182 g
**Armoured Edition**
* Size: 155.7 x 75.5 x 8.9 mm
* Weight: 187 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
| Network | Bands |
|:-------:|:------------------:|
| FDD-LTE | B1/B3/B5/B7/B8/B20 |
| TD-LTE | B38/B40/B41 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: 2x2 with MU-MIMO
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: No
**Ports**
* USB: Type-C
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: IR assisted
### Sensors
* Infrared: No
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: Yes

132
docs/specs/redmi5.md Normal file
View File

@ -0,0 +1,132 @@
## Redmi 5
### General
* Regional name(s): -
* Android codename: rosy
* MIUI codename: HM5
### Hardware
* SoC: Qualcomm Snapdragon 450 @ 1.8 Ghz
* Memory: 2GB/3GB/4GB
* Storage: 16GB/32GB
* MicroSD expansion: Yes
### Display
* Panel: IPS LCD
* Size: 5.7 inches
* Resolution: 1440 x 720 pixels
* Pixel density: 282 ppi
* Aspect ratio: 18:9
* Brightness: 450 nits
* Contrast ratio: 1000:1
* Colour gamut: 72% NTSC
### Camera
**Rear camera**
* Sensor: OmniVision OV12A10
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: PDAF
* Flash: LED
**Video recording**
* Normal: 1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: No
**Front camera**
* Sensor: OmniVision OV5675
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: LED
### Battery
* Capacity: 3300 mAh
* Wired charging: 10W
* Wireless charging: No
### Dimensions
* Size: 151.8 x 72.8 x 7.7 mm
* Weight: 157 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
**CN Version**
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Global Version**
| Network | Bands |
|:-------:|:---------------------:|
| FDD-LTE | B1/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B38/B40 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 b/g/n
* Bands: 2.4 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: No
**Ports**
* USB: Micro
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: No
* Hall: No

132
docs/specs/redmi5a.md Normal file
View File

@ -0,0 +1,132 @@
## Redmi 5A
### General
* Regional name(s): -
* Android codename: riva
* MIUI codename: HM5A
### Hardware
* SoC: Qualcomm Snapdragon 425 @ 1.4 Ghz
* Memory: 2GB
* Storage: 16GB
* MicroSD expansion: Up to 128GB
### Display
* Panel: IPS LCD
* Size: 5 inches
* Resolution: 1280 x 720 pixels
* Pixel density: 296 ppi
* Aspect ratio: 16:9
* Brightness: ?
* Contrast ratio: 1000:1
* Colour gamut: 72% NTSC
### Camera
**Rear camera**
* Sensor: ?
* Resolution: 13 megapixels
* Pixel size: ?
* Aperture: f/2.2
* OIS: No
* Autofocus: Yes
* Flash: LED
**Video recording**
* Normal: 1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: No
**Front camera**
* Sensor: ?
* Resolution: 5 megapixels
* Pixel size: ?
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3000 mAh
* Wired charging: 5W
* Wireless charging: No
### Dimensions
* Size: 140.4 x 70.1 x 8.35 mm
* Weight: 137 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
**CN Version**
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Global Version**
| Network | Bands |
|:-------:|:---------------------:|
| FDD-LTE | B1/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B38/B40 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 b/g/n
* Bands: 2.4 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.1
* NFC: No
**Ports**
* USB: Micro
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: No
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: No
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: No
* Hall: No

132
docs/specs/redmi5plus.md Normal file
View File

@ -0,0 +1,132 @@
## Redmi 5 Plus
### General
* Regional name(s): Redmi Note 5 (India)
* Android codename: vince
* MIUI codename: HM5Plus
### Hardware
* SoC: Qualcomm Snapdragon 625 @ 2.0 Ghz
* Memory: 3GB/4GB
* Storage: 32GB/64GB
* MicroSD expansion: Yes
### Display
* Panel: IPS LCD
* Size: 5.99 inches
* Resolution: 2160 x 1080 pixels
* Pixel density: 403 ppi
* Aspect ratio: 18:9
* Brightness: 450 nits
* Contrast ratio: 1000:1
* Colour gamut: 84% NTSC
### Camera
**Rear camera**
* Sensor: OmniVision OV12A10
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: PDAF
* Flash: Dual tone LED
**Video recording**
* Normal: 1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: No
**Front camera**
* Sensor: OmniVision OV5675
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: LED
### Battery
* Capacity: 4000 mAh
* Wired charging: 10W
* Wireless charging: No
### Dimensions
* Size: 158.5 x 75.45 x 8.05 mm
* Weight: 180 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
**CN Version**
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Global Version**
| Network | Bands |
|:-------:|:---------------------:|
| FDD-LTE | B1/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B38/B40 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: No
**Ports**
* USB: Micro
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: No
* Hall: Yes

140
docs/specs/redmi6.md Normal file
View File

@ -0,0 +1,140 @@
## Redmi 6
### General
* Regional name(s): -
* Android codename: cereus
* MIUI codename: HM6
### Hardware
* SoC: MediaTek Helio P22 @ 2.0 Ghz
* Memory: 3GB/4GB
* Storage: 32GB/64GB
* MicroSD expansion: Up to 256GB
### Display
* Panel: IPS LCD
* Size: 5.45 inches
* Resolution: 1440 x 720 pixels
* Pixel density: 295 ppi
* Aspect ratio: 18:9
* Brightness: ?
* Contrast ratio: 1000:1
* Colour gamut: ?
### Camera
**Rear camera**
* Sensor: Sony IMX486
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: PDAF
* Flash: LED
---
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: ?
* OIS: No
**Video recording**
* Normal: 1080p/720p/480p @ 30 fps
* High frame rate: No
* Slow motion: 480p @ 120 fps
**Front camera**
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3000 mAh
* Wired charging: 5W
* Wireless charging: No
### Dimensions
* Size: 147.5 x 71.5 x 8.3 mm
* Weight: 146 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
**CN Version**
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Global Version**
| Network | Bands |
|:-------:|:---------------------:|
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B38/B40 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 b/g/n
* Bands: 2.4 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: No
**Ports**
* USB: Micro
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: No
* Proximity: Yes
* Gyroscope: No
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: No

132
docs/specs/redmi6a.md Normal file
View File

@ -0,0 +1,132 @@
## Redmi 6A
### General
* Regional name(s): -
* Android codename: cactus
* MIUI codename: HM6A
### Hardware
* SoC: MediaTek Helio A22 @ 2.0 Ghz
* Memory: 2GB
* Storage: 16GB
* MicroSD expansion: Up to 256GB
### Display
* Panel: IPS LCD
* Size: 5.45 inches
* Resolution: 1440 x 720 pixels
* Pixel density: 295 ppi
* Aspect ratio: 18:9
* Brightness: ?
* Contrast ratio: 1000:1
* Colour gamut: ?
### Camera
**Rear camera**
* Sensor: ?
* Resolution: 13 megapixels
* Pixel size: ?
* Aperture: f/2.2
* OIS: No
* Autofocus: PDAF
* Flash: LED
**Video recording**
* Normal: 1080p/720p/480p @ 30 fps
* High frame rate: No
* Slow motion: No
**Front camera**
* Sensor: ?
* Resolution: 5 megapixels
* Pixel size: ?
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3000 mAh
* Wired charging: 5W
* Wireless charging: No
### Dimensions
* Size: 147.5 x 71.5 x 8.3 mm
* Weight: 145 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
**Chinese Version**
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Global Version**
| Network | Bands |
|:-------:|:---------------------:|
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B38/B40 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 b/g/n
* Bands: 2.4 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: No
**Ports**
* USB: Micro
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: No
* Facial recognition: No
### Sensors
* Infrared: No
* Proximity: Yes
* Gyroscope: No
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: No

129
docs/specs/redmi6pro.md Normal file
View File

@ -0,0 +1,129 @@
## Redmi 6 Pro
### General
* Regional name(s): -
* Android codename: sakura
* MIUI codename: HM6Pro
### Hardware
* SoC: Qualcomm Snapdragon 625 @ 2.0 Ghz
* Memory: 3GB/4GB
* Storage: 32GB/64GB
* MicroSD expansion: Up to 256GB
### Display
* Panel: IPS LCD
* Size: 5.84 inches
* Resolution: 2280 x 1080 pixels
* Pixel density: 432 ppi
* Aspect ratio: 19:9
* Brightness: 500 nits
* Contrast ratio: 1500:1
* Colour gamut: 84% NTSC
### Camera
**Rear camera**
* Sensor: Sony IMX486
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: PDAF
* Flash: LED
---
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: ?
* OIS: No
**Video recording**
* Normal: 1080p/720p/480p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: OmniVision OV5675
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: ?
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 4000 mAh
* Wired charging: 10W
* Wireless charging: No
### Dimensions
* Size: 149.33 x 71.68 x 8.75 mm
* Weight: 178 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: No
**Ports**
* USB: Micro
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: No

121
docs/specs/redminote4mtk.md Normal file
View File

@ -0,0 +1,121 @@
## Redmi Note 4 (MTK)
### General
* Regional name(s): -
* Android codename: nikel
* MIUI codename: HMNote4
### Hardware
* SoC: MediaTek Helio X20 @ 2.1 Ghz
* Memory: 3GB/4GB
* Storage: 32GB/64GB
* MicroSD expansion: Up to 128GB
### Display
* Panel: IPS LCD
* Size: 5.5 inches
* Resolution: 1920 x 1080 pixels
* Pixel density: 401 ppi
* Aspect ratio: 16:9
* Brightness: 450 nits
* Contrast ratio: 1000:1
* Colour gamut: 72% NTSC
### Camera
**Rear camera**
* Sensor: Samsung S5K3L8 / Sony IMX258
* Resolution: 13 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: PDAF
* Flash: Dual tone LED
**Video recording**
* Normal: 1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 4100 mAh
* Wired charging: 10W
* Wireless charging: No
### Dimensions
* Size: 151 x 76 x 8.35 mm
* Weight: 175 g
### Connectivity
**Cellular**
* SIM slots: Micro + Nano
* VoLTE: No
| Network | Bands |
|:---------:|:---------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B8 |
| CDMA/EVDO | BC0 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: No
**Ports**
* USB: Micro
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: No
* Hall: Yes

132
docs/specs/redminote4sd.md Normal file
View File

@ -0,0 +1,132 @@
## Redmi Note 4 (SD)
### General
* Regional name(s): Redmi Note 4X (Greater China)
* Android codename: mido
* MIUI codename: HMNote4X
### Hardware
* SoC: Qualcomm Snapdragon 625 @ 2.0 Ghz
* Memory: 3GB/4GB LPDDR3
* Storage: 16GB/32GB/64GB eMMC 5.0
* MicroSD expansion: Up to 128GB
### Display
* Panel: IPS LCD
* Size: 5.5 inches
* Resolution: 1920 x 1080 pixels
* Pixel density: 403 ppi
* Aspect ratio: 16:9
* Brightness: 450 nits
* Contrast ratio: 1000:1
* Colour gamut: 72% NTSC
### Camera
**Rear camera**
* Sensor: Sony IMX258 / Samsung S5K3L8
* Resolution: 13 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: PDAF
* Flash: Dual tone LED
**Video recording**
* Normal: 1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 4100 mAh
* Wired charging: 10W
* Wireless charging: No
### Dimensions
* Size: 151 x 76 x 8.45 mm
* Weight: 165 g
### Connectivity
**Cellular**
* SIM slots: Micro + Nano
* VoLTE: No
**CN Version**
| Network | Bands |
|:---------:|:---------------:|
| FDD-LTE | B1/B3/B5/B7 |
| TD-LTE | B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Global Version**
| Network | Bands |
|:-------:|:---------------------:|
| FDD-LTE | B1/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B38/B40 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: No
**Ports**
* USB: Micro
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: No
* Hall: Yes

185
docs/specs/redminote5.md Normal file
View File

@ -0,0 +1,185 @@
## Redmi Note 5
### General
* Regional name(s): Redmi Note 5 Pro (India)
* Android codename: whyred
* MIUI codename: HMNote5 / HMNote5Pro
### Hardware
* SoC: Qualcomm Snapdragon 636 @ 1.8 Ghz
* Memory: 3GB/4GB/6GB LPDDR4x @ 1333 Mhz
* Storage: 32GB/64GB/128GB eMMC 5.1
* MicroSD expansion: Up to 128GB
### Display
* Panel: IPS LCD
* Size: 5.99 inches
* Resolution: 2160 x 1080 pixels
* Pixel density: 403 ppi
* Aspect ratio: 18:9
* Brightness: 450 nits
* Contrast ratio: 1000:1
* Colour gamut: 84% NTSC
### Camera (CN/Global Version)
**Rear camera**
* Sensor: Samsung S5K2L7
* Resolution: 12 megapixels
* Pixel size: 1.4 µm
* Aperture: f/1.9
* OIS: No
* Autofocus: Dual PD
* Flash: LED
---
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
**Video recording**
* Normal: 1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: OmniVision OV13855
* Resolution: 13 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: LED
### Camera (IN Version)
**Rear camera**
* Sensor: Sony IMX486
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: PDAF
* Flash: LED
---
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
**Video recording**
* Normal: 1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: Sony IMX376
* Resolution: 20 megapixels
* Pixel size: 2.0 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: No
* Flash: LED
### Battery
* Capacity: 4000 mAh
* Wired charging: Qualcomm Quick Charge 2.0 (18W)
* Wireless charging: No
### Dimensions
* Size: 158.6 x 75.4 x 8.05 mm
* Weight: 181 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: Yes
**CN Version**
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Global Version**
| Network | Bands |
|:-------:|:---------------------:|
| FDD-LTE | B1/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B38/B40 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
**IN Version**
| Network | Bands |
|:-------:|:---------------:|
| FDD-LTE | B1/B3/B5 |
| TD-LTE | B40/B41 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: No
**Ports**
* USB: Micro
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: Yes

132
docs/specs/redminote5a.md Normal file
View File

@ -0,0 +1,132 @@
## Redmi Note 5A
### General
* Regional name(s): Redmi Y1 Lite (India)
* Android codename: ugglite
* MIUI codename: HMNote5ALITE
### Hardware
* SoC: Qualcomm Snapdragon 425
* Memory: 2GB
* Storage: 16GB
* MicroSD expansion: Up to 128GB
### Display
* Panel: IPS LCD
* Size: 5.5 inches
* Resolution: 1280 x 720 pixels
* Pixel density: ?
* Aspect ratio: 16:9
* Brightness: 450 nits
* Contrast ratio: 1000:1
* Colour gamut: 70% NTSC
### Camera
**Rear camera**
* Sensor: Samsung S5K3L8
* Resolution: 13 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: PDAF
* Flash: LED
**Video recording**
* Normal: 1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: No
**Front camera**
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
### Battery
* Capacity: 3080 mAh
* Wired charging: -
* Wireless charging: No
### Dimensions
* Size: 153 x 76.2 x 7.55 mm
* Weight: 150 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
**CN Version**
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Global Version**
| Network | Bands |
|:-------:|:---------------------:|
| FDD-LTE | B1/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B38/B40 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 b/g/n
* Bands: 2.4 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: No
**Ports**
* USB: Micro
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: No
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: No

View File

@ -0,0 +1,132 @@
## Redmi Note 5A Prime
### General
* Regional name(s): Redmi Y1 (India)
* Android codename: ugg
* MIUI codename: HMNote5A
### Hardware
* SoC: Qualcomm Snapdragon 435
* Memory: 3GB
* Storage: 32GB
* MicroSD expansion: Up to 128GB
### Display
* Panel: IPS LCD
* Size: 5.5 inches
* Resolution: 1280 x 720 pixels
* Pixel density: ?
* Aspect ratio: 16:9
* Brightness: 450 nits
* Contrast ratio: 1000:1
* Colour gamut: 70% NTSC
### Camera
**Rear camera**
* Sensor: OmniVision OV13855
* Resolution: 13 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: PDAF
* Flash: LED
**Video recording**
* Normal: 1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: No
**Front camera**
* Sensor: OmniVision OV16885
* Resolution: 16 megapixels
* Pixel size: 1.0 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: LED
### Battery
* Capacity: 3080 mAh
* Wired charging: -
* Wireless charging: No
### Dimensions
* Size: 153 x 76.2 x 7.7 mm
* Weight: 153 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
**CN Version**
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Global Version**
| Network | Bands |
|:-------:|:---------------------:|
| FDD-LTE | B1/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B38/B40 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 b/g/n
* Bands: 2.4 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: No
**Ports**
* USB: Micro
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: No

135
docs/specs/redminote6pro.md Normal file
View File

@ -0,0 +1,135 @@
## Redmi Note 6 Pro
### General
* Regional name(s): -
* Android codename: tulip
* MIUI codename: ?
### Hardware
* SoC: Qualcomm Snapdragon 636 @ 1.8 Ghz
* Memory: 3GB/4GB LPDDR4x
* Storage: 32GB/64GB eMMC 5.1
* MicroSD expansion: Up to 256GB
### Display
* Panel: IPS LCD
* Size: 6.26 inches
* Resolution: 2280 x 1080 pixels
* Pixel density: 403 ppi
* Aspect ratio: 19:9
* Brightness: 500 nits
* Contrast ratio: 1500:1
* Colour gamut: 84% NTSC
### Camera
**Rear camera**
* Sensor: Samsung S5K2L7
* Resolution: 12 megapixels
* Pixel size: 1.4 µm
* Aperture: f/1.9
* OIS: No
* Autofocus: Dual PD
* Flash: LED
---
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: f/2.2
* OIS: No
**Video recording**
* Normal: 1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: 720p @ 120 fps
**Front camera**
* Sensor: Samsung S5K3T1
* Resolution: 20 megapixels
* Pixel size: 0.9 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: No
---
* Sensor: Omnivision OV02A10
* Resolution: 2 megapixels
* Pixel size: 1.75 µm
* Aperture: f/2.2
* OIS: No
### Battery
* Capacity: 4000 mAh
* Wired charging: 10W
* Wireless charging: No
### Dimensions
* Size: 157.9 x 76.4 x 8.26 mm
* Weight: 182 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
| Network | Bands |
|:-------:|:---------------------:|
| FDD-LTE | B1/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B38/B40 |
| WCDMA | B1/B2/B4/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 a/b/g/n/ac
* Bands: 2.4 Ghz / 5 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 5.0
* NFC: No
**Ports**
* USB: Micro
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: Yes

140
docs/specs/redmis2.md Normal file
View File

@ -0,0 +1,140 @@
## Redmi S2
### General
* Regional name(s): Redmi Y2 (India)
* Android codename: ysl
* MIUI codename: HMS2
### Hardware
* SoC: Qualcomm Snapdragon 625
* Memory: 3GB/4GB
* Storage: 32GB/64GB
* MicroSD expansion: Up to 256GB
### Display
* Panel: IPS LCD
* Size: 5.99 inches
* Resolution: 1440 x 720 pixels
* Pixel density: 269 ppi
* Aspect ratio: 18:9
* Brightness: 450 nits
* Contrast ratio: 1000:1
* Colour gamut: 70.8% NTSC
### Camera
**Rear camera**
* Sensor: Sony IMX486
* Resolution: 12 megapixels
* Pixel size: 1.25 µm
* Aperture: f/2.2
* OIS: No
* Autofocus: PDAF
* Flash: LED
---
* Sensor: Samsung S5K5E8
* Resolution: 5 megapixels
* Pixel size: 1.12 µm
* Aperture: ?
* OIS: No
**Video recording**
* Normal: 1080p/720p @ 30 fps
* High frame rate: No
* Slow motion: No
**Front camera**
* Sensor: Samsung S5K3P8SP
* Resolution: 16 megapixels
* Pixel size: 2.0 µm
* Aperture: f/2.0
* OIS: No
* Autofocus: No
* Flash: LED
### Battery
* Capacity: 3080 mAh
* Wired charging: 10W
* Wireless charging: No
### Dimensions
* Size: 160.73 x 77.26 x 8.1 mm
* Weight: 170 g
### Connectivity
**Cellular**
* SIM slots: Nano + Nano
* VoLTE: No
**CN Version**
| Network | Bands |
|:---------:|:-------------------:|
| FDD-LTE | B1/B3/B5/B7/B8 |
| TD-LTE | B34/B38/B39/B40/B41 |
| TD-SCDMA | B34/B39 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
| CDMA/EVDO | BC0 |
**Global Version**
| Network | Bands |
|:-------:|:---------------------:|
| FDD-LTE | B1/B3/B4/B5/B7/B8/B20 |
| TD-LTE | B38/B40 |
| WCDMA | B1/B2/B5/B8 |
| GSM | B2/B3/B5/B8 |
**Wi-Fi**
* Protocols: 802.11 b/g/n
* Bands: 2.4 Ghz
* MIMO: No
**Bluetooth & NFC**
* Bluetooth: 4.2
* NFC: No
**Ports**
* USB: Micro
* Headphone jack: Yes
### Navigation
* GPS: Yes
* AGPS: Yes
* Galileo: No
* GLONASS: Yes
* QZSS: No
* BDS: Yes
### Biometrics
* Fingerprint sensor: Yes
* Facial recognition: No
### Sensors
* Infrared: Yes
* Proximity: Yes
* Gyroscope: Yes
* Ambient light: Yes
* Accelerometer: Yes
* Barometer: No
* Electronic compass: Yes
* Hall: No

19
docs/systemapps.md Normal file
View File

@ -0,0 +1,19 @@
## Uninstall system apps
By default, MIUI comes with a lot of system apps that replace stock Android's own apps and also provide popular features that you would usually get from third-party apps from Google Play. Despite what they offer, many users see these apps as bloatware and want to get rid of them to clear up space and have less icons on the home screen. MIUI doesn't give the user the option to remove these apps and services but the Android Debug Bridge is capable of doing that.
### Instructions
1. Download and launch the Xiaomi ADB/Fastboot Tools from [here](tools.md).
2. Connect the device to your computer and load it in ADB mode. The device info should appear in the application.
For details, see the instructions on GitHub.
3. On the ADB tab, in the Uninstaller module, select all the apps and services you wish to remove and click Uninstall!
**Note:** The Uninstaller only lists apps which aren't necessary for basic functionality, so removing them won't break the device.
The process may take up to 60 seconds.
4. Afterwards, reboot the device to finalise the changes by clicking Reboot device to System in the top menu.

23
docs/tipsandtricks.md Normal file
View File

@ -0,0 +1,23 @@
## Tips & tricks
### Before purchasing
* If you live outside of Xiaomi's official market, you have to purchase from third-party resellers who are sometimes more expensive, less reliable and don't provide as much aftersales as Xiaomi officially would. The list of recommended resellers can be found [here](resellers.md).
* Do not buy a [Chinese Version](versions.md), even if it comes with an official Global ROM pre-installed. On Chinese Versions, it's not possible to boot the Global Stable/Developer ROM with a locked bootloader, which is inevitable to pass SafetyNet and get Google Play certification. Additionally, Xiaomi rarely releases Global ROMs for devices which are only sold in Mainland China and China ROMs are difficult to set up and use globally, so if you want a Global ROM, wait for a [Global Version](versions.md) to come out and buy that.
* If you purchase a Chinese device with MIUI from a reseller, it might come with a reseller ROM if there's no official Global ROM available for it at the time of purchase. These ROMs are badly optimised, buggy, not safe to use and often bloated. If you encounter a reseller ROM, you have to get rid of it by yourself. Learn more about reseller ROMs [here](customroms.md).
* Xiaomi devices, especially Chinese models, are made for the Chinese market and support primarily Chinese networks so they probably don't support all the LTE bands used in your country. Some models have Global Versions which support additional LTE bands used outside of China. See detailed network compatibility [here](ltecoverage.md).
* Xiaomi does not provide customer support or warranty for unofficially purchased products. Many of their products are exclusive to Mainland China and only get support there. Keep that in mind when you purchase from a third-party. If you encounter an issue, the best you can do is ask for help online, on the official MIUI forums, on the Xiaomi.eu or the XDA forums.
* If you are interested in modding (flashing/rooting) your device, do not get a MediaTek-based device. MediaTek does not release sources and so custom development is generally bad for MediaTek devices.
### After purchasing
* During setup, it's recommended to create a Mi account but there's no need to use Xiaomi's own services, such as Find my device or MiCloud. The former makes it difficult to untie your device from your Mi account in case you want to reset it and/or sell it while the latter is simply inferior to Google's own service, Google Drive.
* MIUI comes with plenty of pre-installed apps that many users see as bloatware. Some of them can be easily uninstalled but most can't. If you'd like to get rid of such apps, look into my [uninstalling guide](systemapps.md).
* Apps are often killed in the background by MIUI to prolong battery life and as a result you might not receive all your notifications by default. To fix that, change [these settings](notifications.md).

77
docs/tools.md Normal file
View File

@ -0,0 +1,77 @@
## Tools for Xiaomi devices
### MiFlash by Xiaomi
**Supported platforms:** Windows
**Features:**
* Install device drivers
* Flash Fastboot ROM packages in Fastboot mode
* Flash Fastboot ROM packages in EDL mode
* Lock the bootloader of any Xiaomi device
[Download (2018.05.28)](http://bigota.d.miui.com/tools/MiFlash2018-5-28-0.zip)
**Older versions in case the latest one doesn't work:**
[Download (2017.04.25)](http://api.en.miui.com/url/MiFlashTool)
[Download (2016.08.30)](https://drive.google.com/open?id=0B9wtW2KGOf0RV0F1bnVmYmNFZGM)
[Download (2016.04.01)](https://drive.google.com/open?id=0B9wtW2KGOf0RaERVZXFtaGxfZ2s)
### MiUnlock by Xiaomi
**Supported platforms:** Windows
**Features:**
* Unlock the bootloader of any Xiaomi device
[Download](http://en.miui.com/unlock/download_en.html)
### XiaomiADB by Francesco Tescari
[Official website](http://www.xiaomitool.com/adb)
**Supported platforms:** Windows
**Features:**
* Flash official Recovery ROMs in MiRecovery
* Use all other capabilities of the Android Debug Bridge
[Download](http://www.xiaomitool.com/latestadb)
### MiUnlockTool by Francesco Tescari
[Official thread on XDA](https://forum.xda-developers.com/android/software-hacking/tool-miunlocktool-unlock-bootloader-t3782444)
**Supported platforms:** Windows/Mac/Linux
**Features:**
* Unlock the bootloader of any Xiaomi device
[Download](http://xiaomitool.com/latestmut)
### Xiaomi ADB/Fastboot Tools by Saki_EU
**Supported platforms:** Windows/Mac/Linux
**Features:**
* Debloat any Xiaomi device, uninstall any app you want
* Enable camera2 or EIS (TWRP required)
* Get detailed information about any Xiaomi device
* Change the screen density (DPI)
* Flash any partition with an image file
* Boot to any image file
* Flash a Fastboot ROM package in Fastboot mode
* Wipe the cache or factory reset any Xiaomi device
* Unlock or lock the bootloader of Android One devices
* Get links to the latest Fastboot ROMs or download them right away
* Switch between system/fastboot/EDL/recovery modes
[Download](https://github.com/Saki-EU/XiaomiADBFastbootTools)

17
docs/versions.md Normal file
View File

@ -0,0 +1,17 @@
## Regional versions of Xiaomi devices
Xiaomi devices, which are officially sold outside of Mainland China, usually come in three versions. Versions of Redmi devices differ in LTE band support and packaging, while the versions of Mi devices are identical in hardware and only come in a different box. Some Xiaomi devices only have Chinese Versions while Android One models aren't sold in Mainland China at all.
### Chinese Version
Chinese Versions are manufactured and sold in Mainland China, they come in a Chinese box with a NEMA plug power adapter and the China Stable ROM pre-installed. Most resellers sell the Chinese Versions of Xiaomi devices with a Global ROM, since most models only come in that version.
**Warning: On Chinese Versions manufactured after May 2018, it's not possible to boot the Global Stable or Developer ROM, if the bootloader is locked.**
### Indian Version
Indian versions are manufactured and sold in India, they come in an English box with an IN plug power adapter and the Global Stable ROM pre-installed. Indian Redmi devices support significantly less LTE bands than Chinese Versions, because only a fraction of those bands are used in India. Resellers who are dealing with Indian versions are extremely hard to come by. Indian versions have a red 'Made in India' sticker on the box.
### Global Version
Global Versions are manufactured in Mainland China and sold in the rest of the market (outside of Mainland China and India). The box's language and the power adapter's plug varies by region, but the phone always comes with the Global Stable ROM pre-installed. Global Redmi devices also support more LTE bands than their Chinese counterparts. Global Versions have a red 'Global Version' sticker on the box and most resellers offer both the Global and Chinese Versions of a phone when they exist.