Re: Signing a driver for windows mobile 5.0 platform
- From: "Blues" <zen_xu2000@xxxxxxxxx>
- Date: 23 Feb 2006 10:50:32 -0800
Thanks for your answer.
We do need to load the driver at boot time.
Does the SDKSampleprivDeveloper certificate work on any 5.0 device?
What I did is:
1. Copy the SDKSamplePrivDeveloper.cer to Pocket PC.
2. Double click the cer file to import it into the cert database. Use
Setting->Cert to verify the cert is loaded.
3. On Desktop, type "Signtool sign /f SDKSamplePrivDeveloper.pfx
mydriver.dll"
4. Copy over the new mydriver.dll to Pocket PC.
5. Reset Pocket PC.
But the driver still doesn't get loaded. What else is missing?
Thanks.
Blues.
Ajay Agrawal wrote:
If your application does not have requirement to load the driver at the boot
time then you can really avoid signing driver. Signing is required only when
you need to load driver at the system startup, but if you load driver
dynamically then it is not required.
-Ajay
"Blues" <zen_xu2000@xxxxxxxxx> wrote in message
news:1140654479.766839.285610@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
We have a device driver which works fine on Pocket PC 2003 devices. The
driver is loaded at boot time. But for some reason, it doesn't work
with the windows mobile 5.0 devices. The driver is not loaded after
reset, though we can load it in our application by calling
ActivateDeviceEx().
According to this article, we have to sign the dll file.
http://msdn.microsoft.com/smartclient/default.aspx?pull=/library/en-us/dnppcgen/html/wmsecurity.asp
For testing purpose, we installled the certificate
SDKSampleprivDeveloper on the pocket pc, and run SignTool to sign the
driver dll, but still it doesn't work.
I am wondering if we have to go through Mobile2Market program to make
it work.
Blues
.
- References:
- Signing a driver for windows mobile 5.0 platform
- From: Blues
- Re: Signing a driver for windows mobile 5.0 platform
- From: Ajay Agrawal
- Signing a driver for windows mobile 5.0 platform
- Prev by Date: Re: Signing a driver for windows mobile 5.0 platform
- Next by Date: Re: Memory write event?
- Previous by thread: Re: Signing a driver for windows mobile 5.0 platform
- Next by thread: Windows Mobile 5.0 kernel
- Index(es):
Relevant Pages
|