Question Doubts about Global variant - Xiaomi 12 Pro

I am from India and I have the Indian variant of Xiaomi 12 pro, I have already unlocked it and flashed EU ROM
But recently global version got android 13 so I have flashed it through recovery and now my device is running android 13 with global ROM
there are no issues as of now
I have some minor doubts can anyone clarify those
1. Can I lock my bootloader now? I mean I heard that if the Chinese variant is locked when in global ROM will brick the device so I was wondering if it is applicable to the Indian variant too?
2. Recovery available for our device is for android 12 only so if I want to roll back to EU ROM should I flash fastboot ROM from older EU builds and then flash recovery then update to the latest EU build or just wait for the EU build to get to android 13?
3. Are there any differences in the 5G bands for the Indian version and the global version? We are expecting 5G to be released by the month of October

I guess you are talking about EEA for Europe stock rom and not Xiaomi EU rom.(better than stock).
1/Nope
2/It's a Beta stable
In response to this post: the bootloader must be locked and as it is a Beta it can also come from that.
3/Same phone

NOSS8 said:
I guess you are talking about EEA for Europe stock rom and not Xiaomi EU rom.(better than stock).
1/Nope
2/It's a Beta stable
In response to this post: the bootloader must be locked and as it is a Beta it can also come from that.
3/Same phone
Click to expand...
Click to collapse
before flashing android 13 recovery ROM I was using Xiaomi EU ROM which was based on Chinese stable
thank you

I am now back on Xiaomi EU ROM from Global android 13 ROM
Steps to roll back to android 12 build:
0. perform a backup of your device all data will be lost
1. get a fastboot ROM, In my case, I have used Xiaomi EU ROM 13.0.36 build,
2. extract it into any folder
3. flash it, if you are using EU fastboot ROM then there will be a file for the first install just run it and it will restart your device after flashing, if you are using official builds use MI Flash tool
4. After first reboot i went into bootloader again and booted into TWRP and flashed TWRP from there
5. pushed EU ROM 13.0.37 zip using
Code:
adb push update_file_name.zip /sdcard/
6. install the update and reboot
That's all

trinadhchinna7 said:
I am now back on Xiaomi EU ROM from Global android 13 ROM
Steps to roll back to android 12 build:
0. perform a backup of your device all data will be lost
1. get a fastboot ROM, In my case, I have used Xiaomi EU ROM 13.0.36 build,
2. extract it into any folder
3. flash it, if you are using EU fastboot ROM then there will be a file for the first install just run it and it will restart your device after flashing, if you are using official builds use MI Flash tool
4. After first reboot i went into bootloader again and booted into TWRP and flashed TWRP from there
5. pushed EU ROM 13.0.37 zip using
Code:
adb push update_file_name.zip /sdcard/
6. install the update and reboot
That's all
Click to expand...
Click to collapse
Hi, tried your method to return back to a12 but no luck, will you please advice me whats wrong?
PS D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea> .\flash_all.bat
D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea>fastboot getvar product 2>&1 | findstr /r /c:"^product: *zeus" || echo Missmatching image and device
product: zeus
D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea>fastboot getvar product 2>&1 | findstr /r /c:"^product: *zeus" || exit /B 1
product: zeus
D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea>if exist "D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea\images\anti_version.txt" (for /F "usebackq" %a in ("D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea\images\anti_version.txt") do (set CURRENT_ANTI_VER=%a ) )
D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea>(set CURRENT_ANTI_VER=1 )
D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea>if [1] EQU [] set CURRENT_ANTI_VER=0
D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea>for /F "tokens=2 delims=: " %i in ('fastboot getvar anti 2>&1 | findstr /r /c:"anti:"') do (set version=%i )
D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea>(set version=1 )
D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea>if [1] EQU [] set version=0
D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea>set anticheck="antirollback check pass"
D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea>if 1 GTR 1 set anticheck="Current device antirollback version is greater than this pakcage"
D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea>echo "antirollback check pass" | findstr /r /c:"pass" ||
"antirollback check pass"
D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea>fastboot getvar crc 2>&1 | findstr /r /c:"^crc: 1" && if 0 EQU 0 (
fastboot flash crclist D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea\images\crclist.txt ||
fastboot flash sparsecrclist D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea\images\sparsecrclist.txt ||
)
crc: 1
fastboot: error: cannot load 'D:\xiaomi': No such file or directory
"Flash crclist error"
PS D:\xiaomi 12 pro\zeus_eea_global_images_V13.0.19.0.SLBEUXM_20220704.0000.00_12.0_eea>
Tried every FASTBOOT ROM (global, chinese, eea) same result.

