Skip to content

blanckth/POCOX3-Root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Full Root and TWRP recovery for POCO x3 pro

Authur : Salar Muhammadi.

##### ##### ##### ##### ##### ##### ##### ##### ##### ##### #####

Download Repos and Essential Websites

Download TWRP APP
Download TWRP IMG
Download MAGISK
Tips : You can use this file for rooting the device as Magisk-v23.0.apk or rename it and flash with custom recovery (TWRP)
as Magisk-v23.0.zip for rooting and as uninstall.zip for unroot
MOD - Download Greenify
MOD - Download Xposed Framework
MOD - Download Youtube Vanced
MOD - Download Camera2API
MOD - Download Viper FX
Download Arrow OS
Download LineAge OS
Download GAPPS
##### ##### ##### ##### ##### ##### ##### ##### ##### ##### #####

Special Boot Modes

  1. Recovery:
    • With the device powered off, hold Volume Up + Power.
    • When POCO splash appears, release Power and keep pressed Volume Up until recovery appears.
  2. FastBoot:
    • With the device powered off, hold Volume Down + Power.
    • Keep holding both buttons until the word “FASTBOOT” appears on the screen, then release.
##### ##### ##### ##### ##### ##### ##### ##### ##### ##### #####

Prepration

  • Update And Upgrade and Get backup
    1. Update and Upgrade your Device to latest OTA firmware.
    2. Download the Stock Firmware.
    3. Backup All your Data, which Device will be Factory Format for Unlocking Bootloader.
    4. Turn off Find Device.
    5. Turn off lock Screen and all password and security lock
    6. Remove All Accounts
    7. Sign out Mi Account.
  • To use adb with your device, you’ll need to enable developer options and USB debugging:
    1. Open Settings, and select “About”.
    2. Tap on “Build number” seven times.
    3. Go back, and select “Developer options”.
    4. Scroll down, and check the “Android debugging” or “USB debugging” entry under “Debugging”.
    5. Plug your device into your computer.
    6. On the computer, open up a terminal/command prompt and type adb devices.
    7. 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
    1. Create a Mi account on Xiaomi’s website.
    2. Add a phone number to your Mi account.
    3. Insert a SIM into your phone.
    4. Enable developer options in Settings > About Phone by repeatedly tapping MIUI Version.
    5. 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.

    6. 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.

    7. After device and Mi account are successfully verified, the bootloader should be unlocked.
    8. Since the device resets completely, you will need to re-enable USB debugging to continue.
  • Patching boot.img with magisk
    1. Extract boot.img from Stock firmware and move it into device storage.
    2. Install Magisk on Device and patch the boot.img file.
    3. 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
Be Patience...

Enjoy!

About

Full Root and TWRP recovery for POCO x3 pro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors