Lazy loaded image
华为手机预装应用
字数 732阅读时长 2 分钟
2026-4-2
2026-4-2
type
Post
status
Published
date
Apr 2, 2026
slug
summary
tags
分享
category
icon
password
华为视频
adb shell pm uninstall --user 0 com.huawei.himovie
adb shell pm uninstall --user 0 com.huawei.himovie.local
音乐
adb shell pm uninstall --user 0 com.huawei.music.local
adb shell pm uninstall --user 0 com.android.mediacenter
qq视频
adb shell pm uninstall --user 0 com.tencent.qqlivehuawei
搜狐视频 adb shell pm uninstall --user 0 com.sohu.sohuvideo.emplayer
锁屏杂志
adb shell pm uninstall --user 0 com.huawei.magazine
阅读
adb shell pm uninstall --user 0 com.huawei.hnreader
服务
adb shell pm uninstall --user 0 com.huawei.phoneservice
adb shell pm uninstall --user 0 com.huawei.phoneservice.overlay
百度输入法
adb shell pm uninstall --user 0 com.baidu.input_huawei
讯飞语音组件
adb shell pm uninstall --user 0 com.iflytek.speechsuite
小艺输入法
adb shell pm uninstall --user 0 com.huawei.ohos.inputmethod

🕵️‍♂️ 1. 大数据收集与系统日志上传(建议卸载)

这些组件主要负责在后台默默记录你的手机运行状态、报错信息甚至使用习惯,然后打包上传给华为服务器(也就是所谓的“用户体验改进计划”)。
  • com.huawei.android.UEInfoCheck (用户体验信息检查)
  • com.huawei.hiview (系统日志收集)
  • com.huawei.hiviewtunnel (日志上传通道)
卸载命令: adb shell pm uninstall --user 0 com.huawei.android.UEInfoCheck adb shell pm uninstall --user 0 com.huawei.hiview adb shell pm uninstall --user 0 com.huawei.hiviewtunnel

📢 2. 个性化推荐与广告推送(建议卸载)

你在系统各个角落看到的“猜你喜欢”、“热门推荐”以及部分广告,底层的罪魁祸首就是这些负责“猜想”你的心思并进行推荐的引擎。
  • com.huawei.recsys (华为推荐系统核心)
  • com.huawei.suggestion (智慧建议)
  • com.huawei.ohos.suggestion (鸿蒙版智慧建议)
  • com.huawei.ohos.suggestion.overlay (智慧建议UI组件)
卸载命令: adb shell pm uninstall --user 0 com.huawei.recsys adb shell pm uninstall --user 0 com.huawei.suggestion adb shell pm uninstall --user 0 com.huawei.ohos.suggestion adb shell pm uninstall --user 0 com.huawei.ohos.suggestion.overlay

👁️ 3. 行为分析与屏幕内容感知(视需求决定)

这些组件会“看”你在做什么。它们其实是为了实现一些便利的 AI 功能(比如双指长按屏幕识别文字和商品),但代价就是系统会扫描你的屏幕和行为。
  • com.huawei.contentsensor (内容传感器:负责感知屏幕上的内容)
  • com.huawei.behaviorauth (行为认证:分析你的操作习惯特征)
  • com.huawei.hitouch (智慧识屏:双指按压屏幕弹出的那个功能)
卸载命令(如果你不用智慧识屏的话可以全删): adb shell pm uninstall --user 0 com.huawei.contentsensor adb shell pm uninstall --user 0 com.huawei.behaviorauth adb shell pm uninstall --user 0 com.huawei.hitouch

🔍 4. 智慧搜索(视需求决定)

  • com.huawei.search / com.huawei.searchservice / com.huawei.ohos.search 平时在桌面下拉出现的全局搜索界面。它会索引你手机里的本地文件、联系人,但同时也会经常联网给你推送热搜新闻和网络广告。 ⚠️ 注意: 如果你卸载了它们,桌面下拉可能就不会有任何反应了,如果你平时很依赖下拉搜索本地应用,请保留。
 
上一篇
一个视频
下一篇
【双拼输入法】自然码辅助码入门教程(辅助码表)

评论
Loading...