Question TWRP BOOTLOOP FOR REDMI NOTE 11S - Redmi Note 11S 4G / POCO M4 Pro 4G (fleur)

Tried to install TWRP for REDMI NOTE 11S, but just after a few seconds into the recovery, the phone shuts down and keeps on a loop.
Is there any recommendable MIUI version i shall use to avoid this? Or any extra step im missing?
here are the command im using:​
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot recovery.img
fastboot reboot recovery

I don't think there is any reliable and stable versions of custom recovery for this phone yet.
Even I tried installing orange fox and it kept bootlooping.
You can try flashing the twrp install zip file after booting to twrp and see if the problem still exists. But I have a feeling it won't.
The best you can do to stop bootlooping is to not have a custom recovery at all.

Related

[SD625] Trouble installing TWRP despite flashing Lazyflasher + SuperSU

Cross-post from here
I have a frustrating issue.
After booting into fastboot mode, I type the following commands where recovery.img is the TWRP mido image. I also have lazyflasher and SuperSU on my SD card, but onto that later...
I type :
Code:
fastboot flash recovery recovery.img
fastboot boot recovery.img
The phone boots into TWRP perfectly. I then flash the lazyflasher zip file. However when I try to boot back into recovery, the Mi logo briefly appears, then nothing... black screen.
So at the moment, I don't care about what is on internal storage. I went to wipe-->format data, then rebooted straight into bootloader to try and flash TWRP again. However this also gives me a black screen when I try and boot into recovery after installing Lazyflasher. I tried again, however I also flashed SuperSU immediately after lazyflasher. Rebooting into recovery from TWRP gives me a black screen again.
Should I perhaps try to flash a custom kernel? I am lost for other solutions.
TLDR: TWRP unsuccessful after: fastboot flash recovery, then fastboot boot recovery.img, then flashing lazyflasher, followed by flashing SuperSU, then choosing Reboot-->Recovery.
bigpavmate said:
Cross-post from here
I have a frustrating issue.
After booting into fastboot mode, I type the following commands where recovery.img is the TWRP mido image. I also have lazyflasher and SuperSU on my SD card, but onto that later...
I type :
Code:
fastboot flash recovery recovery.img
fastboot boot recovery.img
The phone boots into TWRP perfectly. I then flash the lazyflasher zip file. However when I try to boot back into recovery, the Mi logo briefly appears, then nothing... black screen.
So at the moment, I don't care about what is on internal storage. I went to wipe-->format data, then rebooted straight into bootloader to try and flash TWRP again. However this also gives me a black screen when I try and boot into recovery after installing Lazyflasher. I tried again, however I also flashed SuperSU immediately after lazyflasher. Rebooting into recovery from TWRP gives me a black screen again.
Should I perhaps try to flash a custom kernel? I am lost for other solutions.
TLDR: TWRP unsuccessful after: fastboot flash recovery, then fastboot boot recovery.img, then flashing lazyflasher, followed by flashing SuperSU, then choosing Reboot-->Recovery.
Click to expand...
Click to collapse
Also, once just flash lazyflasher.zip /super su from twrp > next reboot into system from twrp! Do not choose reboot to recovery for the first time. Boot to system..
Okay guys, I have found the solution, although I would still like to know WHY this happened!
I used fastboot + Xiaomi Flash Tool to flash the latest stable ROM. I then enabled USB Debugging, and did all the same steps which resulted in being able to boot into recovery normally! I didn't flash lazyflasher this time because I flashed SuperSU instead, apparently it patches the dm-verity thing too. This was a suggestion from this post

Nokia 3.2 cant boot into android

i was trying to find a custom recovery for my nokia 3.2 and accidentally mistaken a nokia 3 unofficial twrp as a nokia 3.2 one so i flashed the wrong one (not knowing so at the time) and then it just wouldnt boot into os anymore. When i did try and flash the recovery i flashed it into the boot_a and boot_b partitions because there were some forums that said "fastboot boot twrp.img" but i thought they said "fastboot flash boot twrp.img". I tried to flash boot and system and all other files in the stock rom to no avail. I found a nokia 3.2 unofficial twrp here: https://forum.xda-developers.com/nokia-3-2/development/twrp-nokia-3-2-ported-thinhx2-t4055023 and there is 2 different versions. I tried flashing that in boot_a and boot_b and still nothing. Also note that there was a text file with the wrong twrp (nokia 3) that said to flash no verity or ssomething like that or the phone wont boot to os so maybe it has to do with that?

Redmi 8a fastboot stuck

So i wanted to install custom rom on my redmi 8a, installed TWRP and wiped the system without installing the rom, now my phone is stuck in the fastboot mode because i don'‌t have system to load, also can'‌t access the TWRP and file system from the pc. How can i flash MIUI? Tried with Mi Flash Tool, got an error "missmatching image and device". I tried downloading several different roms and also from official website, but still didn't succeed in flashing and every time get this exact error.
SOLVED! flashed patched vbmeta through fastboot and can open TWRP now
Hi.
So, I'm exactly in the same situation. For a moment there I thought I perma-bricked my phone...
Anyway, can you tell me more about how you solved it?
Where did you get the patched vbmeta file?
How can I flash it? Is it just a simple fastboot flash <partition> <file> command?
Anything else I need besides the vbmeta file?
Thanks in advance.

WiFi dead after installing magisk

Xiaomi Redmi 8A
MIUI Global 11.0.7 (PCPMIXM)
Bootloader unlocked
I followed this youtube tutorial
Running the following commands:
fastboot devices (detected just fine)
fastboot flash boot boot.img
fastboot flash vbmeta vbmeta.img
fastboot flash recovery twrp.img
All 3 files were flashed successfully, the TWRP wasn't working as expected, it booted into TWRP but the touch didn't work, so I decided to install another version found in another video (3.3.1-0105 by wzsx150), this worked, and allowed me to install MagiskManager-v7.5.1
Then after booting, I can't turn on the WiFi. When I try to enable it, it just disables itself automatically.
As far as I know, the boot image is the problem, I have another Xiaomi Redmi 8A with me but with MIUI Global 11.0.9 (PCPINXM), it has the bootloader unlocked too, what do you suggest? Can I get a copy of that boot and flash it with fastboot to the device with the wifi problem? may it work? what are the commands to do so? I don't know them and I don't want to brick it
Any help is much appreciated, thanks!
Sirvaudebtc said:
Xiaomi Redmi 8A
MIUI Global 11.0.7 (PCPMIXM)
Bootloader unlocked
I followed this youtube tutorial
Running the following commands:
fastboot devices (detected just fine)
fastboot flash boot boot.img
fastboot flash vbmeta vbmeta.img
fastboot flash recovery twrp.img
All 3 files were flashed successfully, the TWRP wasn't working as expected, it booted into TWRP but the touch didn't work, so I decided to install another version found in another video (3.3.1-0105 by wzsx150), this worked, and allowed me to install MagiskManager-v7.5.1
Then after booting, I can't turn on the WiFi. When I try to enable it, it just disables itself automatically.
As far as I know, the boot image is the problem, I have another Xiaomi Redmi 8A with me but with MIUI Global 11.0.9 (PCPINXM), it has the bootloader unlocked too, what do you suggest? Can I get a copy of that boot and flash it with fastboot to the device with the wifi problem? may it work? what are the commands to do so? I don't know them and I don't want to brick it
Any help is much appreciated, thanks!
Click to expand...
Click to collapse
Hi, sorry if I misunderstood you but did you try to install the old Magisk Manager? It's not even Magisk Manager anymore but only Magisk, try to install the latest stable version 25.2 here is the download link.
Exact same issue here.
Unlocked bootloader and had twrp recovery on it
Installed PixelExperience 13 and everything was fine
For banking apps, I installed Magisk 25.2 following official process w/boot + recovery
Flashed patched images using fastboot.
Now I have banks, but no wifi :-/
Any hints?

Question Error while installing

Hi all. I need help. I tied to install twrp on my Poco x3 GT and failed. I flashed vbmeta.img successfully. But format user data got error. Then I flashed twrp.img instead of recovery.img. After that It stuck on boot loop.
But fastboot mode was working. I flashed official fastboot ROM using Xiaomi flash tool. It's working good but if I press power + volume up buttons, it doesn't even turn. What should I do?
"Fastboot reboot" command
i try to install a custom recovery twrp an orangefox but i got bootloop
Twrp wont work on miui 13
try this one
Custom Rom flash guide_AnyaForger
How to flash custom rom for Poco X3 GT
en.anyaforger.cn

Categories

Resources