可能的重复:
如何卸载锁定的应用程序通过电话供应商?
是否有一种简单的方法来删除在我的HTC Droid上令人难以置信的预装应用程序令人难以置信的?
- 亚马逊mp3
- 车组
- 城市id
- 足迹
- 朋友流
- Skype Mobile
- 股票
- 跷跷板
- vz Navigator
删除它们是否有风险,例如无效保修?
谢谢。
可能的重复:
如何卸载锁定的应用程序通过电话供应商?
是否有一种简单的方法来删除在我的HTC Droid上令人难以置信的预装应用程序令人难以置信的?
删除它们是否有风险,例如无效保修?
谢谢。
Possible Duplicate:
How can I uninstall applications that are locked by phone vendor?
Is there an easy way to remove pre-installed apps on my HTC Droid Incredible?
Are there risks involved in removing them, such as a voided warranty?
Thanks.
您只能通过使用 adb 只能完全卸载预安装的应用程序。您需要了解特定应用程序的包名称是什么,并在ADB提示符中输入此内容:
adb uninstall <package.name>
例如,要删除地图应用程序:
adb uninstall com.google.android.apps.maps
到目前为止,我还没有找到一种简单的方法来弄清楚应用程序的包名称。
You can only fully uninstall pre-installed applications by using ADB. You need to find out what the package name is for the specific app, and enter this in the ADB prompt:
adb uninstall <package.name>
For example, to remove the Maps application:
adb uninstall com.google.android.apps.maps
So far I haven't found an easy way to figure out the package name for an app though.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有