Yes, do a clean install, backup all your stuff, format data then flash zip, wipe cache and dalvik, reboot.... wait........ enjoyHello 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
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"); |
i go into format data and type yesoh thank you for quick unswer
just wipe data before installation?
Thanks ill try/i go into format data and type yes
Sent from my MI CC 9 using Tapatalk
Seems you have no idea what you are doing..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");
"Power and Volume Down" is for booting in Fastboot mode, not TWRP... And don't see/understand the relation of this topic...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
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)"Power and Volume Down" is for booting in Fastboot mode, not TWRP... And don't see/understand the relation of this topic...
what is hm5 ?Seems you have no idea what you are doing..
You have MI5, not HM5..
It has to do with changes made by Google in Android 10.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?
The magisk version from first post didn't work on the 9T. What version should I use?
Hey do you have android 10? I upgraded yesterday and still android 9.After upgrading MI9SE from 11.0.3.0 to 11.0.5.0 step counter in MI health app stopped working. Any advice how to fix it?
But I'm running Android 9 with MIUI 11 on the 9T with the latest stable xiaomi.eu version.It has to do with changes made by Google in Android 10.
Me too on my mi 9 seBut 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.But I'm running Android 9 with MIUI 11 on the 9T with the latest stable xiaomi.eu version.
We use essential cookies to make this site work, and optional cookies to enhance your experience. Cookies are also used for ads personalisation