-
Notifications
You must be signed in to change notification settings - Fork 382
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
升级到 LineageOS 22 后刷入修补镜像无法进入系统,已排除可能的上游问题 #873
Comments
小米澎湃os问题类似,miui可以用,升到澎湃刷后开机卡米。换用nightly build,不卡米能进系统,但是依旧显示未安装。 |
一加8+lineageos22同症状 |
我自己的设备在从LOS21升级到22的过程中是正常的,内核是4.4。 |
我升级时使用的是相同步骤。GMS按照官方的升级指南刷写过,顺序如下:
有可能是 LOS 上游源码的某些 bug,我等几个 release 后再试试,最初的这两个版本小问题不断,目前暂时用 KernelSU.Next 作为 root 方案。 |
Same problem here with LineageOS for microg 22 on FP4. |
Version requirement/版本要求
Describe the bug/描述 bug
系统更新后(LineageOS 21 - LineageOS 22),使用最新版本的 APatch 修补 boot.img 后刷入,依次显示 BL锁警告 、厂商 Logo 后反复重启,无法正常进入系统
Reproduce method/复现方法
按照正常流程获取 boot.img ,修补并刷入
Expected behavior/预期行为
安卓系统本体正常加载并进入系统
Actual behaviour /实际行为
依次显示 BL锁警告 、厂商 Logo 后无法正常进入系统(在安卓启动动画播放环节前反复重启)
Logs/日志
修补了一次本机 boot.img 后的 APatch 日志
Device Name/设备名称
SONY Xperia 1 II / pdx203 / XQ-AT72
OS Version/系统版本
LineageOS 22.1-20250103-NIGHTLY-pdx203
APatch Version/APatch 版本
10763
Kernel Version/内核版本
4.19.324
KernelPatch Version/KernelPatch 版本
0.10.7
Additional context/其他信息
在上一个系统版本使用 APatch 时未出现此问题。
新版本更新后内核配置要求依然检查通过(CONFIG_KALLSYMS=y and CONFIG_KALLSYMS_ALL=y)
刷入系统内提取/随本体同时发布的 boot.img 可以正常进入系统。
在当前版本系统中(LineageOS 22),我尝试通过最新的内核源码与 Kernel 0.9.5 版本合并编译后,打包为 AnyKernel3 包体通过 Lineage Recovery 刷入,可以正常进入系统,且安装模块等功能正常。
我不确定这能否说明上游代码没有问题,但是 pdx203 这部设备并未使用 GKI 内核,而 KernelSU 在 1.0.0 放弃了对非 GKI 内核设备的支持。但在上一个系统版本中(LineageOS 21)APatch 功能正常,所以来这边提 issue。
The text was updated successfully, but these errors were encountered: