我的一位朋友在AT&amp上有一个htc aria。在其应用程序设置屏幕上,他没有选择从未知来源安装应用程序。有没有方法可以更改此选项,以允许他在不烙手机的情况下安装下载的应用程序(* .apk文件)?
我的一位朋友在AT&amp上有一个htc aria。在其应用程序设置屏幕上,他没有选择从未知来源安装应用程序。有没有方法可以更改此选项,以允许他在不烙手机的情况下安装下载的应用程序(* .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 确实有这种能力,但在& t有删除它。
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上,您需要转到HTC以获取设备驱动程序,因为Google仅为其设备提供驱动程序。由于某种原因,HTC不会很好地将adb驱动程序宣传,但它包含在HTC同步软件中。您可以从HTC的Aria下载页面获取最新版本。
mac和linux用户无需安装设备驱动程序以使用adb。
最后,将设备连接到PC,确保在设备上启用调试模式。您应该看到系统托盘中的条目,指出设备处于调试模式。在PC上,运行以下命令:
adb install yourapp.apk
这将在手机上安装应用程序,你会很好!请注意,您需要在路径中拥有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 。有了它,我能够永久使我的咏叹调能够安装非市场应用程序。它还将允许安装亚马逊市场。所有这一切都没有root手机或做任何事情来禁止保修(至少到我的知识)。它非常易于使用。
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消息的能力,并且需要硬重置以修复:
- 转到"设置"
- 转到"应用程序"
- 转到"管理应用程序"
- 转到"全部" 选项卡(或显示所有应用程序的所有选项卡)
- 查找应用程序"自定义设置提供程序"
- 单击"清除数据"
- 返回"所有" 选项卡(或显示所有应用程序的任何选项卡)
- 找到程序"设置"
- 单击"清除数据"
如果您返回"应用程序" ,您现在可以选择启用"未知来源"
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 it.wenda123.org All Rights Reserved. 问答之家 版权所有