DiD you tried this ?I will correctly find that a normal, full -fledged TWRP for A12 does not exist?
Thank you very much, I will try.DiD you tried this ?
![]()
unofficial twrp 3.6.2 Root Redmi Note 11S 4G (fleur) - unofficial twrp
download unofficial twrp 3.6.2 root Redmi Note 11S 4G, user who own Redmi Note 11S 4G can root it by following below guideunofficialtwrp.com
Maybe OrangeFox, but i do not have a link to that....
da
command. Then I grabbed it from the github and it worked fine.Can't i get debloat list of that apps?Just successfully rooted my new Poco M4, version code V13.0.7.0.RKEMIXM. Noted a couple of points that could've saved me ~1 hour extra, had I known them.
1. Mtkclient should be really of recent version. I first took what was available in ArchLinux's AUR, but it didn't support theda
command. Then I grabbed it from the github and it worked fine.
2. Unlike the author's device, my was A/B-partitioned. So instead of fastboot flash boot ... , I used boot_a and boot_b. Same for vbmeta.
3. From the fresh stock device (before any modifications), I backed up all partitions. Then I downloaded the official archive. Finally I compared byte-to-byte a couple of images: from the device and from the archive. Noted that for the case of vbmeta image it differ in 1 byte. Anyhow, I reflashed the one from the device supplying these skip verity flags etc. Everything worked fine.
4. During the backup using Mtkclient, I could backed up all partitions except the 'super' which was the biggest. It just broke somewhere around 70%.
Hope my information helped someone...
PS
Debloating followed the rooting. Removed >20 of garbage and near-spy software.
Thanks![]()
List of APKs safe to debloat
Xiaomi ships a load of bloat with this phone. Uninstall what you can through the normal Settings interface. Once rooted you can also disable the system apps, improving battery life and privacy, with De-bloater. I have tested these all myself...forum.xda-developers.com
It's really personal and phone dependent. Something can be a bloatware for one and useful app for another. But that list provided is a good start.
python mtk e metadata,userdata,md_udc
python mtk da seccfg unlock
python mtk reset
13.0.6.0(RKEEUXM)
)images
directory and find the boot.img
fileadb reboot bootloader
fastboot flash boot magisk_patched_*.img
fastboot flash vbmeta --disable-verity --disable-verification vbmeta.img
2. Find ROM on this link: https://mirom.ezbox.idv.tw/en/phone/fleur/roms-global-stable/Well done, glad you've got it sorted!
To clarify, this essentially follows the same 4 steps outlined in my post but using different tools that don't require python:
I think there's also a custom recovery install too (OrangeFox). I tend not to bother, but it can be convenient.
- Unlock Bootloader
- Used MediatekBootloaderUnlock rather than mtkclient- Source boot.img
- Managed to find the images online without having to extract them from a ROM. @Lark5, where?- Patch boot.img (using Magisk)
- Same- Flash patched boot.img (using adb)
- Same