I did fixed it without losing data.Yes, not working on my one neither
Chinese device, running Chinese MIUI 11 (Android Q) development edition.
It's now in bootloop... looking forward for any solution.
Just flash the official recovery.
I did fixed it without losing data.Yes, not working on my one neither
Chinese device, running Chinese MIUI 11 (Android Q) development edition.
It's now in bootloop... looking forward for any solution.
assert(set_emmc_writable("/sys/block/mmcblk0boot1/force_ro"),
package_extract_file("preloader.img", "/dev/block/mmcblk0boot1"));
assert(set_emmc_writable("/sys/block/mmcblk0boot0/force_ro"),
package_extract_file("preloader.img", "/dev/block/mmcblk0boot0"));
I don't understand either, I could not get to fastboot at all! Holding up or down both go to blank screens.I may say something stupid here, but I dont exactly see how TWRP brightness bug, in recovery then, could affect Fastboot screen brightness (which is a completely different boot from what I understand) if you directly boot into Fastboot (vol- + power).
If anyone can enlighten me, I would really appreciate.
Thanks.
I've followed the instructions on the Megathread (flashed preloader, disabled avb, etc.).Is there a special reason why TW_DEFAULT_BRIGHTNESS is set to zero?
It is stable, just incorrect brightness level. You can either change it through adb or flash LR TWRP which has the correct level.As soon as it gets a little more stable I will jump in.
Can you share the commands to correct the bright?It is stable, just incorrect brightness level. You can either change it through adb or flash LR TWRP which has the correct level.
with which tool should we flash this edited rom?Instructions on how you can flash stock ROMs again from official TWRP as some users were having issues while flashing. The process is pretty simple.
- First of all, grab the proper recovery firmware from Xiaomi's site. You can get it here or here. Make sure to download the proper variant as per your device and needs.
- Once downloaded, open it using an archive manager and delete the compability.zip archive in it. This archive enforces version checks and is supposed to stop the flashing process if there is a mismatch of specified firmware requirements by OEM. Read more on it here.
- Now go navigate into META-INF directory or its sub-directories and locate updater-script which pass instructions on which partitions are supposed to be flashed. This script contains various assert which need to be removed. Find lines such as:
andCode:assert(set_emmc_writable("/sys/block/mmcblk0boot1/force_ro"), package_extract_file("preloader.img", "/dev/block/mmcblk0boot1"));
Remove all such lines.Code:assert(set_emmc_writable("/sys/block/mmcblk0boot0/force_ro"), package_extract_file("preloader.img", "/dev/block/mmcblk0boot0"));
Save the changes and now flash the build. It should flash successfully without any issues. Remember to disable AVB as it will render your device unbootable if you wish to flashback TWRP again.
TWRPInstructions on how you can flash stock ROMs again from official TWRP as some users were having issues while flashing. The process is pretty simple.
- First of all, grab the proper recovery firmware from Xiaomi's site. You can get it here or here. Make sure to download the proper variant as per your device and needs.
- Once downloaded, open it using an archive manager and delete the compability.zip archive in it. This archive enforces version checks and is supposed to stop the flashing process if there is a mismatch of specified firmware requirements by OEM. Read more on it here.
- Now go navigate into META-INF directory or its sub-directories and locate updater-script which pass instructions on which partitions are supposed to be flashed. This script contains various assert which need to be removed. Find lines such as:
and
with which tool should we flash this edited rom?
Use latest platform tools from Google's official websiteCan anyone help me with this.
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
I get an error regarding --disable verity not being a valid command ??
I think you are using wrong commandsCan anyone help me with this.
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
I get an error regarding --disable verity not being a valid command ??
NoHello, can we install twrp and root the RN8P latest Android version 10 miui 11 with this tutorial? Thank you