after flash patched boot.img device stuck in bootloop - Magisk

my device is vivo s1 android 11 version...
After Flashing patch boot.img my device stuck in bootloop...boot.img is dump by mtk client

I'm not sure in Android 11 but in Android 10 you have to flash an empty vbmeta file otherwise you have a bootloop.
Vbmet contains the crc check of boot.img, is a part of the safe boot.

Harlock1978 said:
I'm not sure in Android 11 but in Android 10 you have to flash an empty vbmeta file otherwise you have a bootloop.
Vbmet contains the crc check of boot.img, is a part of the safe boot.
Click to expand...
Click to collapse
i also try to disable or flash empty vbmeta
By these commands,
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Fastboot flash vbmeta vbmeta.Img.empty
After that device Again start Bootloop

Related

[FASTBOOT] [STOCK] [RMX1921EX] A16-Pie and C01-Android 10

Both the fastboot images does not have stock recovery at the moment. We were not able to pull that because magisk modifies boot.img and results in no boot. if vbmeta is flashed with --disable-verity --disable-verification, it results in persistent TWRP.
Ideally, you wouldnt have to replace anything other than system,vendor,vbmeta and boot. I have added them just in case you need them.
NOTE :
Android 10 is not backwards compatible with 9 firmware. So, once you open that can of worms, there is no going back for now.
Code:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
fastboot flash boot boot.img
Links :
https://www.androidfilehost.com/?w=files&flid=304989

Bootloader status after OTA update

EDIT: everything is fine
i managed to update to C.27 with root installed
and root is still there and FP sensor is working again
everything worked out
How you did it?
Jasenjo said:
How you did it?
Click to expand...
Click to collapse
Download the OZIP update file
Then flash OrangeFox recovery
TWRP wont work
Also make sure to have vbmeta file on your PC and updated magisk image
Go to the recovery and flash the ozip update file
Then restart to recovery again and install the magisk image
And restart to fastboot then flash vbmeta using that fastboot command:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Then restart to system and your done

so did someone make new rec for redmi10x 5G in android11

did somebody has use magisk to get root ?
when i try use magisk manger install rebot and rebot forever flash recovery img from xiaomi it not use
i guess maybe i should close avb2.0 but i can't when i use
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
or:
fastboot --disable-verity flash vbmeta vbmeta.img
fastboot --disable-verity flash vbmeta_system vbmeta_system.img
but fastboot: error: cannot load 'vbmeta.img': No such file or directory
xtsstx said:
i guess maybe i should close avb2.0 but i can't when i use
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
or:
fastboot --disable-verity flash vbmeta vbmeta.img
fastboot --disable-verity flash vbmeta_system vbmeta_system.img
but fastboot: error: cannot load 'vbmeta.img': No such file or directory
Click to expand...
Click to collapse
Hi. How did you able to flash the Android 11 on your Redmi 10X? Mine is failing usingTWRP. My phone won't boot after I flashed the zip file. It keeps booting into recovery mode.
Do you have fastboot files for Android 11? Thank you.
bluerain28 said:
Hi. How did you able to flash the Android 11 on your Redmi 10X? Mine is failing usingTWRP. My phone won't boot after I flashed the zip file. It keeps booting into recovery mode.
Do you have fastboot files for Android 11? Thank you.
Click to expand...
Click to collapse
no i update from xiaomi rom of test
bluerain28 said:
Hi. How did you able to flash the Android 11 on your Redmi 10X? Mine is failing usingTWRP. My phone won't boot after I flashed the zip file. It keeps booting into recovery mode.
Do you have fastboot files for Android 11? Thank you.
Click to expand...
Click to collapse
You can apply for the test system in xiaomi forum.
pys078 said:
You can apply for the test system in xiaomi forum.
Click to expand...
Click to collapse
How to apply? Can you send me a link please? Because it seems the test is full.
bluerain28 said:
How to apply? Can you send me a link please? Because it seems the test is full.
Click to expand...
Click to collapse
You may need to download the chinese version xiaomi fourm,and there will be a "内测" button.Click it and you can see "招募中内测",then you can apply for the "开发板公测".But it is hard to be passed,you need to have a test about android system before you are qualified to use the test system.
bluerain28 said:
Hi. How did you able to flash the Android 11 on your Redmi 10X? Mine is failing usingTWRP. My phone won't boot after I flashed the zip file. It keeps booting into recovery mode.
Do you have fastboot files for Android 11? Thank you.
Click to expand...
Click to collapse
If you got bootloop after flashed magisk, you need to flash stock rom boot.img.
If you got bootloop after flashed TWRP, you need to flash stock rom recovery.img.
If you got bootloop (or black screen) after flashed misc partition, you need to erase misc partition.
If your device keep booting in recovery (or blackscreen), you need to erase misc partition.
Here, is the guide for erasing MISC partition: https://forum.xda-developers.com/t/...omi-redmi-note-9-xiaomi-redmi-10x-4g.4209299/
Please, follow only method 2, because method 1 is for MERLIN (Redmi 10X 4G / Redmi Note 9).
Do you need help with your MERLIN device ?
Read this FAQ: https://forum.xda-developers.com/t/...for-merlin-redmi-10x-4g-redmi-note-9.4225177/
bluerain28 said:
Hi. How did you able to flash the Android 11 on your Redmi 10X? Mine is failing usingTWRP. My phone won't boot after I flashed the zip file. It keeps booting into recovery mode.
Do you have fastboot files for Android 11? Thank you.
Click to expand...
Click to collapse
Have you installed android 11 im having the same problem

