Added global bands
This commit is contained in:
parent
2877c0f771
commit
9b590c86af
@ -1,3 +1,5 @@
|
||||
[Index page](../../)
|
||||
|
||||
## About Anti-Rollback Protection
|
||||
|
||||
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.
|
||||
|
@ -87,6 +87,8 @@
|
||||
|
||||
* SIM slots: Nano + Nano
|
||||
|
||||
**Chinese Version**
|
||||
|
||||
| Network | Bands |
|
||||
|:---------:|:-------------------:|
|
||||
| FDD-LTE | B1/B3/B5/B7/B8 |
|
||||
@ -96,6 +98,15 @@
|
||||
| GSM | B2/B3/B5/B8 |
|
||||
| CDMA/EVDO | BC0 |
|
||||
|
||||
**Global Version**
|
||||
|
||||
| Network | Bands |
|
||||
|:---------:|:--------------------------------:|
|
||||
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B20/B28 |
|
||||
| TDD-LTE | B38/B40 |
|
||||
| WCDMA | B1/B2/B4/B5/B8 |
|
||||
| GSM | B2/B3/B5/B8 |
|
||||
|
||||
**Wi-Fi**
|
||||
|
||||
* Protocols: 802.11 a/b/g/n/ac
|
||||
|
@ -77,6 +77,8 @@
|
||||
|
||||
* SIM slots: Nano + Nano
|
||||
|
||||
**Chinese Version**
|
||||
|
||||
| Network | Bands |
|
||||
|:---------:|:-------------------:|
|
||||
| FDD-LTE | B1/B3/B5/B7/B8 |
|
||||
@ -86,6 +88,15 @@
|
||||
| GSM | B2/B3/B5/B8 |
|
||||
| CDMA/EVDO | BC0 |
|
||||
|
||||
**Global Version**
|
||||
|
||||
| Network | Bands |
|
||||
|:---------:|:--------------------------------:|
|
||||
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B20/B28 |
|
||||
| TDD-LTE | B38/B40 |
|
||||
| WCDMA | B1/B2/B4/B5/B8 |
|
||||
| GSM | B2/B3/B5/B8 |
|
||||
|
||||
**Wi-Fi**
|
||||
|
||||
* Protocols: 802.11 b/g/n
|
||||
|
@ -109,10 +109,10 @@
|
||||
**Global Version**
|
||||
|
||||
| Network | Bands |
|
||||
|:-------:|:---------------------:|
|
||||
| FDD-LTE | B1/B3/B5/B7/B8/B20 |
|
||||
| TDD-LTE | B38/B40/B41 |
|
||||
| WCDMA | B1/B2/B5/B8 |
|
||||
|:---------:|:--------------------------------:|
|
||||
| FDD-LTE | B1/B2/B3/B4/B5/B7/B8/B20/B28 |
|
||||
| TDD-LTE | B38/B40 |
|
||||
| WCDMA | B1/B2/B4/B5/B8 |
|
||||
| GSM | B2/B3/B5/B8 |
|
||||
|
||||
**Wi-Fi**
|
||||
|
Loading…
Reference in New Issue
Block a user