安装kernelSU 和LSPosed

安装

下载地址

https://github.com/tiann/kernelSU

获取init_image

使用kernelSU

使用命令刷入。注意这里因为手机是ab分区。所以需要输入两次。

bash 复制代码
D:\Users\W9075443>fastboot flash init_boot_a E:\Desktop\kernelsu_patched_20260729_102118.img
Sending 'init_boot_a' (8192 KB)                    OKAY [  0.178s]
Writing 'init_boot_a'                              OKAY [  0.003s]
Finished. Total time: 0.318s

D:\Users\W9075443>fastboot flash init_boot_b E:\Desktop\kernelsu_patched_20260729_102118.img
Sending 'init_boot_b' (8192 KB)                    OKAY [  0.176s]
Writing 'init_boot_b'                              OKAY [  0.003s]
Finished. Total time: 0.312s

D:\Users\W9075443>fastboot reboot
Rebooting                                          OKAY [  0.000s]
Finished. Total time: 0.005s

成功标志

安装 LSPosed

按照这个教程刷入。

https://kernelsu.com/lsposed-install.html

相关推荐
一航jason5 小时前
Android平台推理框架及试用场景模型对比
android·人工智能·ai·架构·ai编程·llama
一航jason5 小时前
Android 端侧大模型推理框架对比
android·人工智能·ai·ai编程·llama·ai-native
新时代牛马5 小时前
cyclictest 毛刺从哪来?从ftrace、latencytop、perf到IRQ/调度延迟定位
android·开发语言·python·kotlin
光电的一只菜鸡7 小时前
为什么调整LSC会对AF产生影响
android·开发语言·kotlin
凛_Lin~~7 小时前
LiveData 源码解析
android·安卓·livedata
hai_android8 小时前
FusibleFlow:Kotlin Flow 的融合机制原理
android·kotlin
龚寿生8 小时前
23-敏捷开发实战:从Scrum到看板的团队协作方法论
android·学习·scrum·敏捷流程
zhangguojia79 小时前
Activity启动流程(四):从setContentView到View树创建与Window挂载
android
三少爷的鞋12 小时前
Kotlin 2026:裁员、AI、Rust——黄金时代结束了吗?Jake Wharton 为你解答
android