Magisk

I have a mi 9 prime lancelot, ramdisk present, support system as root, helio g80...
patched boot.img from the stock ROM with magisk, copied to platform tools in laptop, then tun:
fastboot flash boot magisk.img
entered bootloop
and i seen some guys running:
fastboot --disable-verify --disable-some-sh*t flash vbmeta vbmeta.img
but it is the vbmeta from the stock ROM or patched one or what.
*CONFUSED*
Officer X said:
I have a mi 9 prime lancelot, ramdisk present, support system as root, helio g80...
patched boot.img from the stock ROM with magisk, copied to platform tools in laptop, then tun:
fastboot flash boot magisk.img
entered bootloop
and i seen some guys running:
fastboot --disable-verify --disable-some-sh*t flash vbmeta vbmeta.img
but it is the vbmeta from the stock ROM or patched one or what.
*CONFUSED*
Click to expand...
Click to collapse
From your stock rom
Shas45558 said:
From your stock rom
Click to expand...
Click to collapse
tysm

Question Install gsi rom on realme 8 pro

Ricedroid 8.6
Unlock the bootloader,
Go to fastboot mode,,
Type
Fastboot reboot bootloader
Fastboot reboot fastboot
Fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
(Vbmeta.img extract from your current stock rom).
Fastboot erase system
Fastboot reboot fastboot
Fastboot flash system system.img
(System.img is downloaded gsi rom and extract the zip and put it in system.img )
Fastboot -w
Fastboot reboot bootloader
Fastboot erase userdata
Fastboot reboot
(After mobile rebooting or go to the recovery mode and you need to format data wipe data in recovery mode).
Installation method of gsi rom
1st you install treble info apk
Then you will see supported or not..
My device is realme 8 pro
I installed currently ricedroid 8.6 arm64- slim bgN
Everything is working properly
Volte working,
(You need to some sitting in treble sitting).
(Go to sitting,
Phh treble sitting,.
Ims features,
Click
Requist ims network,
Presence of 4 g network
Then,
Click install ims apk for qualcomm vendor.
Then apk downloaded,
Then install it.
Facelook working,.
I don't know about fingerprint because before install gsi rom my fingerprint already gone.
I am definitely going to try this. But before I do I need a way to go back to stock rom.
I already have a 8 Pro(IN) bootloader unlocked .
I remember using the ofp flash tool for flashing realme ui 3.0 from 2.0... on my device.
Striker3214 said:
I am definitely going to try this. But before I do I need a way to go back to stock rom.
I already have a 8 Pro(IN) bootloader unlocked .
I remember using the ofp flash tool for flashing realme ui 3.0 from 2.0... on my device.
Click to expand...
Click to collapse
You can revert back to rui in realme 8 pro with this method.
1.) First of all you need
laptop,
Usb data cable,
Minimal adb & fastboot setup,
firmware.
MCT ofp extractor tool.
and Your device.
Download below files.
Firmware:
Download your device Firmware (ofp file).
MCT OFP extractor tool:
https://drive.google.com/file/d/1-MgGdT9fxi2LtJ1DIOxLVSM67thj9EpG/view?usp=drivesdk
Minimal adb & fastboot setup:
ADB & FASTBOOT.rar | by IamNH for Realme 2 Pro
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
androidfilehost.com
2.) Extract the ofp file package by mct ofp extract tool.
3.) Request to unlock your device bootloader by indeapth test apk, once approved then you can start deep testing and unlock bootloader.
4.) connect your device with laptop.
5.) Open minimal adb & fastboot terminal.
and flash this images files by below cmd.
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash metadata metadata.img
fastboot flash opporeserve2 opporeserve2.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
Note: Flash this only 3 super images
fastboot flash super super.0.xxxxxx.img
fastboot flash super super.1.xxxxxx.img
Note: During super 2 flash check super_map.csv file for related country
fastboot flash super super.2.xxxxxx.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash vbmeta vbmeta.img
fastboot flash userdata userdata.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot -w
fastboot reboot
Disclaimer: I am not responsible for bricked devices, dead SD cards, etc!
Don't Lock your device bootloader otherwise it will brick and you have to go service centre for fix.

Categories

Resources