私の友人はAT&AMPにHTCアリアを持っています。 [アプリケーション設定]画面で、Unknown Sourcesからアプリのインストールを許可するオプションはありません。このオプションを変更する方法は、電話を応援しなくてもダウンロードしたアプリ(* .apkファイル)をインストールできるようにする方法はありますか?
私の友人はAT&AMPにHTCアリアを持っています。 [アプリケーション設定]画面で、Unknown Sourcesからアプリのインストールを許可するオプションはありません。このオプションを変更する方法は、電話を応援しなくてもダウンロードしたアプリ(* .apkファイル)をインストールできるようにする方法はありますか?
A friend of mine has an HTC Aria on AT&T. On his application settings screen, he does not have the option to allow installation of apps from unknown sources. Is there any way to change this option to allow him to install downloaded apps (*.apk files) without rooting the phone?
残念ながら、HTC ARIA 削除
Unfortunately, it seems like the HTC Aria does have that ability, but AT&T has removed it.
ADBクライアントを使用してHTC ARIAにアプリをインストールできます。
PCにAndroid SDKをインストールしてから、ADBを使用して.APKファイルをインストールする必要があります。
Android SDKをインストールするには、 Android開発者ガイドに続きます。開発のためにあなたの電話を設定してください。
Windowsにいる場合は、Googleのみのデバイスのみを提供するため、デバイスドライバを取得するにはHTCにアクセスする必要があります。何らかの理由でHTCはADBドライバをよく公表しませんが、HTC同期ソフトウェアに含まれています。 HTCのARIAダウンロードページから最新バージョンをつかむことができます。
MACおよびLinuxユーザーは、ADBを使用するようにデバイスドライバをインストールする必要はありません。
最後に、デバッグモードがデバイスで有効になっていることを確認して、デバイスをPCに接続します。デバイスがデバッグモードになっていることを示すシステムトレイにエントリが表示されます。 PCでは、次のコマンドを実行します。
<事前> <コード> My Places0これはあなたの携帯電話にアプリをインストールします、そしてあなたは行くのが良いでしょう!パスにAndroid-sdk / platform-toolsディレクトリを持つ必要がある、またはそのディレクトリからコマンドを実行する必要があることに注意してください。
You can install apps on the HTC Aria using the ADB client.
You'll need to install the android SDK on your PC, and then use ADB to install the .apk files.
To install the android SDK, follow the steps in the Android Developer's guide to setting up your phone for development.
If you're on Windows, you'll need to go to HTC to get the device drivers, as Google only provides drivers for their devices. For some reason HTC doesn't publicise the ADB driver well, but it is included in the HTC Sync software. You can grab the latest version from HTC's Aria downloads page.
Mac and Linux users do not need to install device drivers to use ADB.
Finally, connect your device to your PC, making sure that debugging mode is enabled on the device. You should see an entry in the system tray stating that the device is in debug mode. On your PC, run the following command:
adb install yourapp.apk
This will install the app on your phone, and you'll be good to go! Note that you'll either need to have the android-sdk/platform-tools directory in your path, or run the command from that directory.
これは本当に古い(そしておそらく関連性のない)投稿であることを知っていますが、私がHTCアリアを持っていて同じ問題を共有しているので、私は別のオプションを投稿する価値があると思いました。 SuperOneclick をチェックアウトすることをお勧めします。それで、私は私のアリアが非市場アプリをインストールできるようにすることができました。それはまたAmazon市場のインストールを可能にするでしょう。あなたの携帯電話を根付かせたり、保証を無効にしたりすることなくこれをすべて(少なくとも私の知識に)しなければなりません。とても使いやすかったです。
I know this is a really old (and probably no longer relevant) post, but as I have an HTC Aria and I shared the same issue, I thought it was worth posting another option. I would suggest checking out a program called SuperOneClick. With it, I was able to permanently enable my Aria to install non-market apps. It will also allow for the installation of the Amazon market. All of this without having to root your phone or do anything to void the warranty (at least to my knowledge). It was very easy to use.
このXDA POST 。これを行うことは、MMSメッセージを送受信する能力を無効にし、修正するためのハードリセットが必要になります。
- あなたの「設定」
に行きます- 「アプリケーション」
に移動- 「アプリケーションの管理」
に進みます- 「all」タブ(またはすべてのアプリを表示するタブ)
に移動します。- アプリケーション「カスタマイズ設定プロバイダ」
を探す- 「データのクリア」をクリックしてください
- 「All」タブ(またはすべてのアプリケーションを表示するタブ)に戻る
- プログラム「設定」
を見つけます- 「データのクリア」をクリックしてください
終了 "アプリケーション"に戻ると、 "不明なソース"
を有効にするオプションがあります。
You could try the instructions in this XDA post. Be aware that doing this will disable your ability to send/receive MMS messages, and will require a hard reset to fix:
- Go To Your "Settings"
- Go To "Applications"
- Go To "Manage applications"
- Go To The "All" Tab (or any tab that will display all your apps)
- Find The Applications "Customization Settings Provider"
- Click On "Clear data"
- Go Back To "All" Tab (or any tab that will display all your applications)
- Find The Program "Settings"
- Click On "Clear data"
Finished If You Go Back To "Applications" You Will Now Have The Option To Enable "Unknown Sources"
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有