问题描述
当我从Eclipse运行的应用程序和Android设备选配上来,有些设备开始调试列设置为是
。这使您可以调试设备上的应用程序,而不在清单设置可调试
到真正
。有谁知道如何改变这种在手机上?我很想能够设置这个调试属性设置为是对于任何给定的手机。任何包括生根和安装特定ROM的方式是一个值得欢迎的建议是否可行。只是为了pre-抢先它,设置>应用程序>开发并启用USB调试是没有答案的。
When I run an app from Eclipse and the Android Device Chooser comes up, some devices start with the Debug column set to Yes
. This allows you to debug an app on the device without setting debuggable
in the manifest to true
. Does anyone know how to change this on the phone? I'd love to be able to set this Debug attribute set to Yes for any given phone. Any way including rooting and installing a particular ROM is a welcome suggestion if it works. Just to pre-empt it, Settings > Applications > Development and enable USB debugging is not the answer.
我发现了与其他唯一的问题是:,我作为然而一直未能找到做什么用签字按键测试的任何信息。至于我可以告诉虽然,这是其中的一件事情。
While I haven't been able to pin it down with definitive evidence, it seems this is due to the ROM being signed with test keys. While forums like XDA abound in mentions of test keys in relation to getting root, and you can find on StackOverflow how to detect test keys, I have as of yet been unable to find any information on what signing with test keys does. As far as I can tell though, this is one of those things.
这篇关于如何设置Android手机是一个"调试和QUOT;设备?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!