wifi + phone

Hi,
i have a Samsung i730. According to Samsung, the phone is designed so that Wifi can be used when the phone is on (i.e. you should be able to recieve or make phone calls while the Wifi is on). the phone shipped by Verizon does not allow this. This implies it may be a vendor specific implementation.

To determine this, i would like to do the following:
there is a phone.dll i found in the devices /windows directory.
i cannot copy this file to my local pc because it is in ROM and when trying to copy, windows complains it cannot copy from ROM.
how can i copy this file to my PC?
would i be able to look into this dll to see the function calls once i do that?

lastly, i'd like to attach to processes on my Pocket PC device to trace thru what is going on. In visual stuio, i select Tool->Attach Process. for Transport, i select "Smart Device". For qualifer, i click the browse button and select "Pocket PC Device". The "Connecting..." dialogue pops up, but eventually a "Connection failed. Class not registered" error is displayed.
Can anyone assist in helping me debug/trace a process on the phone itself?

[1192 byte] By [farseer] at [2008-2-22]
# 1
You can install the SDK for the device in order to view the functions exposed by phone.dll (See the help file plus phone.h and phone.lib). You can't copy the file off of device ROM.

Peter

PeterFoot at 2007-9-9 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...
# 2

i guess i would need to go to the manufacturer for an SDK, correct (in this case, Samsung).

farseer at 2007-9-9 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...