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?
|
Unfortunately, it seems like the HTC Aria does have that ability, but AT&T has removed it. |
|||
|
|
|
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:
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. |
|||||
|
|
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. |
|||
|
|