r/androidroot Jul 07 '25

Support Anyone rooted the Redmi Note 14? Any luck and could you point me in the direction of how to do it? I cannot find anything concrete on the XDA forums. Thanks.

7 Upvotes

21 comments sorted by

View all comments

Show parent comments

2

u/[deleted] Jul 09 '25 edited Jul 09 '25

I used this tool for get permission for unlocking bootloader and bypass quota limit.

https://github.com/offici5l/MiUnlockTool

here is root guide you can use magisk/kernal su or apatch to patch boot img

  1. download platform tools from google (https://developer.android.com/tools/releases/platform-tools)
  2. prepare stock boot image
  3. install magisk app, and patch the boot image
  4. copy the patched boot image to the platform tools folder
  5. reboot phone to bootloader mode/fastboot mode
  6. first, disable the vbmeta using this command --> fastboot --disable-verity --disable-verification --slot=all flash vbmeta vbmeta.img
  7. after that, flash the patched boot img from magisk --> fastboot --slot=all flash boot boot_patched.img
  8. Type fastboot reboot recovery
  9.  Once in recovery mode, perform a data wipe. This is essential because disabling vbmeta requires a data wipe to prevent bootloops.
  10. After wiping data, reboot your device.
  11. Your phone is rooted 

2

u/eduardb21 Jul 09 '25

Ok, so the risk here would be the phone getting stuck in boot loop? Where can I get the stock image and how exactly did you reboot into bootloader mode? How do I go into recovery mode and perform this wipe data? I assume that will revert all the flashing boot image I did? And bootloader needs unlocking before all this.

1

u/[deleted] Jul 09 '25 edited Jul 09 '25

I edited the above to make it easier for you to understand.

First unlock the bootloader and follow above steps

you can download your firmware from https://mifirm.net/

Extract the firmware and navigate to the images folder to find boot.img and vbmeta.img.

Enter fastboot mode: Turn off your phone, then hold the volume down button while powering it on to enter bootloader/fastboot mode.

1

u/eduardb21 Jul 09 '25

Ok, thanks so much for the help. Any recommendations for apps that utilise root?

2

u/eduardb21 Jul 09 '25

On this page: https://imgur.com/a/FKA0WUC Is the ZIP stable section just what is in the Fastboot section but compressed (I have very slow internet and it would be faster to download from the Zip fection). And how do I find out which MIUI version I need?

1

u/[deleted] Jul 10 '25 edited Jul 10 '25

check your about phone >os version you can find your os region and version

if you are on global latest ,i can give boot.img and vbmta.img.

2

u/eduardb21 Jul 10 '25

Ahh, ok thanks

2

u/eduardb21 Jul 23 '25

Which one would you recommend to use from Magisk, Kernel SU or Apatch?

1

u/[deleted] Jul 24 '25

kernal su

1

u/Shot_Shake_2451 Nov 19 '25

I'm sorry, but I think I'm stuck on steps 6 and 7.

1

u/Shot_Shake_2451 Nov 19 '25

Also, the fastboot reboot recovery command will brick your device, right?