Related
This is something I've been looking into in order to find newer, older, and unreleased updates for the Mi Mix 2.
Ideally, I'd like to figure out a way to get Xiaomi's nightly builds, which go out to only beta testers. I think I'm close, but any help I can get would be awesome.
I currently have two methods. One of them is rather difficult, the other is rather easy. Let's start with the easy one.
Method 1: Example 1
http://update.miui.com/updates/mi-updateV6.php?v=MIUI-7.9.21&c=7.1&d=chiron_global&b=X
This is a URL which asks for an update to the unreleased MIUI 9 7.9.21 global edition.
If you visit this URL, you get the following response:
Code:
{"UserLevel":9,"LatestVersion":{"type":"rom","device":"chiron_global","name":"XM-MIMIX2-GLOBAL 7.9.21","description":"MIUI\u5347\u7ea7","descriptionUrl":"http:\/\/update.miui.com\/updates\/updateinfo\/7.9.21\/chiron_global_0_7.9.21_4494ccfcc506caca9904efb74b489e0a.html","md5":"7f94ca393fae77c6171e6c7a551bea2e","filename":"miui_MIMIX2Global_7.9.21_7f94ca393f_7.1.zip","filesize":"1.6G","codebase":"7.1","version":"7.9.21","branch":"X"},"UpdateList":[{"type":"rom","device":"chiron_global","name":"XM-MIMIX2-GLOBAL 7.9.21","description":"","descriptionUrl":"http:\/\/update.miui.com\/updates\/updateinfo\/7.9.21\/chiron_global_0_7.9.21_4494ccfcc506caca9904efb74b489e0a.html","md5":"7f94ca393fae77c6171e6c7a551bea2e","filename":"miui_MIMIX2Global_7.9.21_7f94ca393f_7.1.zip","filesize":"1.6G","codebase":"7.1","version":"7.9.21","branch":"X"}],"IncrementalUpdateList":[],"MirrorList":["http:\/\/bigota.d.miui.com"],"Signup":{"version":"","total":"","rank":""},"AuthResult":0,"ForceUpdate":0
We can piece together looking at this that the update file can be downloaded at:
http://bigota.d.miui.com/7.9.21/miui_MIMIX2Global_7.9.21_7f94ca393f_7.1.zip
Method 1 Example 2
It was announced today that there was a new Chinese stable release pushed only to some phones called 8.5.7.0.NDECNEF. We can modify the parameters in the URL to get this:
http://update.miui.com/updates/mi-updateV6.php?v=MIUI-V8.5.7.0.NDECNEF&c=7.1&d=chiron&b=S
This returns the following:
Code:
{"UserLevel":9,"LatestVersion":[],"UpdateList":[{"type":"rom","device":"chiron","name":"XM-MIMIX2 V8.5.7.0.NDECNEF","description":"","descriptionUrl":"http:\/\/update.miui.com\/updates\/updateinfo\/V8.5.7.0.NDECNEF\/chiron_0_V8.5.7.0.NDECNEF_a9374e7e6aa4f38a22fd58aae29337ce.html","md5":"487f34ee14e84d0eb9ed280a059bcc65","filename":"miui_MIMIX2_V8.5.7.0.NDECNEF_487f34ee14_7.1.zip","filesize":"1.4G","codebase":"7.1","version":"V8.5.7.0.NDECNEF","branch":"F"}],"IncrementalUpdateList":[],"MirrorList":["http:\/\/bigota.d.miui.com"],"Signup":{"version":"","total":"","rank":""},"AuthResult":0,"ForceUpdate":0}
And that lets us know that the update can be found at:
http://bigota.d.miui.com/V8.5.7.0.NDECNEF/miui_MIMIX2_V8.5.7.0.NDECNEF_487f34ee14_7.1.zip
So now that we see that we have a way to query for downloads, let's look into some of the parameters.
At a minimum we need the following:
v=MIUI-V8.5.7.0.NDECNEF - This is the version with which you are querying.
c=7.1 - This is the build of Andoid. It's Android 7.1 so we put 7.1
d=chiron - This is the device. For Chinese Mix 2 firmwares it's chiron. For global it's chiron_global
You might also notice this:
b=S - S means stable. X means weekly. Actually, there is a whole list as follows, but not sure how accurate it is:
Code:
«S» — monthly build
«X» — weekly build
«D» — daily build
«E» — emegency build
«F» — stable build
«A» — experimental build
«I» — internal build
«T» — top secret build
«U» — unstable build
On top of this, there are more possible parameters. I will get around to these when talking about Method 2.
Right now, I can't access anything but weekly and stable builds, so there are not really any undiscovered/unannounced/internal builds that I've been able to find. But I think we are on the right track to being able to find them. I'm hoping that other people can continue looking using this information, and we'll see if we can find anything. Stay tuned while I update this post with Method 2, which is much more complex and much more likely to yield results.
If you want to keep my stomach full while I keep this research going, give the Donate button a click!
Reserved
Isn't this link (http://bigota.d.miui.com/7.9.21/miui_MIMIX2Global_7.9.21_7f94ca393f_7.1.zip) global miui 9?
I say because Chinese dev rom (miui 9) is the same miui version (7.9.19 which is a lower firmware number)
punkmonkey1984 said:
Isn't this link (http://bigota.d.miui.com/7.9.21/miui_MIMIX2Global_7.9.21_7f94ca393f_7.1.zip) global miui 9?
I say because Chinese dev rom (miui 9) is the same miui version (7.9.19 which is a lower firmware number)
Click to expand...
Click to collapse
Yes, that's global miui 9, but it's old. I'd like to find a newer one.
Caitlin550 said:
<snip>
Click to expand...
Click to collapse
Before you snipped it.... it's from September 21, so it's a month old.
Caitlin550 said:
I believe this is the global version? I know this is different to Xiaomi's global MIUI9 releases
https://sourceforge.net/projects/xi...i.eu_multi_MIMix2_7.10.19_v9-7.1.zip/download
Click to expand...
Click to collapse
It's a modified version of the Chinese ROM. It's not the official global ROM from Xiaomi.
duraaraa said:
Yes, that's global miui 9, but it's old. I'd like to find a newer one.
Click to expand...
Click to collapse
Have you tried it? Does it work without issues?
Does it receive OTA updates to a newer one?
punkmonkey1984 said:
Have you tried it? Does it work without issues?
Does it receive OTA updates to a newer one?
Click to expand...
Click to collapse
Yes, I tried it. It works without issues. It does not receive any newer OTA right now. Hopefully soon.
duraaraa said:
Yes, I tried it. It works without issues. It does not receive any newer OTA right now. Hopefully soon.
Click to expand...
Click to collapse
Any way to update from global stable to this one without wiping all my apps, I still have to wait a few days to unlock my device officially.
punkmonkey1984 said:
Any way to update from global stable to this one without wiping all my apps, I still have to wait a few days to unlock my device officially.
Click to expand...
Click to collapse
Sorry, I don't know. I was only able to get it working with fastboot flashing.
duraaraa said:
Sorry, I don't know. I was only able to get it working with fastboot flashing.
Click to expand...
Click to collapse
This is my first miui device, using miflash, I cant select the .zip file as it's not a fastboot image.
How did you manage to flash the .zip with fastboot flashing ?
punkmonkey1984 said:
This is my first miui device, using miflash, I cant select the .zip file as it's not a fastboot image.
How did you manage to flash the .zip with fastboot flashing ?
Click to expand...
Click to collapse
I used sdat2img.py to convert the system data to something flashable. Then I looked up which partitions need to be flashed where by checking a flash-all.bat file, and followed that format using fastboot to flash each partition.
But... there's no reason to flash this. It's not a public release and it doesn't really do anything better than other choices. I think flashing xiaomi.eu is a better choice.
duraaraa said:
I used sdat2img.py to convert the system data to something flashable. Then I looked up which partitions need to be flashed where by checking a flash-all.bat file, and followed that format using fastboot to flash each partition.
But... there's no reason to flash this. It's not a public release and it doesn't really do anything better than other choices. I think flashing xiaomi.eu is a better choice.
Click to expand...
Click to collapse
Thanks for the reply, Good luck with digging with the OTA update .zips, hopefully, you manage how to capture the download newer unreleased files to share with us all. :good::good:
I was able to get the link for China Stable MIUI 9, first release.
http://bigota.d.miui.com/V9.1.1.0.NDECNEI/miui_MIMIX2_V9.1.1.0.NDECNEI_53c332ffe5_7.1.zip
duraaraa said:
I was able to get the link for China Stable MIUI 9, first release.
http://bigota.d.miui.com/V9.1.1.0.NDECNEI/miui_MIMIX2_V9.1.1.0.NDECNEI_53c332ffe5_7.1.zip
Click to expand...
Click to collapse
Good work,. Miui 9 is really nice. I'll give this update a try now is downloading on ADM.
new ota? 8.5.2.0MIUI
Is there a link for Redmi 4 Prime for Nougat under experimental? hehe
I was able to find the first MIUI 9 Stable (non-developer) global build for Mix 2.
http://bigota.d.miui.com/V9.1.1.0.NDEMIEI/miui_MIMIX2Global_V9.1.1.0.NDEMIEI_232bee13eb_7.1.zip
Caveat is, I think it's actually older than the most recent developer build.
duraaraa said:
I was able to find the first MIUI 9 Stable (non-developer) global build for Mix 2.
http://bigota.d.miui.com/V9.1.1.0.NDEMIEI/miui_MIMIX2Global_V9.1.1.0.NDEMIEI_232bee13eb_7.1.zip
Caveat is, I think it's actually older than the most recent developer build.
Click to expand...
Click to collapse
The global dev builds will always be newer and include the most recent bug fixes and security patches, so that's no surprise the stable was built before any of the recent developer ROMs.
Sent from my Mi MIX 2 using Tapatalk
---------- Post added at 08:28 PM ---------- Previous post was at 08:26 PM ----------
Has anyone tried this stable global MIUI 9?
Sent from my Mi MIX 2 using Tapatalk
@duraaraa you can get me link Redmi note 4 QUALCOMM global dev rom daily update? (no weekly)
Hi. I've seen a few articles about MIUI 10 Global stable coming to Mi Mix. Does anyone have an idea when it will be released via OTA, if at all? According to article in link it should have been released last week. Thanks!
http://en.miui.com/thread-3832387-1-1.html
I have been running the Global Beta version of MIUI 10 for some time on my Mix and I saw the Global Stable was available. I knew that because I wasnrt on the Global Stable I wouldnt get the OTA update so I flashed to the Stable version of MIUI 9 using V9.6.2.0.OAHMIFD and by the time that my phone rebooted the notification for the OTA to Global Stable MIUI 10 or 10.0.1.0 OAHMIFH was already there and I downloaded it right then and there with no issues. Hope that helps.
mscion said:
Hi. I've seen a few articles about MIUI 10 Global stable coming to Mi Mix. Does anyone have an idea when it will be released via OTA, if at all? According to article in link it should have been released last week. Thanks!
http://en.miui.com/thread-3832387-1-1.html
Click to expand...
Click to collapse
imapfsr said:
I have been running the Global Beta version of MIUI 10 for some time on my Mix and I saw the Global Stable was available. I knew that because I wasnrt on the Global Stable I wouldnt get the OTA update so I flashed to the Stable version of MIUI 9 using V9.6.2.0.OAHMIFD and by the time that my phone rebooted the notification for the OTA to Global Stable MIUI 10 or 10.0.1.0 OAHMIFH was already there and I downloaded it right then and there with no issues. Hope that helps.
Click to expand...
Click to collapse
Ok. Thanks. I've been checking updates but nothing yet. Guess it will be soon. How do you like it? Is the camera any better? Supposed to be some AI improvements.
mscion said:
Ok. Thanks. I've been checking updates but nothing yet. Guess it will be soon. How do you like it? Is the camera any better? Supposed to be some AI improvements.
Click to expand...
Click to collapse
Ah! Finally arrived today!
Glad to hear that...quite a nice update.
mscion said:
Ah! Finally arrived today!
Click to expand...
Click to collapse
hello i need help i become today my xiaomi mi 8 with Global Stable rom and i like to install the Global beta rom via recovery thanks for help it comes.
couldn't verify. looks like current android version is different from that in the recovery package. Try flashing your device in the Fastboot mode.
Kid_Man said:
hello i need help i become today my xiaomi mi 8 with Global Stable rom and i like to install the Global beta rom via recovery thanks for help it comes.
couldn't verify. looks like current android version is different from that in the recovery package. Try flashing your device in the Fastboot mode.
Click to expand...
Click to collapse
Which version Mi8 do you have? Maybe you're flashing wrong version
SENSEI888 said:
Which version Mi8 do you have? Maybe you're flashing wrong version
Click to expand...
Click to collapse
i have the global stable 10.0
Kid_Man said:
i have the global stable 10.0
Click to expand...
Click to collapse
I meant which version Mi8 (CN, global, SE, lite)?
Mi 8 Global
Kid_Man said:
Mi 8 Global
Click to expand...
Click to collapse
This has been answered and mentioned several times unfortunately. Please use the search function before posting threads
You cannot go from STABLE to BETA without unlocking the bootloader, and you especially cannot do it from the updater. It must be flashed. I'm going to assume that you are trying to "update" to the new version with Android Pie. The Mi Mix 2S just a day or two ago received stable MIUI 10 with 9.0. Be patient and wait for the update for us as it should be arriving soon. Beta versions were intended for developers and for testing purposes and may have bugs. It really is not worth the trouble of unlocking the bootloader and jumping to a test version for a newer version of Android even more so when a "stable" version is just around the corner. Most things will remain unchanged from MIUI 10 based on 8.1.0 to MIUI 10 based on 9.0. People have been bricking their devices due to little experience with Xiaomi smartphones, and it would be terrible to see another one join the list.
How long we wait?
I've got a global mi 8
It's mid march, latest update is 8.1 Oreo Android with 9.6.6
I keep searching for updates and shows none
Also security patch is July ...
Someone help me get pie
Docshuffles said:
I've got a global mi 8
It's mid march, latest update is 8.1 Oreo Android with 9.6.6
I keep searching for updates and shows none
Also security patch is July ...
Someone help me get pie
Click to expand...
Click to collapse
Chinese or Global rom? Stable or developer? Where did you purchase it?
Upgrade
Crossvxm said:
Chinese or Global rom? Stable or developer? Where did you purchase it?
Click to expand...
Click to collapse
It's global stable rim
Android 8.1
Miui 9.6.6
Model m1803e1a
Bought on eBay all works fine just can't upgrade
If I download a zip file and try to install under system update - choose file it says the this rom isnt valid for carrier type or something like this.
Docshuffles said:
I've got a global mi 8
It's mid march, latest update is 8.1 Oreo Android with 9.6.6
I keep searching for updates and shows none
Also security patch is July ...
Someone help me get pie
Click to expand...
Click to collapse
Docshuffles said:
It's global stable rim
Android 8.1
Miui 9.6.6
Model m1803e1a
Bought on eBay all works fine just can't upgrade
If I download a zip file and try to install under system update - choose file it says the this rom isnt valid for carrier type or something like this.
Click to expand...
Click to collapse
Sorry for the late reply. I believe it may possibly have a vendor ROM. Your phone should have updated over a month ago to MIUI 10. At this point I believe the only solution would be to unlock the bootloader in order to flash the latest version. Unfortunately this takes about 30 days after the unlock is requested.
That's the 3UK version of global.
No updates as of yet,either be patient or unlock bootloader and flash global stable of Pie.
Yes. And to be honest, DO NOT rush for 9.0. There is severe battery drain on 10.2.2.0 and 10.2.3.0. I used to get 6+ hours of SOT (screen on time), on 10.2.2.0 I would get about 5hrs, on the latest 10.2.3.0 I get 4 hours. Others have complained about the same. In my opinion, the added features aren't worth the battery life lost.
Crossvxm said:
Yes. And to be honest, DO NOT rush for 9.0. There is severe battery drain on 10.2.2.0 and 10.2.3.0. I used to get 6+ hours of SOT (screen on time), on 10.2.2.0 I would get about 5hrs, on the latest 10.2.3.0 I get 4 hours. Others have complained about the same. In my opinion, the added features aren't worth the battery life lost.
Click to expand...
Click to collapse
We have 3 Mi8's in our house
Personally I am using the Mi-Globe version " globeROM_v10_dipper_9.3.21_cfg" it is fantastic! It has all of the features such as dark mode, AOD options, face unlock, charging animations, the best themes from all over the world and zero ads.
On the other 2 phones we have the official 10.2.3. While its not as good as 9.3.21 the battery life is still about 8 hours SOT.
Is it possible? I could on Mix 2s easily via recovery.
It is possible. You have to download the latest Oreo based beta version, which is MIUI 8.9.7, and install this package via the software update section in the settings. Once you are on the Oreo beta, you'll get the newest beta via the software updater.
XD_Chip_DX said:
It is possible. You have to download and install the latest Oreo based beta version, which is MIUI 8.9.7, and install this package via the software update section in the settings. Once you are on the Oreo beta, you'll get the newest beta via the software updater.
Click to expand...
Click to collapse
I can confirm that it works. Started from Global stable 10.0.3.0, flashed the global beta 8.9.7 and then updated to beta 8.10.25 and the last step was to beta 10.11.2
Hello...how to revert back from dev to stable?
eugentutu said:
Hello...how to revert back from dev to stable?
Click to expand...
Click to collapse
I think you can't because the beta versions are based on Pie and the stable on Orea, so i suppose the ARB can give you some problems
Ia beta version stable? It is worthing to make this update?
danct2005 said:
Ia beta version stable? It is worthing to make this update?
Click to expand...
Click to collapse
the beta version stable doesn't exist. Beta or stable. I prefer beta because i have weekly updates, more functions, and more bugs solved
And how is the battery? Better or worse?
Now that the last stable version is based on Pie, do you think it's possible to go back from Dev Rom to stable?
samsac said:
Now that the last stable version is based on Pie, do you think it's possible to go back from Dev Rom to stable?
Click to expand...
Click to collapse
Oh i didn't notice that the global stable is on Pie too now. The ARB function allows to flash same versions of Android, so i think you can
Rommco05 said:
Hi @ricpicpr, what is best way to run Global beta, with twrp and root? In my theory is the always before install new beta, flash back stock boot.img, than install update and than again flash twrp and root. Is it correct?
Click to expand...
Click to collapse
Well im trying to understand this, because since my Mi8 is unlocked and rooted for the first time i have to update it with the weekly update. I received OTA notification and i have downloaded the OTA update (8.12.7) but when i confirm to Updater to apply the weekly update my phone restarted in twrp and the update failed. So yes maybe the way is to restore the original recoevery, flash the last weekly version and then flash twrp and root (with magisk in my case): I don't like very this, a bit too complicated but for now i can't imagine better and shorter ways
Rommco05 said:
What do you think about recoveries which are posted on miui forums. I don't remember names and don't have read entire threads but from my understanding this recoveries are able install "update".zips. This friday come my Mi8, I know about +1 month for unlock bootloader, but I want to be informed and be ready
Click to expand...
Click to collapse
If you have TWRP, you can just install the FULL ROM ZIP of betas or stable and flash with TWRP without issues. Just download them from the official XIAOMI website. You cannot install the incremental updates that come from the internal ROM updater software. It only downloads the difference in the ROM versions, and it will fail because files that need patched have changed and fail the validation process. You might have to re-root and install the recovery after you flash.
Need help for this,
I got the latest beta on Pie,and i want to get back to Stable,how can i do? (for Gpay)
Locked BL/Global version
Chainsy said:
Need help for this,
I got the latest beta on Pie,and i want to get back to Stable,how can i do? (for Gpay)
Locked BL/Global version
Click to expand...
Click to collapse
i am in the same situation but i can' t find any solution, i try to flash the 10.1.1 with the updater but only flash weekly rom.
samsac said:
Now that the last stable version is based on Pie, do you think it's possible to go back from Dev Rom to stable?
Click to expand...
Click to collapse
I think you can do that via Mi flasher tool
Rommco05 said:
I'm worried about coming back from beta to stable. As I read on web with ARB u can't make downgrade (from newest version to older). So in my theory is possible to came back from beta to stable just in one case and that is little bit...
Example:
Last beta version was released on sunday 15.5.2018
Last stable version WILL/WAS be relesed thursday 19.5.2018
So u have 2 days for make jump from beta to stable because on next sunday 22.5.2018 will be released another beta which will be again newest than last stable version or dont make any update of beta after release stable version.
Ofcourse I can be wrong
Click to expand...
Click to collapse
Uhm...i think the ARB check the Android version only. So if you are on Pie you can't go back to Oreo. Only this
Rommco05 said:
That would be great!
Click to expand...
Click to collapse
This guide is perfect: https://www.xda-developers.com/xiaomi-anti-rollback-protection-brick-phone/
We need to check the ARB index of the our installed Rom and the ARB index of the Rom we want to install
Hi! i am very new to the xiaomi community. i have just bought a pre-owned xiaomi mi 9.
it was shipped to me via POST mail, when i opened the phone it is a xiaomi mi 9 chinese version. :crying:
i want to flash a new rom on it, and currently i am torn between the three roms.
i just want to know your opinions on these three roms in all aspects (battery life, performance, gaming etc...)
1. miui eu
2. global rom
3. RevOS
***i have seen the miui eu vs RevOS (here: https://forum.xda-developers.com/Mi-9/help/revolution-os-vs-xiaomi-eu-one-recommend-t3934804) but i want to know how they are versus each other and the global rom.
how are the updates on these roms (miui eu, miui global, and revos) delivered? do i need to reflash every time? or i can just update just like a regular stock miui chinese rom? (a.k.a. by going to the settings and clicking the update button there and rebooting)
thank you. :angel::angel:
Xioami eu is the most supported rom concerning updates
HTCDevil said:
Xioami eu is the most supported rom concerning updates
Click to expand...
Click to collapse
how is miui eu compared to the global rom?
are there lags? or bugs? problems? can yu give me a short help please
Hello. xiaomi.eu rom is based on the beta or stable rom of china. she's stable for everyday use. it benefits from news before the global. the beta rom is translated into several languages and updated every Friday. I use it now and I prefer it overall, it is much smoother. on the other hand it is necessary the bootloader to unlock.
meuhmeuh51 said:
Hello. xiaomi.eu rom is based on the beta or stable rom of china. she's stable for everyday use. it benefits from news before the global. the beta rom is translated into several languages and updated every Friday. I use it now and I prefer it overall, it is much smoother. on the other hand it is necessary the bootloader to unlock.
Click to expand...
Click to collapse
i am currently waiting for my bootloader to be unlocked.
do i need to flash the update rom or i can just update from the miui settings?
meuhmeuh51 said:
Hello. xiaomi.eu rom is based on the beta or stable rom of china. she's stable for everyday use. it benefits from news before the global. the beta rom is translated into several languages and updated every Friday. I use it now and I prefer it overall, it is much smoother. on the other hand it is necessary the bootloader to unlock.
Click to expand...
Click to collapse
i am currently waiting for my bootloader to be unlocked.
with regards to updating, do i need to flash the update everytime? or i can just use the update tool in the miui settings?
darkalimdor said:
i am currently waiting for my bootloader to be unlocked.
with regards to updating, do i need to flash the update everytime? or i can just use the update tool in the miui settings?
Click to expand...
Click to collapse
you have to unlock the bootloader. flasher twrp. and flash the rom. it is precise on the site of xiaomi.eu
meuhmeuh51 said:
you have to unlock the bootloader. flasher twrp. and flash the rom. it is precise on the site of xiaomi.eu
Click to expand...
Click to collapse
that is for when i am flashing the rom newly,
i am asking about when i update.
I was on global rom and battery was very bad, but beem a week on revos its very clean amd good battery.
I recommend RevOs.
I have the Global EU (NOT xiaomi.eu) and i have good battery life (over night max battery drain of 5%), its buttery smooth and no bugs. Its official by Xiaomi but i heard updates are not as frequent as the China Global. Also since Global EU is stock you can just flash that over without unlocking bootloader if i am correct. The XiaoMiTool V2 somewhere here in the forum could be helpful for you if you want to stay stock and dont want to unlock your bootloader.
Edit: Also the Global EU has Widevine L1 which you need for Netflix HD. Dont know if the pther ROMs have that.
Jwtiyar said:
I was on global rom and battery was very bad, but beem a week on revos its very clean amd good battery.
I recommend RevOs.
Click to expand...
Click to collapse
revolution os has the same ui with the miui ? how is the electronic image stabilization working on the rev os? how about other features that miui have, does the rev os also have?
i am looking at the miui eu because it has all the features that miui global have but better. so does rev os also have that?
cihot said:
I have the Global EU (NOT xiaomi.eu) and i have good battery life (over night max battery drain of 5%), its buttery smooth and no bugs. Its official by Xiaomi but i heard updates are not as frequent as the China Global. Also since Global EU is stock you can just flash that over without unlocking bootloader if i am correct. The XiaoMiTool V2 somewhere here in the forum could be helpful for you if you want to stay stock and dont want to unlock your bootloader.
Edit: Also the Global EU has Widevine L1 which you need for Netflix HD. Dont know if the pther ROMs have that.
Click to expand...
Click to collapse
did you buy the phone with the global eu? or did you flash it?
how are the ads on the global eu? i do not mind the not frequent updates, i mostly want a very smooth and fast ui and no bloat
darkalimdor said:
did you buy the phone with the global eu? or did you flash it?
how are the ads on the global eu? i do not mind the not frequent updates, i mostly want a very smooth and fast ui and no bloat
Click to expand...
Click to collapse
I bought it second hand but when the seller bought it it was with Global EU from MediaMarkt, big German store. I never had any ads. Where would I see them?
cihot said:
I bought it second hand but when the seller bought it it was with Global EU from MediaMarkt, big German store. I never had any ads. Where would I see them?
Click to expand...
Click to collapse
in the chinese rom (the rom i am currently in) has ads in cleaner, file manager etc.. there is also a lot of bloat, such as weibo,qunar, baidu etc..
do u have plans on flashing a new rom?
darkalimdor said:
in the chinese rom (the rom i am currently in) has ads in cleaner, file manager etc.. there is also a lot of bloat, such as weibo,qunar, baidu etc..
do u have plans on flashing a new rom?
Click to expand...
Click to collapse
I don't have any ads then. Seems the Global EU doesn't have all this Chinese preloaded apps. It has some xiaomi apps which can't be deleted, but otherwise I never had any problems. I was thinking of getting the xiaomi.eu so I can have notifications visible all the time and not just when they are incoming but that's all. I guess soon xiaomi will release an update for the global eu which will add this functionality back. Honestly this Rom is already so much superior than any other Phone I used and I think I can wait a couple of months for updates instead of having to deal with bugs and updates every two weeks with the xiaomi.eu