MIUI 11 MIUI 11.0 STABLE RELEASE


Status
Not open for further replies.
Türkçe dil için arkadaşlar denendi tekrar tekrar yeniden başlatma sorunu olmadığı görüldü. Mi 9 a kurdum v03 versiyonunu

MI 9 cihazımdan Tapatalk kullanılarak gönderildi
 
Hello everyone
can i install this rom over my mi 9t pro global 8/256 with 10.3.3.0 ?
Yes, do a clean install, backup all your stuff, format data then flash zip, wipe cache and dalvik, reboot.... wait........ enjoy

Sent from my MI CC 9 using Tapatalk
 
Xiaomi Mi 6
Error 7
There is no "assert" to delete, but i deleted the only one "getprop"
"getprop("ro.product.device") == "riva" || abort("E3004: This package is for \"riva\" devices; this is a \"" + getprop("ro.product.device") + "\".");"
and it didn not work
help please!


getprop("ro.product.device") == "riva" || abort("E3004: This package is for \"riva\" devices; this is a \"" + getprop("ro.product.device") + "\".");
ui_print("Target: Xiaomi/riva/riva:8.1.0/OPM1.171019.026/V11.0.2.0.OCKCNXM:user/release-keys");
show_progress(0.200000, 10);
package_extract_file("boot.img", "/dev/block/bootdevice/by-name/boot");

# ---- radio update tasks ----

ui_print("Patching firmware images...");
ifelse(msm.boot_update("main"), (
package_extract_file("firmware-update/splash.img", "/dev/block/bootdevice/by-name/splash");
package_extract_file("firmware-update/rpm.mbn", "/dev/block/bootdevice/by-name/rpm");
package_extract_file("firmware-update/tz.mbn", "/dev/block/bootdevice/by-name/tz");
package_extract_file("firmware-update/emmc_appsboot.mbn", "/dev/block/bootdevice/by-name/aboot");
package_extract_file("firmware-update/lksecapp.mbn", "/dev/block/bootdevice/by-name/lksecapp");
package_extract_file("firmware-update/sbl1.mbn", "/dev/block/bootdevice/by-name/sbl1");
package_extract_file("firmware-update/cmnlib64_30.mbn", "/dev/block/bootdevice/by-name/cmnlib64");
package_extract_file("firmware-update/cmnlib_30.mbn", "/dev/block/bootdevice/by-name/cmnlib");
package_extract_file("firmware-update/devcfg.mbn", "/dev/block/bootdevice/by-name/devcfg");
package_extract_file("firmware-update/keymaster.mbn", "/dev/block/bootdevice/by-name/keymaster");
), "");
ifelse(msm.boot_update("backup"), (
package_extract_file("firmware-update/rpm.mbn", "/dev/block/bootdevice/by-name/rpmbak");
package_extract_file("firmware-update/tz.mbn", "/dev/block/bootdevice/by-name/tzbak");
package_extract_file("firmware-update/emmc_appsboot.mbn", "/dev/block/bootdevice/by-name/abootbak");
package_extract_file("firmware-update/lksecapp.mbn", "/dev/block/bootdevice/by-name/lksecappbak");
package_extract_file("firmware-update/sbl1.mbn", "/dev/block/bootdevice/by-name/sbl1bak");
package_extract_file("firmware-update/cmnlib64_30.mbn", "/dev/block/bootdevice/by-name/cmnlib64bak");
package_extract_file("firmware-update/cmnlib_30.mbn", "/dev/block/bootdevice/by-name/cmnlibbak");
package_extract_file("firmware-update/devcfg.mbn", "/dev/block/bootdevice/by-name/devcfgbak");
package_extract_file("firmware-update/keymaster.mbn", "/dev/block/bootdevice/by-name/keymasterbak");
), "");
msm.boot_update("finalize");
package_extract_file("firmware-update/NON-HLOS.bin", "/dev/block/bootdevice/by-name/modem");
package_extract_file("firmware-update/adspso.bin", "/dev/block/bootdevice/by-name/dsp");
show_progress(0.600000, 250);
ui_print("Installing MIUI update...");
block_image_update("/dev/block/bootdevice/by-name/system", package_extract_file("system.transfer.list"), "system.new.dat.br", "system.patch.dat") ||
abort("E1001: Failed to update system image.");
show_progress(0.100000, 2);
set_progress(1.000000);
run_program("/sbin/busybox", "mount", "/cust");
package_extract_file("META-INF/com/xiaomieu/xiaomieu.sh", "/tmp/xiaomieu.sh");
run_program("/sbin/sh", "/tmp/xiaomieu.sh", "dummy", "1", "/tmp/xiaomieu.sh");

 

