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

推荐订阅源

小众软件
小众软件
A
About on SuperTechFans
博客园 - Franky
Engineering at Meta
Engineering at Meta
Recent Announcements
Recent Announcements
云风的 BLOG
云风的 BLOG
B
Blog
Microsoft Security Blog
Microsoft Security Blog
L
LangChain Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
U
Unit 42
Martin Fowler
Martin Fowler
Y
Y Combinator Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 叶小钗
Vercel News
Vercel News
Apple Machine Learning Research
Apple Machine Learning Research
The Cloudflare Blog
Last Week in AI
Last Week in AI
腾讯CDC
Microsoft Azure Blog
Microsoft Azure Blog
爱范儿
爱范儿
V
V2EX
G
Google Developers Blog

博客园 - 金明

解决KOReader内置翻译在国内的解决方案(免费),可以切换为DeepSeek和DeepL及硅基流动(免费) KOReader 摘录和生词导出软件KOReader Mate -寻路小司机 Rime小狼毫 雾凇拼音 增加自己QQ拼音词库的方法 KOReader查词导出软件KOReaderVocab Manjaro/Arch用怎么安装天翼云电脑(Ctyun-cloud-desk)?感谢信创,感谢国家 学英语工具集KindleVocab和WordSaver Edge(Chrome)浏览器插件WordSaver的演示,可以查英语生词并记录生词及所在句子,导出为anki格式 KindleVocab 教程,Kindle导出查词记录成文本文档,Kindle导出查询单词记录导入Anki Firefox无需第三方插件在关闭最后一个标签后也不退出程序 好用的软件推荐 thinkpad x250装manjaro linux,解决指纹和远程桌面问题 使用技巧 | 红米 Redmi Note 12 Turbo优化记录(去广告等) OpenWRT/iStoreOS 不从头编译内核安装4G LTE网卡 Quectel EM05-CE记录 orange pi 香橙派 zero 刷openwrt当作有wifi的小路由器用 Sublime装sftp远程编辑插件 关于免费笔记软件Obsidian和免费同步,长文,保存观看 联想低温锡-选笔记本时看到的 小米R3G刷了padavan后时间不同步和定时关闭外网(wan)端口 Windows 10 读取bitlocker加密的硬盘出现参数错误怎么解决?
2023年10月,红米(小米)note 8 pro 优化记
金明 · 2023-10-01 · via 博客园 - 金明

看了红米的note 13 pro和note 12 turbo的参数和价格后,我决定下单买个note8 pro的手机壳,确实有新手机的感觉了。

我note8 pro手机参数如下

MIUI 12.0.5
内存是6G
具体看下图

经过优化调整后一般还剩3G内存,文件夹存了很多图标后也不再卡了

优化步骤

下载adb

https://dl.google.com/android/repository/platform-tools-latest-windows.zip

设置手机模式

开启开发者模式,具体请百度
然后开启usb调试
通过adb devices命令看是否连接完成

配置见

https://blog.csdn.net/x2584179909/article/details/108319973

ADB删除的应用(看你不需要的删)

adb shell pm uninstall --user 0 com.miui.systemAdSolution(小米系统广告解决方案,必删)

adb shell pm uninstall --user 0 com.miui.analytics(小米广告分析,必删)

adb shell pm uninstall --user 0 com.xiaomi.gamecenter.sdk.service (小米游戏中心服务)

adb shell pm uninstall --user 0 com.xiaomi.gamecenter (小米游戏中心)

adb shell pm uninstall --user 0 com.sohu.inputmethod.sogou.xiaomi (搜狗输入法)

adb shell pm unintall --user 0 com.iflytek.inputmethod.miui(讯飞输入法)
** 输入法要装好其他输入法才可以删

adb shell pm uninstall --user 0 com.miui.player (小米音乐)

adb shell pm uninstall --user 0 com.miui.video (小米视频)

adb shell pm uninstall --user 0 com.miui.notes (小米便签)

adb shell pm uninstall --user 0 com.miui.translation.youdao (有道翻译)

adb shell pm uninstall --user 0 com.miui.translation.kingsoft (金山翻译)

adb shell pm uninstall --user 0 com.android.email (邮件)

adb shell pm uninstall --user 0 com.xiaomi.scanner (小米扫描)

adb shell pm uninstall --user 0 com.miui.hybrid (混合器)

adb shell pm uninstall --user 0 com.miui.bugreport (bug 反馈)

adb shell pm uninstall --user 0 com.milink.service (米连服务)

adb shell pm uninstall --user 0 com.android.browser (浏览器)

adb shell pm uninstall --user 0 com.miui.gallery (相册)

adb shell pm uninstall --user 0 com.miui.yellowpage (黄页)

adb shell pm uninstall --user 0 com.xiaomi.midrop (小米快传)

adb shell pm uninstall --user 0 com.miui.virtualsim (小米虚拟器)

adb shell pm uninstall --user 0 com.xiaomi.payment (小米支付)

adb shell pm uninstall --user 0 com.mipay.wallet (小米钱包)

adb shell pm uninstall --user 0 com.android.soundrecorder (录音机)

adb shell pm uninstall --user 0 com.miui.screenrecorder (屏幕录制)

adb shell pm uninstall --user 0 com.android.wallpaper (壁纸)

adb shell pm uninstall --user 0 com.miui.voiceassist (语音助手)

adb shell pm uninstall --user 0 com.miui.fm (收音机)

adb shell pm uninstall --user 0 com.miui.touchassistant (悬浮球)

adb shell pm uninstall --user 0 com.android.cellbroadcastreceiver (小米广播)

adb shell pm uninstall --user 0 com.xiaomi.mitunes (小米助手)

adb shell pm uninstall --user 0 com.xiaomi.pass (小米卡包)

adb shell pm uninstall --user 0 com.android.thememanager (个性主题管理)

adb shell pm uninstall --user 0 com.android.wallpaper (动态壁纸)

adb shell pm uninstall --user 0 com.android.wallpaper.livepicker (动态壁纸获取)

adb shell pm uninstall --user 0 com.miui.klo.bugreport (KLO bug 反馈)