unbrick is a process to repair a device that was bricked, with in OnePlus 10R user face two type of brick- soft brick and hard brick.
Soft brick: in this stage device stuck or freez on boot logo or animation due to any software/ firmware issue.
hard brick: in this stage device completely goes dead and does not show any sign of boot for example logo or animation, even fastboot or recovery mod. it show only 9008 USB COM driver /device when we connect it to computer
so if your OnePlus 10R having any of soft or hard brick issue then you can fix it by following the below Instructions.
Requirement’s
Steps to unbrick OnePlus 10R:
Soft brick:
- Download Latest update firmware
- Extract Downloaded Firmware following this guide
- extract platform tools to extract firmware folder
- Open CMD in firmware folder
- now send Below code
fastboot –set-active=a fastboot format:ext4 userdata fastboot flash boot boot.img fastboot flash dtbo dtbo.img fastboot flash odm odm.img fastboot flash system system.img fastboot flash vbmeta vbmeta.img fastboot flash vendor vendor.img fastboot reboot bootloader fastboot –set-active=b fastboot format:ext4 userdata fastboot flash boot boot.img fastboot flash dtbo dtbo.img fastboot flash odm odm.img fastboot flash system system.img fastboot flash vbmeta vbmeta.img fastboot flash vendor vendor.img
or you can use single code for both A and B slot like this
fastboot flash partition-name_ab 'finemame'
- one done reboot phone to recovery wipe userdata and reboot
- success..
hard brick:
- MTK bypass exploit not support this platform. once support available disable auth using rom2box and then flash using SP Flash tools
have any question Let Me know Via comment.