admin管理员组

文章数量:1609966

本帖最后由 0day_ 于 2019-5-21 21:47 编辑

不root!!!!!卸载!!卸载!!!

百度下载adb

把下载的adb文件解压在C盘文件adb

手机开USB调试

打开USB调试

插上手机选传输文件

进入CMD

运行电脑命令符输入cd c:/adb

输入命令:  adb devices

输入命令:adb shell pm list packages >alllist.txt 在C盘的adb文件夹找alllist.txt打开有软件包名称就是成功了

输入adb shell pm uninstall --user 0 加软件包的名字回车

如卸载系统更新:adb shell pm uninstall --user 0 com.huawei.android.hwouc

如不卸载只停用:adb shell pm disable-user 加软件包的名字

如停用系统更新:adb shell pm disable-user com.huawei.android.hwouc

启用系统更新adb shell pm enable com.huawei.android.hwouc

com.android.cts.priv.ctsshim

com.huawei.camera (相机)

com.google.android.ext.services (android Services Library)

com.huawei.android.launcher(华为桌面)

com.android.gallery3d.overlay

com.android.mediacenter (音乐)听音乐我不用它

com.huawei.android.CotaDecompressService

com.android.providers.telephony (通话/信息存储)

com.huawei.internetaudioservice (智能线控)

com.huawei.android.UEInfoCheck

com.android.phone.recorder (录音机)

com.android.providers.calendar (日历存储)

com.huawei.health (运动健康)

com.huawei.hidisk (文件管理)

com.huawei.iaware

com.huawei.bluetooth (通过蓝牙导入)

com.android.providers.media (媒体存储)

com.huawei.android.thememanager (主题)

com.huawei.an

本文标签: 系统自带系统androidroot