惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
博客园_首页
W
WeLiveSecurity
S
Secure Thoughts
S
Security @ Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Hugging Face - Blog
Hugging Face - Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
H
Hacker News: Front Page
Project Zero
Project Zero
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
U
Unit 42
N
News and Events Feed by Topic
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
Forbes - Security
Forbes - Security
T
Tor Project blog
I
Intezer
B
Blog
F
Full Disclosure
Security Archives - TechRepublic
Security Archives - TechRepublic
F
Fortinet All Blogs
Schneier on Security
Schneier on Security
T
Threat Research - Cisco Blogs
AI
AI
Google DeepMind News
Google DeepMind News
L
LINUX DO - 最新话题
Cloudbric
Cloudbric
L
Lohrmann on Cybersecurity
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
P
Privacy International News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
PCI Perspectives
PCI Perspectives
Y
Y Combinator Blog
Spread Privacy
Spread Privacy
Simon Willison's Weblog
Simon Willison's Weblog
罗磊的独立博客
Vercel News
Vercel News
A
Arctic Wolf
The Register - Security
The Register - Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
H
Heimdal Security Blog
Know Your Adversary
Know Your Adversary
P
Proofpoint News Feed
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed

博客园 - 阿牛

在家无缝访问公司内网:我的低成本、高安全远程办公方案 好学生 Deepseek 的学习过程 DeepSeek R1 的推理过程与人类团队处理任务的类比 windows11获取不到IPv6的解决方法 wps插件工具 当github双因子认证遇到鸿蒙手机 从Console中获取VUE的Route参数 雨霖工具 使用Powershell脚本实现微信多开 调试远程GithubAction 突破Vecel网站最大运行10秒的限制 备份51CTO买到的视频课程 白嫖Gitee收费服务, 实现瞬时Pages更新 PC微信小程序解密和反编译资源 批量删除gitlab仓库 批量删除github仓库 批量删除gitee的代码库 树莓派系统充分利用SD卡空间 Thinkpad T470p Clover and opencore 吃黑苹果 Catalina 10.15.5
ColorOS14升级15保持ROOT
阿牛 · 2025-01-08 · via 博客园 - 阿牛

我的手机是一加11,ColorOS14,Apatch + Lsposed + LuckyTool + N多插件

下面是我的升级过程,可参考:
1. 安装 kernelsu (因为apatch貌似不支持 coloros15)

https://github.com/tiann/KernelSU

2. 在 LuckyTool App中,功能,软件升级,OTA本地更新校验, 禁用DM-verity 校验, 都打开。

3. OTA升级,安装后不要重启

4. apatch 给 kernelsu root 权限

5. kernelsu 中,选第三个“按照到未使用的槽位(OTA后)”

6. 重启系统

7. 安装一下两个插件(原理的lsposed 不能用)

LSPosed v1.10.1:https://github.com/JingMatrix/LSPosed/releases/tag/v1.10.1

ZygiskNext v1.2.4:https://github.com/Dr-TSNG/ZygiskNext/releases/tag/v1.2.4

8. 重启后完成。 

我踩的坑:

大版本的更新,使用一加全能盒子的, 按照 apatch 到另外的槽位后,重启失败。 

修复方法:

音量下 + 电源, 长按进入fastboot 模式, 连接电脑后,切换为另一个槽位重启,到未升级前的系统,我的是ColorOS14,并且还有ROOT。

root@evlon-PC:/home/evlon# fastboot getvar current-slot
current-slot: b
Finished. Total time: 0.018s
root@evlon-PC:/home/evlon# fastboot set_active a
Setting current slot to 'a'                        OKAY [  0.039s]
Finished. Total time: 0.057s
root@evlon-PC:/home/evlon# fastboot reboot