Last edited:
Hi
After flashing my mi 9 se with the latest twrp (twrp-3.4.0-1-grus) and vbmeta, it nows keeps booting on twrp
It cant boot on the main system anymore.
I read all this thread, did all the steps correctly, but still no luck
I tried to reflash twrp, then vbme, then the original rom (miui_GRUSEEAGlobal_V11.0.6.0.QFBEUXM_508141efd0_10.0.zip)
But still rebooting in twrp every time.
I dont know how to get it back
Any idea ?
Thanks
---------- Post added at 06:00 PM ---------- Previous post was at 05:18 PM ----------
ok, i got it back, despite i tried every thing.. except flash shrp (https://forum.xda-developers.com/mi-9-se/development/recovery-sky-hawk-recovery-project-t4046451)
instead of twrp
so :
reboot in fastboot
fastboot flash recovery shrp.img
reboot with power and volume+
boot in recovery on shrp > wipe > dalvik/cache/data/system/vendor
reboot recovery
format data
reboot recovery
copied the official grus rom zip file on the pĥone
from shrp install > select the zip file
finally reboot
and it's ok![]()
Hi
After flashing my mi 9 se with the latest twrp (twrp-3.4.0-1-grus) and vbmeta, it nows keeps booting on twrp
It cant boot on the main system anymore.
I read all this thread, did all the steps correctly, but still no luck
I tried to reflash twrp, then vbme, then the original rom (miui_GRUSEEAGlobal_V11.0.6.0.QFBEUXM_508141efd0_10.0.zip)
But still rebooting in twrp every time.
I dont know how to get it back
Any idea ?
Thanks
---------- Post added at 06:00 PM ---------- Previous post was at 05:18 PM ----------
ok, i got it back, despite i tried every thing.. except flash shrp (https://forum.xda-developers.com/mi-9-se/development/recovery-sky-hawk-recovery-project-t4046451)
instead of twrp
so :
reboot in fastboot
fastboot flash recovery shrp.img
reboot with power and volume+
boot in recovery on shrp > wipe > dalvik/cache/data/system/vendor
reboot recovery
format data
reboot recovery
copied the official grus rom zip file on the pĥone
from shrp install > select the zip file
finally reboot
and it's ok![]()
even after all those steps i still cannot pass to system, now its shrp that keep looping
EDIT: I fixed the problem using miflash, but i lost all data.
sending 'recovery' (40264 KB)...
OKAY [ 0.880s]
writing 'recovery'...
OKAY [ 0.185s]
finished. total time: 1.081s
This worked to unbrick my bootloop (recovery) after upgrading from android 10 to android 11 (xiaomi eu)
This worked to unbrick my bootloop (recovery) after upgrading from android 10 to android 11 (xiaomi eu)
I only used this command:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
I didn't flash a zip file in recovery to disable verity.
Phone boots now
Hi mate,
what did you do to flash the MIUI based on android 11 on our phone?
juste dirty flash and reflash then the vbmeta, that's right?
I assume you didn't lost any data on the phone?
Cheers
David
i've success with these steps:
1. flash "miui 12 grus_global_images_V12.0.2.0.QFBMIXM" by recovery or fastboot
2. fastboot flash recovery.img of shrp v2.3.1 (extract it from the zip file)
3. fastboot flash vbmeta.img
4. reboot to recovery mode manually --- pwr + vol down
5. wipe dalvik/cache, data, internal storage
6. flash "Disable_Dm-Verity_ForceEncrypt_03.04.2020.zip" (i forgot the link, plz googling)
7. reboot to recovery mode again
8. format data
9. reboot to recovery mode again
10. flash magisk
11. reboot to system
ps. twrp 3.4.0.1 not work -- bootloop to recovery
Hi Mate,Can't access TWRP any more, any key combo ends in Fastboot
What I did: I used TWRP-3.4.0-2-Mi9SE to update grus to xiaomi.eu_multi_MI9SE_V12.5.1.0.RFBCNXM_v12-11.zip.
Success.
But I can't access TWRP anymore. I always end in Fastboot.
Whats wrong here?
fastboot boot twrp_grus-MI9SE_3.5.A9_07-03-2021_d-bl.img
Is xiaomi.eu rom working with this recovery? Had problems with decrypting/bootloop in earlier versions.
Yes, working good for me on xiaomi.euIs xiaomi.eu rom working with this recovery? Had problems with decrypting/bootloop in earlier versions.
Yes it works but, if you enter on recovery mode after installing xiaomi.eu miui 12.5 you will have a data encryption (that happened to me). Try it using twrp uploaded by xiaomi.eu community to be more specific: twrp-3.5.A9-grus-geoanto555.Is xiaomi.eu rom working with this recovery? Had problems with decrypting/bootloop in earlier versions.
fastboot flash recovery twrp-PUTVERSIONHERE-Mi9SE.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Just some Info:
Android has chandeg from FDE (full disc encryption) to FBE (file based encrytion) with the upgrade to Android 10.
(src: https://source.android.com/security/encryption/file-based.html)
That gave me headache in the earlier HTC M7/M9 and Mi MIX times years ago - maybe there is a quickwin possible by changing the recovery.fstab or twrp.fstab to a compatible FBE mode.