Hirdetés

Új hozzászólás Aktív témák

  • juve600

    nagyúr

    válasz rellif #786 üzenetére

    XDA topic : [link]

    1- shutdown your device completely
    2- boot into fastboot mode by pressing and holding the power button + volume down button until you see xiaomi's mi bunny with a blue "fastboot" text underneath it
    3- connect your device via your usb cable
    4- on your pc check if you have fastboot configured properly and your device recognized by typing
    Code:

    fastboot devices

    if it's detected then you're good to proceed to the next step.
    5- flash the twrp recovery image by using the usual fastboot commands
    Code:

    fastboot flash recovery recovery.img

    in our case it should be something like
    Code:

    fastboot flash recovery recovery-TWRP-3.2.3-1003-XIAOMI8LITE-CN-wzsx150.img

    6- i tried using "fastboot reboot recovery" command to reboot to recovery but it did nothing
    so i used this command instead
    Code:

    fastboot boot recovery-TWRP-3.2.3-1003-XIAOMI8LITE-CN-wzsx150.img

    7- if you rebooted successfully, you should be at TWRP splash screen
    you will be greeted with a slider slide it and continue
    when i first booted into twrp it was in chinese so i used my nexus 5 twrp as a guide to change the language xD
    press the third entry down on the right to open the settings, press the last tab on the right with the globe icon and choose english then
    press "set language".
    8- back to the main menu of TWRP, go to "Install"
    choose the magisk zip file you downloaded and flash it, when done reboot the device.
    9- congratulations friend, you're now rooted and have TWRP as your recovery

    [ Szerkesztve ]

Új hozzászólás Aktív témák