如何使用最新main分支的管理器 #1042
Closed
Bot-wxt1221
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
不需要这么复杂, |
Beta Was this translation helpful? Give feedback.
1 reply
-
能不能把这个提到scripts里面 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
如果您想跟进最新KernelSU进度,使用Actions构建的管理器,但是因为软件包校验的原因可以遵循以下方式:
安装由google提供的apksigner你可以在Android SDK Tools里面找到。
手动编译check_v2.c,因为本文件已在最新KernelSU中移除放出:
编译后通过
把第一个6个字符的字符串复制下来,定义为环境变量KSU_EXPECTED_SIZE
如:
export KSU_EXPECTED_SIZE=0x02e8
然后运行
输出如下:
Signer #1 certificate SHA-256 digest 行输出的内容定义为KSU_EXPECTED_HASH
如:
export KSU_EXPECTED_HASH=6081c08d0bbf7116cb867b7b82e89ef6b2e95a0979fcd9aa3590abd92f33f2ad
然后重新编译内核即可。
Beta Was this translation helpful? Give feedback.
All reactions