You can indeed lock the bootloader.... My previous device was Mi 11 Ultra (indian) and currently on Mi 12 Pro (indian) .. as long as its global or EEA ROM you can safely lock the bootloader... I have tried both in 11 ultra ...and even now in 12 pro running global with bootloader locked on my indian variant.. just use miflash tool and give lock while initiating flashing... And if necessary.. you can again unlock in seconds

Armadillo0106 said:
You can indeed lock the bootloader.... My previous device was Mi 11 Ultra (indian) and currently on Mi 12 Pro (indian) .. as long as its global or EEA ROM you can safely lock the bootloader... I have tried both in 11 ultra ...and even now in 12 pro running global with bootloader locked on my indian variant.. just use miflash tool and give lock while initiating flashing... And if necessary.. you can again unlock in seconds
Click to expand...
Click to collapse
It's not a question of rom but of phone version.
Chinese vendors install global or EEA roms on Chinese devices .
Many cases on XDA or locking the phone on a Global, EEA etc rom has caused the brick.

NOSS8 said:
It's not a question of rom but of phone version.
Chinese vendors install global or EEA roms on Chinese devices .
Many cases on XDA or locking the phone on a Global, EEA etc rom has caused the brick.
Click to expand...
Click to collapse
On indian device u can lock bootloder with global,EEA, or indian ROM... Anything other than this will end up in bricking your device....as u and i are from India... We are concerned with indian variant... And i personally have tested it...u will safe if u lock bootloader with global rom in indian phone

Armadillo0106 said:
On indian device u can lock bootloder with global,EEA, or indian ROM... Anything other than this will end up in bricking your device....as u and i are from India... We are concerned with indian variant... And i personally have tested it...u will safe if u lock bootloader with global rom in indian phone
Click to expand...
Click to collapse
I never said the opposite, but understand that there are some who buy Chinese devices with global or eea roms who do not know that they are Chinese devices and think they have a global or eea version devices .
A common example is downgrading rom versions on Chinese devices using Miflash and locking the bootloader or the flash of an Indonesian rom for the call recorder.

NOSS8 said:
I never said the opposite, but understand that there are some who buy Chinese devices with global or eea roms who do not know that they are Chinese devices and think they have a global or eea version devices .
A common example is downgrading rom versions on Chinese devices using Miflash and locking the bootloader or the flash of an Indonesian rom for the call recorder.
Click to expand...
Click to collapse
But main question says he is indian with indian device and question no 1 asked if he can safely lock the bootloader... And was answering that part... Hope u are confusing

trinadhchinna7 said:
I am from India and I have the Indian variant of Xiaomi 12 pro, I have already unlocked it and flashed EU ROM
But recently global version got android 13 so I have flashed it through recovery and now my device is running android 13 with global ROM
there are no issues as of now
I have some minor doubts can anyone clarify those
1. Can I lock my bootloader now? I mean I heard that if the Chinese variant is locked when in global ROM will brick the device so I was wondering if it is applicable to the Indian variant too?
2. Recovery available for our device is for android 12 only so if I want to roll back to EU ROM should I flash fastboot ROM from older EU builds and then flash recovery then update to the latest EU build or just wait for the EU build to get to android 13?
3. Are there any differences in the 5G bands for the Indian version and the global version? We are expecting 5G to be released by the month of October
Click to expand...
Click to collapse
Its not said he brought from chinese vendor or so... Here in india .. xiaomi is indeed manufacturing here and we get sealed box with proud slogan "made in india" so as per his question i was answering my experience and no way i was trying to clarify you

Armadillo0106 said:
But main question says he is indian with indian device and question no 1 asked if he can safely lock the bootloader... And was answering that part... Hope u are confusing
Click to expand...
Click to collapse
Already, the answer was given before you intervened.
Just to clarify that beginners think that if it works for an Indian version it will also work for his version, that's all.

NOSS8 said:
Already, the answer was given before you intervened.
Just to clarify that beginners think that if it works for an Indian version it will also work for his version, that's all.
Click to expand...
Click to collapse
Your answer is wrong...u said nope.... And im saying yes we can lock bootloader... If u want to discuss about Chinese vendors pls don't confuse the author in this thread on his doubt...

NOSS8 said:
Already, the answer was given before you intervened.
Just to clarify that beginners think that if it works for an Indian version it will also work for his version, that's all.
Click to expand...
Click to collapse
To your note ..he is currently on android 13 of MIUI GLOBAL and not EU so ofcourse he can lock bootloder without any issue

Armadillo0106 said:
Your answer is wrong...u said nope.... And im saying yes we can lock bootloader... If u want to discuss about Chinese vendors pls don't confuse the author in this thread on his doubt...
Click to expand...
Click to collapse
. Can I lock my bootloader now? I mean I heard that if the Chinese variant is locked when in global ROM will brick the device so I was wondering if it is applicable to the Indian variant too?
Nope,I answered the last question.
"To your note ..he is currently on android 13 of MIUI GLOBAL and not EU so ofcourse he can lock bootloder without any issue"
many written eu rom while it is EEA rom hence my question.

NOSS8 said:
. Can I lock my bootloader now? I mean I heard that if the Chinese variant is locked when in global ROM will brick the device so I was wondering if it is applicable to the Indian variant too?
Nope,I answered the last question.
"To your note ..he is currently on android 13 of MIUI GLOBAL and not EU so ofcourse he can lock bootloder without any issue"
many written eu rom while it is EEA rom hence my question.
Click to expand...
Click to collapse
Even with EEA ROM he can lock bootloader in indian device... I tested...
And if its EU .. it will not allow... And even removed option of oem unlock... Its one of the features of the ROM and u can visit their website

THREAD CLEANED
Hiya peeps! Just a friendly reminder to keep it civil. If you think a user is incorrect/misunderstanding/whatever, feel free to correct them, but please do so politely. And if something doesn't seem/feel right, hit that report button and let us have a look at it for you, so that we can make your experience on the forum better.
Now let's take a chill-pill, and stay kind and calm, shall we?
Regards,
shadowstep
Senior Moderator

Related

How to know which firmware I was on before flashing aosp roms?

