Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/206.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 使用adb卸载bloatware应用程序_Android_Adb_Uninstallation - Fatal编程技术网

Android 使用adb卸载bloatware应用程序

Android 使用adb卸载bloatware应用程序,android,adb,uninstallation,Android,Adb,Uninstallation,大家好,, 我想删除从一开始就在我手机上的应用程序,但我不使用它们。我有索尼Xperia P,其中一个我想扔掉的应用是joyn,虽然我没有使用它,但它使用了大约20%的电池,我还尝试在设置/应用程序中禁用它的所有部分(运气不好)。 我在手机上设置了根目录并尝试使用adb卸载该应用程序,但尝试总是失败 我所做的: 第一次打电话时,我需要允许超级用户在SuperSU应用程序中访问,从现在起,ABD shell在SuperSU的提升应用程序列表中 root@android:/ # pm uni

大家好,,

我想删除从一开始就在我手机上的应用程序,但我不使用它们。我有索尼Xperia P,其中一个我想扔掉的应用是joyn,虽然我没有使用它,但它使用了大约20%的电池,我还尝试在设置/应用程序中禁用它的所有部分(运气不好)。

我在手机上设置了根目录并尝试使用adb卸载该应用程序,但尝试总是失败
我所做的:

第一次打电话时,我需要允许超级用户在SuperSU应用程序中访问,从现在起,ABD shell在SuperSU的提升应用程序列表中

root@android:/ # pm uninstall com.rechild.advancedtaskkiller
Success
常规的应用程序卸载工作正常,但当我尝试卸载其他东西时,我得到:

root@android:/ # pm uninstall com.orangelabs.rcs
Failure

root@android:/ # pm uninstall com.vodafone.vodafone360updates
Failure
我做错了什么
谢谢你的帮助

根据海盗992号的建议,我下载了Tianium备份,并且可以卸载我想要的所有东西(包括膨胀软件)。不知道这个应用程序这么强大


Thx很多海盗992

Thx很多!工作起来很有魅力。
root@android:/ # pm uninstall com.orangelabs.rcs
Failure

root@android:/ # pm uninstall com.vodafone.vodafone360updates
Failure