Download MIUI UNLOCK TOOL
Download MIUI FASTBOOT FLASH TOOLs and ROMs
Download TWRP APP
Download TWRP IMG
Download MAGISK
MOD - Download Greenify
MOD - Download Xposed Framework
MOD - Download Youtube Vanced
MOD - Download Camera2API
MOD - Download Viper FX
Download Universal ADB Drivers
Download Platform-Tools
Download Arrow OS
Download LineAge OS
Download GAPPS
Download NetHunter ARM64
- Recovery:
- With the device powered off, hold
Volume Up+Power. - When POCO splash appears, release
and keep pressedPowerVolume Upuntil recovery appears.
- With the device powered off, hold
- FastBoot:
- With the device powered off, hold
Volume Down+Power. - Keep holding both buttons until the word “FASTBOOT” appears on the screen, then release.
- With the device powered off, hold
- Update And Upgrade and Get backup
- Update and Upgrade your Device to latest OTA firmware.
- Download the Stock Firmware.
- Backup All your Data, which Device will be Factory Format for Unlocking Bootloader.
- Turn off Find Device.
- Turn off lock Screen and all password and security lock
- Remove All Accounts
- Sign out Mi Account.
- To use adb with your device, you’ll need to enable developer options and USB debugging:
- Open Settings, and select “About”.
- Tap on “Build number” seven times.
- Go back, and select “Developer options”.
- Scroll down, and check the “Android debugging” or “USB debugging” entry under “Debugging”.
- Plug your device into your computer.
- On the computer, open up a terminal/command prompt and type adb devices.
- A dialog should show on your device, asking you to allow usb debugging. Check “always allow”, and choose “OK”.
- Extract Platform-Tools to a path in Windows Drive like C:\platform-tools then exec this command in CMD :
setx /M path "%path%;C:\platform-tools\"
- Unlocking Bootloader
- Create a Mi account on Xiaomi’s website.
- Add a phone number to your Mi account.
- Insert a SIM into your phone.
- Enable developer options in Settings > About Phone by repeatedly tapping MIUI Version.
- Link the device to your Mi account in Settings > Additional settings > Developer options > Mi Unlock status.
if fastboot did not recognized Device install the Fastboot Driver.
- Run the MIUI UNLOCK APP and follow the instructions provided by the app
NOTE: The app may tell you that you have to wait up to 30 days. If it does so, please wait the quoted amount of time before continuing to the next step.
- After device and Mi account are successfully verified, the bootloader should be unlocked.
- Since the device resets completely, you will need to re-enable USB debugging to continue.
- Patching boot.img with magisk
- Extract boot.img from Stock firmware and move it into device storage.
- Install Magisk on Device and patch the boot.img file.
- move Patched_boot.img file to computer and flash it with adb on fastboot mode or TWRP Recovery mode.
> adb devices
> adb reboot bootloader
> fastboot devices
> fastboot flash recovery twrp.img
> fastboot reboot