Attachments

  • Screenshot_2019-11-13-14-45-53[1].png
    Screenshot_2019-11-13-14-45-53[1].png
    122.6 KB · Views: 342
  • 8b212277-14fd-466d-bfa4-bb55cca62b27.jpg
    8b212277-14fd-466d-bfa4-bb55cca62b27.jpg
    103.1 KB · Views: 330
Xiaomi mi 6
I rebooted phone in twrp main menu using Power and Volume Down buttons, and my phone became a brick now. It reacts to usb connection to PC but nothing else. Any ideas?
Device manager reads phone as Qualcomm HS-USB QDLoader 9008 and MiFlash as COM3
help!:c
 
Xiaomi Mi 6
Error 7
There is no "assert" to delete, but i deleted the only one "getprop"
"getprop("ro.product.device") == "riva" || abort("E3004: This package is for \"riva\" devices; this is a \"" + getprop("ro.product.device") + "\".");"
and it didn not work
help please!


getprop("ro.product.device") == "riva" || abort("E3004: This package is for \"riva\" devices; this is a \"" + getprop("ro.product.device") + "\".");
ui_print("Target: Xiaomi/riva/riva:8.1.0/OPM1.171019.026/V11.0.2.0.OCKCNXM:user/release-keys");
show_progress(0.200000, 10);
package_extract_file("boot.img", "/dev/block/bootdevice/by-name/boot");

# ---- radio update tasks ----

ui_print("Patching firmware images...");
ifelse(msm.boot_update("main"), (
package_extract_file("firmware-update/splash.img", "/dev/block/bootdevice/by-name/splash");
package_extract_file("firmware-update/rpm.mbn", "/dev/block/bootdevice/by-name/rpm");
package_extract_file("firmware-update/tz.mbn", "/dev/block/bootdevice/by-name/tz");
package_extract_file("firmware-update/emmc_appsboot.mbn", "/dev/block/bootdevice/by-name/aboot");
package_extract_file("firmware-update/lksecapp.mbn", "/dev/block/bootdevice/by-name/lksecapp");
package_extract_file("firmware-update/sbl1.mbn", "/dev/block/bootdevice/by-name/sbl1");
package_extract_file("firmware-update/cmnlib64_30.mbn", "/dev/block/bootdevice/by-name/cmnlib64");
package_extract_file("firmware-update/cmnlib_30.mbn", "/dev/block/bootdevice/by-name/cmnlib");
package_extract_file("firmware-update/devcfg.mbn", "/dev/block/bootdevice/by-name/devcfg");
package_extract_file("firmware-update/keymaster.mbn", "/dev/block/bootdevice/by-name/keymaster");
), "");
ifelse(msm.boot_update("backup"), (
package_extract_file("firmware-update/rpm.mbn", "/dev/block/bootdevice/by-name/rpmbak");
package_extract_file("firmware-update/tz.mbn", "/dev/block/bootdevice/by-name/tzbak");
package_extract_file("firmware-update/emmc_appsboot.mbn", "/dev/block/bootdevice/by-name/abootbak");
package_extract_file("firmware-update/lksecapp.mbn", "/dev/block/bootdevice/by-name/lksecappbak");
package_extract_file("firmware-update/sbl1.mbn", "/dev/block/bootdevice/by-name/sbl1bak");
package_extract_file("firmware-update/cmnlib64_30.mbn", "/dev/block/bootdevice/by-name/cmnlib64bak");
package_extract_file("firmware-update/cmnlib_30.mbn", "/dev/block/bootdevice/by-name/cmnlibbak");
package_extract_file("firmware-update/devcfg.mbn", "/dev/block/bootdevice/by-name/devcfgbak");
package_extract_file("firmware-update/keymaster.mbn", "/dev/block/bootdevice/by-name/keymasterbak");
), "");
msm.boot_update("finalize");
package_extract_file("firmware-update/NON-HLOS.bin", "/dev/block/bootdevice/by-name/modem");
package_extract_file("firmware-update/adspso.bin", "/dev/block/bootdevice/by-name/dsp");
show_progress(0.600000, 250);
ui_print("Installing MIUI update...");
block_image_update("/dev/block/bootdevice/by-name/system", package_extract_file("system.transfer.list"), "system.new.dat.br", "system.patch.dat") ||
abort("E1001: Failed to update system image.");
show_progress(0.100000, 2);
set_progress(1.000000);
run_program("/sbin/busybox", "mount", "/cust");
package_extract_file("META-INF/com/xiaomieu/xiaomieu.sh", "/tmp/xiaomieu.sh");
run_program("/sbin/sh", "/tmp/xiaomieu.sh", "dummy", "1", "/tmp/xiaomieu.sh");

Seems you have no idea what you are doing..
You have MI5, not HM5..
 
  • Like
Reactions: trahzebuck
Xiaomi mi 6
I rebooted phone in twrp main menu using Power and Volume Down buttons, and my phone became a brick now. It reacts to usb connection to PC but nothing else. Any ideas?
Device manager reads phone as Qualcomm HS-USB QDLoader 9008 and MiFlash as COM3
help!:c
"Power and Volume Down" is for booting in Fastboot mode, not TWRP... And don't see/understand the relation of this topic...
 
"Power and Volume Down" is for booting in Fastboot mode, not TWRP... And don't see/understand the relation of this topic...
yes, ik. i just mistakenly pressed it by the end of the day, being tired and etc. Just telling you guys not to do it, because it might happen to you too and it seems like a big trouble. And if you have any idea how to deal with it, tell me please)
 
One slight bug I 11.3.2 CC9 pyxis is that the step counter on the phone does not work. If developer can take note of that I will be grateful. Thanks.

Sent from my MI CC 9 using Tapatalk
 
I don't get it. I want to root the latest build and I tried many magisk versions but none work. The magisk.zip is installed successfully but it ended up with a bootloop.

Can someone tell me which magisk version works?
It has to do with changes made by Google in Android 10.

Extract boot.img from firmware and send it to phone.
Run Magisk Manager on phone, and click install Magisk, selecting the patch file option.
Patch the boot.img file
Send the patched .img file to PC
Flash it with fastboot.
Reboot phone and magisk is installed.
~~~~~
Step by step guide:
 
The magisk version from first post didn't work on the 9T. What version should I use?

Step by step guide to install magisk

 
Hi there,
First of all, thanks for your ROMs. I'm using them for a long time. Now I have updated to Miui 11 and found a problem with Step Counter in Mi Assistant. It doesn't work. With previous versions everything was ok. Google Fit count steps. My phone is Redmi 5A, 2/16, global version. Can you help me or send your advice. Thanks in advance.
 
I just tried to reinstall the last Mi9 release, but "Hey Google/Ok Google" function is still not working as expected.
I also noticed an high battery consumption compared with the previous version (11.0.0.2 stable) and some notification problems when the screen is locked (no notifications on notch, no wake up screen).

I hope in a new release in few weeks, because the previous one stable release (11.0.0.2) was working really better!
 
Still no stable MIUI 11 by xiaomi.eu for Redmi 5 Plus... 9 days ago the respective download was removed from Sourceforge because the ROM was corrupted, and since then nobody fixed and reuploaded it.
P.S. The Chinese stable MIUI 11 for this model exists for a long time already.
 
But I'm running Android 9 with MIUI 11 on the 9T with the latest stable xiaomi.eu version.
Your better off on 9 until 10 has fewer bugs! I was on the BATA weekly witch is 10 but there is no real visual difference, at the moment 10 has higher battery drain and Android auto don't work plus on the mi 9t twrp got broken on the last update.
 
I have a mi 9 pro 5g, but the camera has not worked for me since I entered the miui 11. Where could I find the version of miui where it works ?. is there a fix? thanks
 
Status
Not open for further replies.

Similar threads

  • Locked
HyperOS 1.0 24.3.25
Replies
169
Views
65K
  • Locked
HyperOS 1.0 24.3.18
Replies
115
Views
43K
  • Locked
HyperOS 1.0 24.3.11
Replies
128
Views
45K
  • Locked
HyperOS 1.0 24.3.4
Replies
150
Views
47K