zoukankan      html  css  js  c++  java
  • 使用ADB管理Andorid系统软件

    # Package Manager Usage
    adb shell pm list packages -f
    adb shell pm list packages -e
    adb shell pm list packages -d
    adb shell pm list packages -u

    # Package Uninstall
    adb shell pm uninstall -k --user 0 com.huawei.bd
    adb shell pm uninstall -k --user 0 com.android.stk
    adb shell pm uninstall -k --user 0 com.huawei.search
    adb shell pm uninstall -k --user 0 com.huawei.pengine
    adb shell pm uninstall -k --user 0 com.huawei.himovie
    adb shell pm uninstall -k --user 0 com.huawei.appmarket
    adb shell pm uninstall -k --user 0 com.huawei.vassistant
    adb shell pm uninstall -k --user 0 com.baidu.input_huawei
    adb shell pm uninstall -k --user 0 com.huawei.phoneservice
    adb shell pm uninstall -k --user 0 com.android.mediacenter
    adb shell pm uninstall -k --user 0 com.huawei.android.findmyphone
    adb shell pm uninstall -k --user 0 com.huawei.skytone
    adb shell pm uninstall -k --user 0 com.huawei.hwapplet
    adb shell pm uninstall -k --user 0 com.android.vending
    adb shell pm uninstall -k --user 0 com.huawei.scenepack
    adb shell pm uninstall -k --user 0 com.huawei.hitouch
    adb shell pm uninstall -k --user 0 com.huawei.intelligent
    adb shell pm uninstall -k --user 0 com.iflytek.speechsuite
    adb shell pm uninstall -k --user 0 com.huawei.parentcontrol
    adb shell pm uninstall -k --user 0 com.huawei.hwdetectrepair
    adb shell pm uninstall -k --user 0 com.huawei.android.pushagent
    adb shell pm uninstall -k --user 0 com.huawei.rcsserviceapplication

    # Package Disable
    adb shell pm disable-user com.huawei.compass
    adb shell pm disable-user com.google.android.gms
    adb shell pm disable-user com.android.documentsui

    # System Update
    adb shell pm disable-user com.huawei.android.hwouc
    adb shell pm enable com.huawei.android.hwouc

  • 相关阅读:
    iOS 上传appstore 一直卡在正在通过 App Store 进行鉴定(转)
    MySQL连接超时处理
    Windows上安装运行Spark
    NSQ端口关系以及注意事项
    C++ http服务
    C++ OpenSSL 之一:编译和使用
    C++ OpenSSL 之二:生成RSA文件
    C++ OpenSSL 之三:生成CSR文件
    C++ OpenSSL 之四:CER转换为PEM
    C++ OpenSSL 之五:生成P12文件
  • 原文地址:https://www.cnblogs.com/lyuyangly/p/10372231.html
Copyright © 2011-2022 走看看