How to force windows phone to use wifi. The issue is that when i connected to Zune, it is using the local machines Ethernet connection. I need to disable this through code. How i can achieve this in windows phone 7.

link|improve this question

69% accept rate
feedback

3 Answers

up vote 0 down vote accepted

You can't. The best thing to do is to disconnect the USB cable because the phone will still think that it is connected (it is still able to ping Zune and does not receive the same network connection changed events)

This makes it impossible to debug so I resolved to add logging to my DEBUG builds.

link|improve this answer
feedback

There is no way to tell the phone which connection to use.

I've previously debugged this by connecting the device/phone to the PC but then disconnecting the PC from the internet.
That should get you what you're after.

link|improve this answer
feedback

Try by closing the Zune.exe in desktop (or laptop) and run WPConnect.exe And then try to debug.

Normally in x86 system WPConnect.exe resides in

C:\Program Files\Microsoft SDKs\Windows Phone\v7.1\Tools\WPConnect\x86

path or in 64bit system it will be in the x64 folder.

link|improve this answer
How is this going to enforce Wifi? – Erno Jan 31 at 8:44
Normally zune process helps to access the network for the device, disconnecting zune may help. It just my thought, if it helps that well and good. – Santhu Feb 1 at 8:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.