Mi 11 ultra version (global or Chinese)


Jorisimone

Members
Jul 14, 2018
46
20
Hi friends! How can I find what version is my phone? Global or Chinese
Mi 11 Ultra ( M2102K1G). Thanks
 
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
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
 
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.