Mi 11 ultra version (global or Chinese)


Jorisimone

Members
Jul 14, 2018
43
20
Hi friends! How can I find what version is my phone? Global or Chinese
Mi 11 Ultra ( M2102K1G). Thanks
 

Igor Eisberg

Lead Developer
Staff member
Oct 6, 2016
8,454
322
Interesting is that on the box is M2102K1C,but in phone is M2102K1G
What the phone "says" is determined by the ROM you use. We have to use M2102K1G for services like Google Voice Match, Netflix, Amazon Prime, some games, etc.
If your box says China, then it's China.
If you really want to verify that, you can run an ADB command:
Code:
adb shell getprop ro.boot.hwc
It'll print the region of the hardware.
 
  • Like
Reactions: MeiGuddet

Jorisimone

Members
Jul 14, 2018
43
20
What the phone "says" is determined by the ROM you use. We have to use M2102K1G for services like Google Voice Match, Netflix, Amazon Prime, some games, etc.
If your box says China, then it's China.
If you really want to verify that, you can run an ADB command:
Code:
adb shell getprop ro.boot.hwc
It'll print the region of the hardware.
Ok thanks
 

MeiGuddet

Members
Apr 29, 2016
1,260
222
What the phone "says" is determined by the ROM you use. We have to use M2102K1G for services like Google Voice Match, Netflix, Amazon Prime, some games, etc. …
Thanks for this info. I didn't know that model name can be changed by ROM.