in redmi note 8 if I done minimum width 900 it gone to recovery and how to recover it without no data lose and used all options
Answers
Answer:
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.
Name: 1-unlocked.png
Views: 9830
Size: 8.3 KB
ID: 4637935
3- Device stays in fastboot, check bootloader status in fastboot mode by typing
Code:
fastboot oem device-info
Name: 2-fastboot confirm unlock.png
Views: 10320
Size: 4.9 KB
ID: 4637936
4- Extract recovery image fromOrangeFox-R8.3-vince zip inside adb folder and type
Code:
fastboot flash recovery fox.img
(I renamed it fox).
5- Reboot to recovery by typing
Code:
fastboot boot fox.img
.
Name: 3-fastboot flash and boot to Fox.png
Views: 9256
Size: 6.8 KB
ID: 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.
Name: 4-OrangeFoxDisableDM-Verity.png
Views: 7904
Size: 112.7 KB
ID: 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.