WANTED: list of devices supported

Hi all,

where could i find the list of devices currently supported by VS2005?

thanks.

[89 byte] By [vkha] at [2008-2-2]
# 1
VS2005 supports Windows Mobile (WM) 03, WM 05 and CE5.0 based platforms.
WM03 support comes with VS2005, for WM5.0 you need to install the appropriate SDK.
For CE5.0 Native you'll need to install the appropriate SDK.
For CE5.0 Managed, there's generic support installed as part of VS2005.

Mario

MarioChenier at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 2
Mario, thank you for your answer, however I meant list of concrete mobile phones and devices available on market.
vkha at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 3
That is something I was looking for too.
I hope it gets posted.
Jraven at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 4
I think it would be a bit impractical to post a complete list, since it is continously changing, and some devices are known under different names depending on the market, distributor/operator etc.

You can create .NETCF v1.0 projects with:-

Pocket PC 2003 and above*
Smartphone 2003 and above

*.NETCF v1.0 projects created with VS2005 will run on Pocket PC 2000 and above, but you can only directly debug through the IDE on Pocket PC 2003 and onwards devices

You can create .NETCF v2.0 projects with

Pocket PC 2003 and above
Smartphone v5.0 onwards
Generic Windows CE 5.0 based devices

PeterFoot at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 5
I agree with this.

Think its more along the lines of a smart device is a hardware platform the same as your pc. Now you would never look for a complete list of compatabile components for a pc, it would be pointless... so why bother with the mobile?

have fun!

Pace_uk at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 6
Try going here
http://www.phonescoop.com/phones/finder.php
and and under the 'Platform/OS' clicking either
Windows Mobile for Smartphones
or
Windows Mobile for Pocket PCs
then set the option box to 'Required'

Seems to do a good job.

- John

Jraven at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices General...