Please help me, how enter to twrp recovery on Mi8 Lite ? I try all buttons combinations and nothing.
Please help me, how enter to twrp recovery on Mi8 Lite ? I try all buttons combinations and nothing.
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.
any solution to my problem ?
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?
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
Thanks 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.
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 :
Code:* 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
with that out the way and without bothering you with more useless things to read
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 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
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
fastboot devices
fastboot flash recovery recovery.img
fastboot flash recovery recovery-TWRP-3.3.0-0517-XIAOMI8LITE-CN-wzsx150.img
Sorry for the late reply
No problem
+
I'm not really sure if you could do it with TWRP's built in file manager without root
You could try
I've seen people do it with adb but haven't had the chance to try it yet
take a look here : https://www.google.iq/amp/s/amp.red...gswg/camera2_api_without_root/#ampf=undefined
And here (this has some very useful info)
https://www.google.iq/amp/s/forum.x...o/guide-enable-camera2-api-root-t3690366/amp/
i flashed stock rom in Mi Flash with the clean all option checked
i set up the phone for the first time without setting any fingerprint or security or anything
after that i flashed twrp
from twrp i flashed dm verity and encryption disable