发布网友 发布时间:2022-04-23 01:55
共4个回答
热心网友 时间:2022-04-29 04:09
1、就是把系统更新到最新版本,就不会出现提醒了。
2、取消系统更新提醒。
取消提醒步骤:
1、找到设置,点击应用管理。
2、在设置里找到全部设置。
3、打开应用管理。
4、找到系统更新,打开。
5、点击删除数据。
6、然后你就不用担心有提醒了。
热心网友 时间:2022-04-29 05:27
准备工作:
电脑一台,WINDOS操作系统,adb工具包(链接:https://pan.baidu.com/s/15ZgsmgTN48ze4KFvYxYVqQ
安卓手机,★不需ROOT, 打开手机“开发者选项”下的“USB调试”和“ADB调试”
不利影响:
无!!!具有后悔模式,可随时用电脑进行还原操作
停用系统更新:
1, 解压adb工具包后放在c盘根目录,然后将文件夹重命名为123(命名123是为了方便输入命令);
2, 手机连接电脑后,在手机上进行连接许可确定。
3, 电脑上按 win+r 打开运行,输入 cmd 点确定,此时弹出命令窗口,输入
cd c:\123
然后在提示符后输入停用命令:
adb shell pm disable-user com.huawei.android.hwouc
按一下enter,出现如下提示
Package com.huawei.android.hwouc new state: disabled-user
就行了(如提示错误,可重新插拔一下数据线再试。)。
最后你会发现,手机设置里的系统更新点不进去了,而且系统更新图标也没了。
至于重新启用系统更新的命令是:
adb shell pm enable com.huawei.android.hwouc
(注:com.huawei.android.hwouc是“系统更新”的应用程序包名称)
按照此方法还可以停用别的系统应用,停用的应用图标将不再显示,在应用管理里“已停用”列表下可以看见。
停用:adb shell pm disable-user 应用程序包名
启用:adb shell pm enable 应用程序包名
至于应用程序包名可以使用“固件工具箱”APP里的“程序管理器”长按应用图标进行读取,
系统更新
adb shell pm disable-user com.huawei.android.hwouc
华为视频
adb shell pm disable-user com.huawei.parentcontrol
华为桌面
adb shell pm disable-user com.huawei.android.launcher
华为音乐
adb shell pm disable-user com.android.mediacenter
主题 (停用后不能在设置里直接改换铃声)
adb shell pm disable-user com.huawei.android.thememanager
智能助手
adb shell pm disable-user com.huawei.intelligent
华为应用商店
adb shell pm disable-user com.huawei.appmarket
讯飞语言引擎
adb shell pm disable-user com.iflytek.speechsuite
华为天气服务
adb shell pm disable-user com.huawei.android.totemweather
会员服务
adb shell pm disable-user com.huawei.phoneservice
视频编辑
adb shell pm disable-user com.huawei.videoeditor
华为百度输入法
adb shell pm disable-user com..input_huawei
华为日历
adb shell pm disable-user com.android.calendar
华为软件管家
adb shell pm disable-user com.huawei.systemmanager
华为杂志锁屏
adb shell pm disable-user com.android.keyguard
负一屏
adb shell pm disable-user com.huawei.hiboard
视频(华为优酷)
adb shell pm disable-user com.huawei.hwvplayer.youku
文件管理
adb shell pm disable-user com.huawei.hidisk
推送服务
adb shell pm disable-user com.huawei.android.pushagent
手表应用同步
adb shell pm disable-user com.huawei.watch.sync
天际通数据服务
adb shell pm disable-user com.huawei.skytone
在线黄页
adb shell pm disable-user com.huawei.yellowpage
华为钱包
adb shell pm disable-user com.huawei.wallet
华为钱包安全支付
adb shell pm disable-user com.huawei.android.hwpay
情亲关怀
adb shell pm disable-user com.huawei.remoteassistant
支付保护中心
adb shell pm disable-user com.huawei.trustspace
热心网友 时间:2022-04-29 07:01
建议您将手机及时升级最新系统版本。收到升级提示后,可以进入“设置 >(系统)> 系统更新”,查看更新的内容自己选择是否要升级,建议您在WLAN环境下升级。热心网友 时间:2022-04-29 08:53
只能关闭自动更新,不能关闭提醒,真是烦人?