koush / UniversalAdbDriver

One size fits all Windows Drivers for Android Debug Bridge.
https://adb.clockworkmod.com/
Other
2.13k stars 493 forks source link

Signing the driver #24

Open jclavoie opened 10 years ago

jclavoie commented 10 years ago

I checked out the source code and tried to sign the driver. (I'm trying to add the HP Slate 7, which HP doesn't provide a driver -_-).

SignTool is giving me and "File not Found" error. I tried loading the certificate in my personal store and replacing Private for Personal in the script but nada.

The included certificate is the public one, right? So it cannot be used to sign the driver.

Can I just pull request the modified .inf?