> Hi John, try this link
> http://www.airscanner.com/downloads/airfix/airfix.html, they have an
> application that can let you sync and still have your internet access and
> it's for free. I have not tried this myself.
Thank you.
Unfortunately, this came a bit late.
I didn't try airfix yet, but
I already found few ways to fix the problem myself.
I see (and tested) the following 3 ways:
1. Completely disable CurrentDTPTNetwork provider.
Simply rename value "CSPNET.DLL" under
[HKEY_CLASSES_ROOT\CLSID\{f792e23c-dc19-4668-9be4-f8688b4c18d6}\InprocServer32]
using your favorite registry editor, then reboot.
Now you have ActiveSync and WiFi at the same time,
Pros: this is the simplest approach, no programming is needed.
Cons: you cannot browse Internet from your Pocket PC using ActiveSync
pass-through.
2. Write a short program, which registers for Unbind notifications using
IOCTL_NDISUIO_REQUEST_NOTIFICATION,
then re-binds the adapter.
Pros: simple application.
Cons: the adapter is actually get's unbound and all connections are lost
before you get a chance to re-bind it. Then it will take time
to re-establish connection, get new DHCP address, etc.
3. Write a short driver, which wraps around NDS (ndis.dll)
and passes all calls down to the original ndis.dll except for
IOCTL_NDIS_UNBIND_ADAPTER call. Once it gets
IOCTL_NDIS_UNBIND_ADAPTER it displays an optional
message box asking whether the user wants to unbind or not.
I will stick with the latter approach for now.
I don't see any drawbacks yet.
Now I will need to find some bridge or proxy software
to allow me connect to Internet through Pocket PC WiFi.
Did anybody see anything like that?
> This is just like the iPhone but in reverse
Yes, I wanted to make the same point myself.
I read some iPhone reviews recently, which also compare iPhone
with older Smartphones such as Windows Mobile, Symbian and others.
The overall message seems to be "Why we were forced to sufer for so long?"
People were cursing these half-functioning Smartphones for years,
but they had no choice and no feedback (as Paul explained).
But now they can compare and choose and I am afraid
for the future of Windows Mobile.
Microsoft will, probably, not even notice if this tiny
fraction of their market will disappear,
but for us, who made investment into this platform
it's demise will be very unfortunate.
Thank you
John