Hi All,
The following has been done.
enable usb debugging > adb devices (shows my device)
disable driver signature verification in Windows 11 > install the driver to be able to unlock my bootloader and use the fastboot devices command.
adb shell > getprop ro.build.ab_update > false
adb reboot bootloader
fastboot devices (shows my device)
fastboot flash recovery filename (SHRP/TWRP/PBRP).img
fastboot reboot recovery
But still unable to boot into the customer recover img, it only boots into the stock rom after sometime.
or
fastboot boot (SHRP/TWRP/PBRP).zip > (FAILED (remote: image is not a boot image')
Any pointer as to why?
The following has been done.
enable usb debugging > adb devices (shows my device)
disable driver signature verification in Windows 11 > install the driver to be able to unlock my bootloader and use the fastboot devices command.
adb shell > getprop ro.build.ab_update > false
adb reboot bootloader
fastboot devices (shows my device)
fastboot flash recovery filename (SHRP/TWRP/PBRP).img
fastboot reboot recovery
But still unable to boot into the customer recover img, it only boots into the stock rom after sometime.
or
fastboot boot (SHRP/TWRP/PBRP).zip > (FAILED (remote: image is not a boot image')
Any pointer as to why?
Last edited: