Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some ways to unlock old huawei devices with qualcomm soc and need help #35

Open
hicode002 opened this issue Nov 17, 2024 · 2 comments
Open

Comments

@hicode002
Copy link

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

@werasik2aa
Copy link
Owner

NEED PBL TO SKIP VERIFY OF SBL

@werasik2aa
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants