You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some old huawei devices,they did not configure secure boot correctly(not fused),for example ,all devices with msm8916 msm8909 and some devices with msm8953.They just used the modified sbl to verify the signature of the Aboot partition header (using RSA), and then configured the bootloader lock inside the Aboot.
So we can directly patch sbl, skip the verification of aboot, and then use lk1st or Qualcomm's original lk to port the display panel driver, which can unlock the bootloader.
For some old huawei devices,they did not configure secure boot correctly(not fused),for example ,all devices with msm8916 msm8909 and some devices with msm8953.They just used the modified sbl to verify the signature of the Aboot partition header (using RSA), and then configured the bootloader lock inside the Aboot.
So we can directly patch sbl, skip the verification of aboot, and then use lk1st or Qualcomm's original lk to port the display panel driver, which can unlock the bootloader.
Here is an example.
https://wiki.postmarketos.org/wiki/Huawei_Ascend_G7_(huawei-g7)#Preparation
I have tried it ,but meet some problems.
msm8916-mainline/lk2nd#446
could you help me??
thanks
The text was updated successfully, but these errors were encountered: