可能な重複:
ロックされているアプリケーションをアンインストールする方法電話のベンダーによって?
Incredibleの私の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プロンプトに入力します。
<事前> <コード> backup0マップアプリケーションを削除するには、次のようにします。
<事前> <コード> backup1これまで私はアプリのパッケージ名を見つける簡単な方法を見つけていません。
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 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有