Unfortunately, I never tried on my RN8P, so I can't tell you for sure.I have three Questions:
Can I just boot from the recovery?
Does This works on Redmi note 8 Pro?
If I have to flash the recovery, can I go back to stock recovery after rebooting?
Thanks in advance (Sorry for my mabey bad english i´m using a translator)
Unfortunately, I never tried on my RN8P, so I can't tell you for sure.
The problem with the first question is that sometimes, when the device is unlocked, the encryption is triggered, so you should need to flash a zip that prevent it.
All the trick reside in not to boot to OS, directly, cause the unlock process contains some script to erase completely data, I mean, you don't need to flash or boot to recovery, but I put this part only to bypass the previously mentioned.
In case you need to flash a custom recovery, you can, at any time, flash again a stock recovery.
Actually, for MediaTek devices you have this toolhttps://github.com/bkerler/mtkclient, you can back up any partition including data, prior to unlock bootloader, then, you can restore them l
Thank you for your quick replyUnfortunately, I never tried on my RN8P, so I can't tell you for sure.
The problem with the first question is that sometimes, when the device is unlocked, the encryption is triggered, so you should need to flash a zip that prevent it.
All the trick reside in not to boot to OS, directly, cause the unlock process contains some script to erase completely data, I mean, you don't need to flash or boot to recovery, but I put this part only to bypass the previously mentioned.
In case you need to flash a custom recovery, you can, at any time, flash again a stock recovery.
Actually, for MediaTek devices you have this toolhttps://github.com/bkerler/mtkclient, you can back up any partition including data, prior to unlock bootloader, then, you can restore them later.
How can i make this work for Huawei? For Android and Emui 8.0 spesifically with locked bootloader and usb debunking disabledFor those who are waiting to unlock bootloader but don´t want to lose data this quick guide is intended to do so.
Usually in most of threads out there about unlocking anyone find the typical phrase "unlock bootloader erase all your data" like is advertised in the same MiFlash Unlock tool and for other devices which method to unlock it is through the same fastboot mode by command.
Really unlock bootloader doesn´t erase nothing itself, the problem is at time to reboot to system and here is the issue, if we reboot inmediately then data will gone. (some users of older devices reported that not always this happened BTW)
Steps that I did are the next (maybe some step was unnecesary and I´ll indicate which)
1 - Unlock bootloader as normally through the tool when time it´s came.
2- When it finishes exit the tool, don´t tap on "Reboot device" in the tool, just close the tool.
View attachment 4637935
3- Device stays in fastboot, check bootloader status in fastboot mode by typingView attachment 4637936Code:fastboot oem device-info
4- Extract recovery image fromOrangeFox-R8.3-vince zip inside adb folder and type(I renamed it fox).Code:fastboot flash recovery fox.img
5- Reboot to recovery by typing.Code:fastboot boot fox.img
View attachment 4637937
6- Once in recovery don´t swipe to allow modifications, tap on Read Only.
7- Some drivers will be updated between device and pc, then copy OrangeFox-R8.3-vince zip to internal memory (or if you prefer to an ext. sdcard) if you already don´t have it in your device.
Now flash the zip, I guess that this is necessary to OrangeFox can unpack all the tools in Fox folder onto device.
8- I enabled these options in recovery and flashed magisk, you can enable some additional features.
View attachment 4637938
9 - Then Flashed No+Verity_R5Plus.zip uploaded file (I´m not sure if this step is needed so I enabled before this option and OrangeFox has in-builded this feature but just to made sure, you know..)
10- Reboot normally and you´re done.
Sorry mate, this is a total different approach, I mean, this is out of the scope of this thread, you say that your bootloader is locked, this is the idea, we try here to preserve data after to unlock bootloader, unlocking bootloader, in case you are asking that, is not possible (by normal means) without enabling USB debugging, in MediaTek devices there are some workarounds though, anyway, as I said you, your question deserves a new place, and personally I think, a better explanation too, about what exactly you are trying to achieve.How can i make this work for Huawei? For Android and Emui 8.0 spesifically with locked bootloader and usb debunking disabled

fastboot oem device-infofastboot flash recovery fox.imgfastboot boot fox.img
I think clicking on 'Reboot' on the unlock tool sends the script to erase all data.... Here's what I did:
1. unlock bootloader normally
2. unplug phone without clicking on 'Reboot' button at the end
3. Force power off by holding power button for about 10s
and when it rebooted.. it went right into system..phone booted normally with the 'unlocked' logo at boot with all my data untouched.