2023年10月,红米(小米)note 8 pro 优化记
看了红米的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命令看是否连接完成
配置见
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 反馈)
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】博客园社区专享云产品让利特惠,阿里云新客6.5折上折
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 一个费力不讨好的项目,让我损失了近一半的绩效!
· 清华大学推出第四讲使用 DeepSeek + DeepResearch 让科研像聊天一样简单!
· 实操Deepseek接入个人知识库
· CSnakes vs Python.NET:高效嵌入与灵活互通的跨语言方案对比
· Plotly.NET 一个为 .NET 打造的强大开源交互式图表库