Hello guys. This may sound stupid, but I don't remember if I was on global or EEA miui since the first day I unlocked my bootloader and switched to a custom aosp rom. When I realised I did have to look for it, I had already formatted data I could only assume I was on EEA because I received MIUI 11 on the first days of november, way before the global update. I have always flashed EEA vendors since then and I had no problems overall. But I would like to clarify this question once and for all. Is there a way to know, from imei or something like this, if I was on global or EEA?
and why would you really need to know if you had EEA or Global when both are almost the same?
costorektypico said:
and why would you really need to know if you had EEA or Global when both are almost the same?
Click to expand...
Click to collapse
Because I've heard that cross-flashing vendors is wrong, so I would like to know if I've been wrong all the time or not But if they're the same nevermind
BetaPix said:
Because I've heard that cross-flashing vendors is wrong, so I would like to know if I've been wrong all the time or not But if they're the same nevermind
Click to expand...
Click to collapse
If you've always flashed EEA without issues then continue with that. It sounds like you probably have the EEA phone.
There seems to be very little, if any, difference between EEA and Global, so it probably wouldn't make any difference which you flashed.
Cross flashing firmware and vendor isn't 'wrong', it's just that you increase slightly the potential for things to go wrong as we're not sure what differences there may exist in hardware. Although specs are identical (with the exception of missing NFC on the Indian phone) Xiaomi may have changed supplier for some components between the Chinese, Indian and EEA/Global phones. I've lumped EEA and Global together as these were released close together so probably were manufactured at the same time.
BetaPix said:
Because I've heard that cross-flashing vendors is wrong, so I would like to know if I've been wrong all the time or not But if they're the same nevermind
Click to expand...
Click to collapse
My phone came with EEA and I use Global and everything is fine.
Btw I've found that on EEA there are much more bugs than on Global
costorektypico said:
My phone came with EEA and I use Global and everything is fine.
Btw I've found that on EEA there are much more bugs than on Global
Click to expand...
Click to collapse
EEA and IN are most bugfull
I bought my k20pro from a person who already had flashed a Xiaomi.eu ROM on it.
1. how should i know which version its vendor and firmware are. so i could find out which version should i install before flashing an AOSP ROM?
2. does a recovery update contain firmware/vendor?
3. what is the differences between Recovery and fastboot update? i mean what does fastboot update have that recovery update lacks?
Aryamehr1366 said:
I bought my k20pro from a person who already had flashed a Xiaomi.eu ROM on it.
1. how should i know which version its vendor and firmware are. so i could find out which version should i install before flashing an AOSP ROM?
2. does a recovery update contain firmware/vendor?
3. what is the differences between Recovery and fastboot update? i mean what does fastboot update have that recovery update lacks?
Click to expand...
Click to collapse
https://www.mi.com/global/verify#/en/tab/imei
Insert your IMEI and you'll see from where your product is.
costorektypico said:
https://www.mi.com/global/verify#/en/tab/imei
Insert your IMEI and you'll see from where your product is.
Click to expand...
Click to collapse
Thank you
I know that my phone is Chinese version
What I don't know however is:
1. What version of vendor or firmware my phone has
2. I believe a Xiaomi.EU version Rom is installed on my phone. But i don't know if i flash last global version of vendor and firmware on my Chinese version k20pro, what would happen?
Aryamehr1366 said:
Thank you
I know that my phone is Chinese version
What I don't know however is:
1. What version of vendor or firmware my phone has
2. I believe a Xiaomi.EU version Rom is installed on my phone. But i don't know if i flash last global version of vendor and firmware on my Chinese version k20pro, what would happen?
Click to expand...
Click to collapse
Are you serious? if it's K20 Pro and origin is china than there was CHINESE FIRMWARE
If you have miui.eu it has chinese vendor and firmware is from stock so obv that chinese again.
What would happen? Bootloop or bootloop into fastboot.
costorektypico said:
Are you serious? if it's K20 Pro and origin is china than there was CHINESE FIRMWARE
If you have miui.eu it has chinese vendor and firmware is from stock so obv that chinese again.
What would happen? Bootloop or bootloop into fastboot.
Click to expand...
Click to collapse
oh i apologize .. i meant :
1. how should i know which version number (release/edition/date/...) of firmware and vendor my phone has?
2. it is probably chinese version i know by now. but would it be ok if i flash a last vendor/firmware release of global version?
3. would it be too harmful if i flashed an older edition of vendor/firmware by mistake? :silly:
thank you
Aryamehr1366 said:
oh i apologize .. i meant :
1. how should i know which version number (release/edition/date/...) of firmware and vendor my phone has?
2. it is probably chinese version i know by now. but would it be ok if i flash a last vendor/firmware release of global version?
3. would it be too harmful if i flashed an older edition of vendor/firmware by mistake? :silly:
thank you
Click to expand...
Click to collapse
you know it by MIUI version.
Why want you to reflash vendor in first place? Do you want to hard brick it? Will it be worth?? (reflashing vendor won't brick your phone but I can clearly see that you want to play with it like with a toy so I advice you to stay with the vendor you have)
No, phone is not a person. If you flash not compatible vendor it will simply throw up or will be stuck in Fastboot until you flash correct files, but I advice you again not to test it, it's not a toy and Xiaomi phone are very easy to brick even when you do something that shouldn't brick it.
I advice you simply use stock chinese Android 9 or latest MIUI 11 Android 10 version and don't play with it.
Also, you can flash stock global, BUT DON'T RELOCK THE BOOTLOADER.
costorektypico said:
you know it by MIUI version.
Why want you to reflash vendor in first place? Do you want to hard brick it? Will it be worth?? (reflashing vendor won't brick your phone but I can clearly see that you want to play with it like with a toy so I advice you to stay with the vendor you have)
No, phone is not a person. If you flash not compatible vendor it will simply throw up or will be stuck in Fastboot until you flash correct files, but I advice you again not to test it, it's not a toy and Xiaomi phone are very easy to brick even when you do something that shouldn't brick it.
I advice you simply use stock chinese Android 9 or latest MIUI 11 Android 10 version and don't play with it.
Also, you can flash stock global, BUT DON'T RELOCK THE BOOTLOADER.
Click to expand...
Click to collapse
Thank you for your effort and your advice
Ok Miui version is 11.2 Xiaomi.EU 20.2.27 I'm not sure but I don't think there is any 11.2 version for firmware/vendor.
I had Samsung and HTC Phones before. None of them had vendor partition because they weren't treble compatible
So I'd be appreciated if somebody including you my friend would tell me
1. the vendor version of my phone is 11.2 ??? If it's not, how should I know the exact version number?
2. Raphael is basically the same phone over different region except for radio frequency differential
So I could flash for example global version OR older Chinese version through TWRP (not flashing fastboot Rom by mi flash). Right?
This could be frustrating for you to answer my noob questions.I get it but I'm just worried that cross region vendor flash OR accidentally older version vendor flash could harm my beloved phone which indeed is not a toy.
Aryamehr1366 said:
Thank you for your effort and your advice
Ok Miui version is 11.2 Xiaomi.EU 20.2.27 I'm not sure but I don't think there is any 11.2 version for firmware/vendor.
I had Samsung and HTC Phones before. None of them had vendor partition because they weren't treble compatible
So I'd be appreciated if somebody including you my friend would tell me
1. the vendor version of my phone is 11.2 ??? If it's not, how should I know the exact version number?
2. Raphael is basically the same phone over different region except for radio frequency differential
So I could flash for example global version OR older Chinese version through TWRP (not flashing fastboot Rom by mi flash). Right?
This could be frustrating for you to answer my noob questions.I get it but I'm just worried that cross region vendor flash OR accidentally older version vendor flash could harm my beloved phone which indeed is not a toy.
Click to expand...
Click to collapse
almost everything yes but a bit wrong.
The vendor is updated almost in every update even when it's not public stable. vendor does not have version number because, why? It's bundled with Fastboot ROM, full-ota zip or, if need, with ota zip., so. As I said, you can flash every stock ROM, Chinese, Global and EEA even via Fastboot through MiFlash but DON'T RELOCK THE BOOTLOADER, because it will hard brick. Only re-lock the bootloader with your original region.
I suggest you to clean flash through MiFlash, because it's better, you can flash whatever region you want, but don't re-lock the bootloader. That's it. You can even flash older stock ROM (CN, IN, MI, EEA) because this phone doesn't have Anti Roll-back feature.
btw you can check vendors here https://xiaomifirmwareupdater.com/vendor/
for stock rom I suggest you to use https://mirom.ezbox.idv.tw/en/phone/ there are all published (even rolled back) Recovery and Fastboot ROMs with all available regions. You don't have to disable your AdBlock like in xiaomifirmwareupdater.com
I asked @joshuah1971 on telegram. According to him, He said to check your box. you'll see a model number. ending with G: global. ending with E:eea. ending with R: russian
---------- Post added at 10:51 AM ---------- Previous post was at 10:35 AM ----------
Aryamehr1366 said:
I bought my k20pro from a person who already had flashed a Xiaomi.eu ROM on it.
1. how should I know which version its vendor and firmware are. so I could find out which version should I install before flashing an AOSP ROM?
2. does a recovery update contain firmware/vendor?
3. what are the differences between Recovery and fastboot update? I mean what does fastboot update have that recovery update lacks?
Click to expand...
Click to collapse
If the NFC is working. you have china. else Indian (both are k20p)
1. you'll know which vendor it is from that. (i said working. not saying if some app is checking if it's enabled. ROMs enable it. but RIN can't use it cause RIN doesn't have NFC chip)
2. yes. all miui and custom miui does.
3. fastboot just erases a bit more. recovery is fine too. fastboot is just better by a bit. doesn't really matter tbh. fastboot is more thorough in wiping that's all.
---------- Post added at 11:00 AM ---------- Previous post was at 10:51 AM ----------
Aryamehr1366 said:
Thank you
I know that my phone is Chinese version
What I don't know however is:
1. What version of vendor or firmware my phone has
2. I believe a Xiaomi.EU version Rom is installed on my phone. But i don't know if i flash last global version of vendor and firmware on my Chinese version k20pro, what would happen?
Click to expand...
Click to collapse
1. It has china vendor obviously. you can check your current vendor version in /vendor/build.prop file.
2. EU roms have modified china vendors. flashing gl vendor will just loop you back into recovery and won't boot into rom till you change back to cn vendor.
I advise you don't do that.

Is downgrading from miui 11 android 10 - miui 10 android pie possible??

I want to know that if downgrading from miui 11 to 10 is possible or not using mi flash tool or will it probably brick my device.
Ezio553 said:
I want to know that if downgrading from miui 11 to 10 is possible or not using mi flash tool or will it probably brick my device.
Click to expand...
Click to collapse
Yes, should be possible. Just download the Firmware package for your Device and flash it through the Mi Flash tool.
Before you flash though, make sure to download the Firmware according to your Device / Region. Also if you don't wanna lock the Bootloader, uncheck the "FLASH ALL AND LOCK" Option first.
IN is for Indian Devices
CN for Chinese
EEA for Europe
GLOBAL is basically "for the rest of the world"
Hope that helps

Flashing Global Rom (MI) on Indan Global (IN) Device Redmi 8

Hi redmi 8 users,
Can i flash global MI QCNMIXM rom on indian device IN QCNINXM.
And what is the problems i probably faced after flashing.
Because sometimes i have network problems with IN version (im in north africa)
Thanks.
Any one have flashed global MI rom to global IN (india) device?
No one have tested this?
soltanisamir said:
Any one have flashed global MI rom to global IN (india) device?
No one have tested this?
Click to expand...
Click to collapse
Yes, it works.
I flashed Global MI in Global IN phone. When my phone was in android 9.
But this should work fine if you flash with properly.
kouseralamin said:
Yes, it works.
I flashed Global MI in Global IN phone. When my phone was in android 9.
But this should work fine if you flash with properly.
Click to expand...
Click to collapse
How can i do this properly??
With mi flash tool or fastboot or TWRP.
Thanks
soltanisamir said:
How can i do this properly??
With mi flash tool or fastboot or TWRP.
Thanks
Click to expand...
Click to collapse
You need to have unlocked bootloader. Then download MI flash tool and correct fastboot rom file from MI website.
To unlock bootloader visit: https://en.miui.com/unlock/
REMEMBER: While flashing fastboot rom select clean all. Do not select clean all and lock. This will keep the bootloader unlocked. It is safer to keep bootloader unlocked for first time, because if something goes wrong you can flash again. If fastboot rom is flashed properly then you may lock the bootloader by reflashing.
kouseralamin said:
You need to have unlocked bootloader. Then download MI flash tool and correct fastboot rom file from MI website.
To unlock bootloader visit: https://en.miui.com/unlock/
REMEMBER: While flashing fastboot rom select clean all. Do not select clean all and lock. This will keep the bootloader unlocked. It is safer to keep bootloader unlocked for first time, because if something goes wrong you can flash again. If fastboot rom is flashed properly then you may lock the bootloader by reflashing.
Click to expand...
Click to collapse
Thanks Man,
Finaly i flashed my Redmi 8 INDIAN version to International version.
I have unlocked the bootloader, than downloaded the *.tgz fastboot version. And flash the mobile as you tell me.
It's ok now.
One observation,
- i have renamed the directory extracted from *.tgz file to short name because the Miflash tool can't read it.
:good:
redmi 8 flash fastboot rom
soltanisamir said:
Thanks Man,
Finaly i flashed my Redmi 8 INDIAN version to International version.
I have unlocked the bootloader, than downloaded the *.tgz fastboot version. And flash the mobile as you tell me.
It's ok now.
One observation,
- i have renamed the directory extracted from *.tgz file to short name because the Miflash tool can't read it.
:good:
Click to expand...
Click to collapse
can u gave me the link of fastboot rom for redmi 8??
soltanisamir said:
Thanks Man,
Finaly i flashed my Redmi 8 INDIAN version to International version.
I have unlocked the bootloader, than downloaded the *.tgz fastboot version. And flash the mobile as you tell me.
It's ok now.
One observation,
- i have renamed the directory extracted from *.tgz file to short name because the Miflash tool can't read it.
:good:
Click to expand...
Click to collapse
Any difference from the indian version?
ChakibDEV said:
Any difference from the indian version?
Click to expand...
Click to collapse
Not sure about Indian Rom but I have been using Global Rom and have changed to Indonesian Rom recently to enable call recording. Global Rom uses Google Phone app which does not allow call recording whereas Indonesian Rom uses Xiaomi phone and messaging apps which has call recording option. There is no other difference at all in Global and Indonesian ROMs.
waseemakhtar said:
Not sure about Indian Rom but I have been using Global Rom and have changed to Indonesian Rom recently to enable call recording. Global Rom uses Google Phone app which does not allow call recording whereas Indonesian Rom uses Xiaomi phone and messaging apps which has call recording option. There is no other difference at all in Global and Indonesian ROMs.
Click to expand...
Click to collapse
I was planning to switch from Indian version to global (since I'm not indian and I don't live in india and there isn't an Algerian version) but I now that I learned it doesn't have call recording, I wont. Thanks!
ChakibDEV said:
I was planning to switch from Indian version to global (since I'm not indian and I don't live in india and there isn't an Algerian version) but I now that I learned it doesn't have call recording, I wont. Thanks!
Click to expand...
Click to collapse
Hi,
In the indian version i faced network bugs, like network drop or call waiting signal.
But in Global (MI) version u have not this problem, and u have google dialer as stock phone app.
Finally recording in google dialer in algeria region work with me, u have to activate beta version in play store.
soltanisamir said:
Any one have flashed global MI rom to global IN (india) device?
No one have tested this?
Click to expand...
Click to collapse
Yeah I did.. You need fastboot rom for it. Follow fastboot method. and lock bootloader too.
soltanisamir said:
Hi redmi 8 users,
Can i flash global MI QCNMIXM rom on indian device IN QCNINXM.
And what is the problems i probably faced after flashing.
Because sometimes i have network problems with IN version (im in north africa)
Thanks.
Click to expand...
Click to collapse
I did it... Now I'm on global rom.. Trust me global rom is better than Indian rom..... Follow fastboot method for the process. And relock the bootloader after it
Esssdie92 said:
I did it... Now I'm on global rom.. Trust me global rom is better than Indian rom..... Follow fastboot method for the process. And relock the bootloader after it
Click to expand...
Click to collapse
So I can relock my bootloader with Global Version ROM without brick?
sunayan21 said:
So I can relock my bootloader with Global Version ROM without brick?
Click to expand...
Click to collapse
While you flash using Mi flash tool there will be an option at bottom left panel "Clean all and lock", make sure that it is checked before you flash.. That's it. Lean back and enjoy. Or you can Just type one line in CMD " Fastboot oem relock", honestly, I haven't tried it yet, I used Mi flash tool.

Question EEA rom to Global stable

Hi guys my device Redmi 9T has preintalled EEA ROM
Iam in Europe.
i want to know how can i install there global stable with A11
i down 12.54 recovery rom i choose intall from package it showing me you can install only official rom
so i need first unlock bootloader ? then install normal 12.5.4 Android 11 global stable fastboot ?
i also see that on 28.12. will be miui13 android 12 beta
so this can be also installed only with bootloader unlock?
miunlock showing me need wait 7 days to unlock bootloader
thx for help
yes,need unlock bootloader first.
and EEA ROM apps has passed the EU security certification and has no garbage and back door。
none
i unlock bl and install global stable then debloat all works ok nfc not need cos i not using it.

Question Just bought a Note 10 5G & have a interesting question

So I just got a Note 10 5G off of eBay....Looking at the MIUI Version & I am puzzled. It just updated to 13.0.4.0 SKSEUHG & I'm not finding SKSEUHG Versions anywhere....Someone have an idea other than it's obviously an EU Version? Is it a specific carrier phone that has been unlocked?
debianmain1 said:
So I just got a Note 10 5G off of eBay....Looking at the MIUI Version & I am puzzled. It just updated to 13.0.4.0 SKSEUHG & I'm not finding SKSEUHG Versions anywhere....Someone have an idea other than it's obviously an EU Version? Is it a specific carrier phone that has been unlocked?
Click to expand...
Click to collapse
yes, it is a carrier phone. it is possibly branded as Hutchison Telecom if im sure
also, im pretty sure its impossible to get your hands on a carrier rom, as they come flashed by default with their bloatware installed and some tweaking they did, only on region roms (global, eea, indo, russian, taiwan and turkey) but not carrier roms
Hmmmm...That is about what I thought.....It has done 2 updates so far (came with 13.0.2.0 & now is 13.0.4.0), so it looks like I'm getting OTA. What would be a good path to change over to a generic EU or Global ROM? Or is that not a good idea?
Probably is a branded firmware. I suggest replace it with global or eu version. If u like miui dialer install indonesian. If u dont want unlock bootloader, u can install only eu firmware, because u have a branded eu
wetito said:
Probably is a branded firmware. I suggest replace it with global or eu version. If u like miui dialer install indonesian. If u dont want unlock bootloader, u can install only eu firmware, because u have a branded eu
Click to expand...
Click to collapse
No prob with EU firmware...can you point me to a tutorial?
debianmain1 said:
No prob with EU firmware...can you point me to a tutorial?
Click to expand...
Click to collapse
note that this will erase all of your data, so make a backup if you need
install MiFlashPro (attached)
now, download any EEA MIUI ROM of your preference (miui 13 or 12) from any website, you can try mifirm.net that downloads alot faster than any other website i know of
after downloading it, you must extract it to the dir C:\, or Mi Flash wont detect the ROM for some reason (atleast for me)
open up mi flash pro, click on the "Mi Flash" tab in the top, and install the drivers pop up
connect your phone to fastboot mode by turning it off, pressing VOL- & POWER buttons at the same time till you see a orange text displaying "FASTBOOT"
on mi flash, click "select", open up the dir C:\ and simply select the ROM folder
now, click refresh to detect the phone in fastboot, and simply clean "flash" besides it.
Thank You....Much simpler than the LG G8 I owned before (LOL)....you had to use QPST with Firehose to change a vendor phone......Take a look at this: https://forum.xda-developers.com/t/tutorial-crossflash-bypass-opid-mismatched-error.4345963/
Lots of fun (not)
And I would "assume" a Fastboot ROM instead of a Recovery ROM?
debianmain1 said:
Thank You....Much simpler than the LG G8 I owned before (LOL)....you had to use QPST with Firehose to change a vendor phone......Take a look at this: https://forum.xda-developers.com/t/tutorial-crossflash-bypass-opid-mismatched-error.4345963/
Lots of fun (not)
And I would "assume" a Fastboot ROM instead of a Recovery ROM?
Click to expand...
Click to collapse
yes, fastboot
recovery ROM is only used to update your phone with the same ROM region from miui updater
1lopes said:
yes, fastboot
recovery ROM is only used to update your phone with the same ROM region from miui updater
Click to expand...
Click to collapse
Perfect---will be on it tonight.

Categories

Resources