Please help me, how enter to twrp recovery on Mi8 Lite ? I try all buttons combinations and nothing.
turn off your phone completelyPlease help me, how enter to twrp recovery on Mi8 Lite ? I try all buttons combinations and nothing.
does it work with adb?i turn off phone, press and hold VOL up + power, still hold, first xiaomi logo with unlocked info, shutdown adn restart, still hold buttons and nothing do, phone restart still. ADB reboot is not comfortable, boot into recowery without pc some times need.
if you can reboot to recovery just fine from ADB then i don't think there's any reason why you can't do it with the button combinationany solution to my problem ?
i told you beforeadb reboot is not comfortable
did you swipe to allow modifications when you got the prompt the first time you booted twrp?So I did everything correctly, installed Magisk v18.1 (which is the latest) - it all installed correctly without errors in TWRP, but after the phone rebooted itself, there's no Magisk app on the screen... any idea why that is?
Thanks for the reply. Tried to edit my original post, but am getting constant errors.did you swipe to allow modifications when you got the prompt the first time you booted twrp?
also did you try reflashing magisk? try older versions too
i did some searches online and i saw other people having the same issue when it gets installed but doesn't show up
weird :"/
take a look
https://github.com/topjohnwu/Magisk/issues/591
yesssThanks for the reply. Tried to edit my original post, but am getting constant errors.
Problem was with the Magisk version - tried with a previous one and it worked perfectly fine.
This is exactly the same issue I was having, until I realized after I had done a reset I did not tap the Settings "About Phone/MIUI version" 5 times to re-enable "Developer options". Duh!i turn off phone, press and hold VOL up + power, still hold, first xiaomi logo with unlocked info, shutdown adn restart, still hold buttons and nothing do, phone restart still. ADB reboot is not comfortable, boot into recowery without pc some times need.
Disclaimer :
with that out the way and without bothering you with more useless things to readCode:* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed * YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you :D
let's get started shall we?
==== Notes ====
you should have already unlocked your bootloader (if not then start the process as soon as possible because it's going to take a while)
backup your stuff, make sure you have sufficient charge just in case anything goes wrong
download the unoffical TWRP port from Here
get the latest magisk from Here
install device usb drivers
set up fastboot properly
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
if it's detected then you're good to proceed to the next step.Code:fastboot devices
5- flash the twrp recovery image by using the usual fastboot commands
in our case it should be something likeCode:fastboot flash recovery recovery.img
6- i tried using "fastboot reboot recovery" command to reboot to recovery but it did nothingCode:fastboot flash recovery recovery-TWRP-3.2.3-1003-XIAOMI8LITE-CN-wzsx150.img
so i used this command instead
7- if you rebooted successfully, you should be at TWRP splash screenCode:fastboot boot recovery-TWRP-3.2.3-1003-XIAOMI8LITE-CN-wzsx150.img
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
Happy Flashing :highfive:
---------------------------------------------
After my phone updated to Pie, I am also having this problem. When flashing Magisk, it all goes well, no errors whatsoever. I reboot, no Magisk app and no root. Anyone have any ideas? Do I need to maybe use one of these commands before installing Magisk?after installing magisk by twrp it did not appear to me as app.
What do I do to get root access?
echo KEEPVERITY=true>>/cache/.magisk
echo KEEPFORCEENCRYPT=true>>/cache/.magisk
echo KEEPVERITY=false>>/data/.magisk
echo KEEPFORCEENCRYPT=false>>/data/.magisk
I installed magisk apk after installing via fatboot and started to function perfectly.After my phone updated to Pie, I am also having this problem. When flashing Magisk, it all goes well, no errors whatsoever. I reboot, no Magisk app and no root. Anyone have any ideas? Do I need to maybe use one of these commands before installing Magisk?
or do I want to disable this stuff using:Code:echo KEEPVERITY=true>>/cache/.magisk echo KEEPFORCEENCRYPT=true>>/cache/.magisk
Code:echo KEEPVERITY=false>>/data/.magisk echo KEEPFORCEENCRYPT=false>>/data/.magisk