Update; 10 9.4.11 - Xiaomi Mi Max 2 Questions & Answers

I saw on MIUI forum a new update for Mi Max 2 released 13 April, 2019. 10 9.4.11.
Has anyone gotten the update, whats new? I am sure its still Nougat, but its still good to know we are still getting updates.
Can someone post a flashable zip file?

paq1170 said:
I saw on MIUI forum a new update for Mi Max 2 released 13 April, 2019. 10 9.4.11.
Has anyone gotten the update, whats new? I am sure its still Nougat, but its still good to know we are still getting updates.
Can someone post a flashable zip file?
Click to expand...
Click to collapse
Are you currently in beta ROM? If so, you can just check the update in the updater. If not, you can download it in miui forums. I suggest eu miui though, here's the link to eu https://sourceforge.net/projects/xi.../files/xiaomi.eu/MIUI-WEEKLY-RELEASES/9.4.11/

Ok. Thanks for your response. I am on Global stable rom though (rooted). Can i still download and flash the rom from link you posted? Whats your take on the best way to go?

Related

Guide: Reverse-engineering Xiaomi OTA Updates to Find Unreleased Versions

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)

Miui 10 Global Stable OTA?

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

Xiaomi Software install help

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.

Will I be getting the regular OTA updates?

I recently installed MIUI 12.0.2.0 my redmi k20 pro from http://bigota.d.miui.com/V12.0.2.0.QFKINXM/miui_RAPHAELININGlobal_V12.0.2.0.QFKINXM_f009b4b446_10.0.zip . Since this isn't the official way to update the miui version I doubt whether I'd be getting the offical OTA updates that Xiaomi will push in the future or I have to regularly download the latest version from https://www.xda-developers.com/download-miui-12-stable-update-rolling-out-several-xiaomi-redmi-mi-poco-devices/ thread. I am using a xiaomi device for the first time so I dont have any idea about this.
Did you install the .zip through the Updater app? The update has been rolled out, hence why you were able to download the .zip and if you updated through the Updater app you will get future OTA updates.
Psycho2002 said:
I recently installed MIUI 12.0.2.0 my redmi k20 pro from http://bigota.d.miui.com/V12.0.2.0....NGlobal_V12.0.2.0.QFKINXM_f009b4b446_10.0.zip . Since this isn't the official way to update the miui version I doubt whether I'd be getting the offical OTA updates that Xiaomi will push in the future or I have to regularly download the latest version from https://www.xda-developers.com/down...ing-out-several-xiaomi-redmi-mi-poco-devices/ thread. I am using a xiaomi device for the first time so I dont have any idea about this.
Click to expand...
Click to collapse
Many XDA threads and other reputable resources link to the official MIUI downloads.
The link above is the official link for the 12.0.2 India recovery ROM. It might not be the "normal" way to update, it is still an official way to update. You will still get the normal OTA updates.
If you have flashed this with custom recovery, ota may not work. Otherwise, it should get ota and update normally.
Mi 9T Pro ll Tapatalk

Question OnePlus 10 Pro (NE2215) Test Build to Retail Build?

Hey everyone,
I have a OnePlus 10 Pro on a test build ROM, but I want to flash the official retail build on it.
Any specific thread recommendations?
Thank you!
Just use Oxygen Updater and OPLocalUpgrade.apk and you're good to go.
I'll check those out, thank you!
And, my apologies, it is the NE2217, not the NE2215.
Looking at Oxygen Updater though... It says it is unsupported.
Also, OPLocalUpgrade.apk doesn't install either.
That's because you already have it.
Maybe you need to download the rollback package and manually install it. There is an article about that I. Oxygen updater posts.
Thanks for the reply. Mind posting the article link?
I'll give that a shot when I can.
OxygenOS 13 (C.20) comes to the stable track for 10 Pro
Full ZIP links are available, so you can update ASAP. Rollback instructions are towards the end.
oxygenupdater.com
Read It carefully, flash the rollback package to android 12, from there you can update back to android 13

Categories

Resources