在 Windows 7 Pro 64 位中使用 LG P500 进行调试(未签名的驱动程序)
我最近将 Windows 7 64 位更新到 SP1,将 LG P500 更新到 Android 2.2.2,所以我不知道其中哪一个可能导致此问题。
安装驱动的时候报错如下:
Windows 无法验证数字 所需驱动程序的签名 这个设备。最近的硬件或 软件更改可能安装了 文件签名不正确或 已损坏,或者可能是恶意的 来自未知来源的软件。 (代码 52)
谁能帮我解决这个问题?
除了关闭对签名驱动程序的需求之外,还有什么办法吗?
I recently updated windows 7 64bit to SP1 and my LG P500 to Android 2.2.2, so I don't know which one of this may have caused this issued.
here's the error when installing drivers:
Windows cannot verify the digital
signature for the drivers required for
this device. A recent hardware or
software change might have installed a
file that is signed incorrectly or
damaged, or that might be malicious
software from an unknown source. (Code
52)
Can anyone help me on this?
Is there anyway than turning off the need for signed drivers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
问题出在 Windows 上。首先要做的就是从控制面板禁用 UAC,另请参阅此链接 http://www. techspot.com/vb/topic127187.html
Problem is with Windows. do the first thing is to disable UAC from control panel, also refer to this link http://www.techspot.com/vb/topic127187.html
您必须使用测试证书对驱动程序进行签名,并在启动时启用此类测试证书。上面的列表有如何做到这一点的工作教程,您需要签署 lgandadb.sys 和 WdfCoInstaller01005.dll。当测试模式处于活动状态时,您将在桌面右下角看到测试模式。请写信给 LG 支持,也许他们会为驱动程序再投资一张证书。
另一种方法是使用linux在LG上进行开发,因为它根本不需要外部驱动程序。仅用于设置 USB 设备的权限。
You have to sign the drivers using test certificate and enable such test certificates on start. List above has working tutorial how to do that, you need to sign lgandadb.sys and WdfCoInstaller01005.dll. You will have test mode on desktop in down right corner when that is active. Please write to LG support, maybe they will invest one more certificate for driver.
Other way is to use linux to devel on LG, as it does not require external drivers at all. Only to set permissions on usb device.