vote up 2 vote down star

I have been pulling my hair out!

Does anybody know how to debug a app on a remote device running pocket pc version 4.2 over a wireless network? I can remote debug over active sync but this device only supports active sync while cradled at 57K baud (painful debugging experience).

I do wireless debugging in widows moible 5 all the time.

Any help???

Thanks!

Joe

flag

You could at least take it up to 115.2K instead of 57.6K. Go to Active Sync Tools/Options and press the Options button and change the speed. I never understood why the default was 57K when 115K is faster. – Jack Bolding Apr 30 at 0:22
Thanks for the advice -- options is greyed out connected or not. I really hate active sync. -- why could they not have just left in 802.11 option? – MostlyLucid Apr 30 at 15:15

5 Answers

vote up 2 vote down check

To debug Pocket PC 2003 over the network from Visual Studio 2008:

  • go to Tools/Options to bring up the Options Dialog.
  • In the tree select Device Tools/Devices select Pocket PC 2003 in both the Drop Down at the top and the list box in the middle,
  • press the Properties button
  • uncheck the Detect when device is disconnected

You will need to have the device cradled to begin debugging for the first time. After Visual Studio has connected to the device, you should be able to remove the device from the cradle.

The other step needed is to enable the wireless or dataconnections while the device is cradled

In ActiveSync if on XP

  • go to File/Connection Settings
  • check the Allow Wireless connections on device check box

In Windows Mobile Device Center on Vista

  • go to the Mobile Device Settings/Connection Settings
  • check the Allow Data connections check box

in both cases you will need to re-synchronize your device.

As well, you can no longer use the PPP_PEER machine name.

link|flag
It was still not working...however... I feel like a moron: I went back in found out that in visual studio I had two periods in my IP address for the device -- crap! Thank you for the help - it is working now -- I appriciate you taking the time to verify it on the same device. I would have assumed that visual studio would not have let me enter a invalid IP -- interesting! --Joe – MostlyLucid May 2 at 2:11
vote up 0 vote down

ajmastrean: Thank you, however, that only works on windows CE 5.0 devices, not 4.2 as per this discussion. In case anybody else finds this thread looking for ce5.0 help, the above link does work, however, it is a little tricky:

You will need to run the program from the command line for one thing (took me a bit to figure that out)

The eaisest way is to use the following:

http://handheld.softpedia.com/get/Desktop-and-Shell/Development/Remote-Debugger-64174.shtml

Load it on the device, run it then go into your settings in vs and make sure to set the port number under the device connection.

Jacco: I will try that this evening - thanks

link|flag
I'm using the exact steps described in the link I posted on a Pocket PC 2003 device at work... hm. – ajmastrean May 1 at 14:52
Good to know! The article only references WM5.0 and the app I use to set everything up is not a CE app -- I should have tried your steps before just assuming it would not work -- point taken. --Thanks – MostlyLucid May 2 at 2:09
vote up 0 vote down

Using Visual Studio 2005 to debug against Windows CE 5.0 devices without using ActiveSync on the Visual Studio For Devices team blog.

link|flag
vote up 0 vote down

Sorry...that does not work either.

I found the option and turned it off.

I get error:connect to device failed. I have tried both with the use specific port checked and unchecked.

Is there something I have to do on the device end first?

I am using a symbol pdt8146, operating system says: microsoft pocket PC version 4.20.0

Thank you for your help,

Joe

link|flag
I used a pdt 8146 4.20 build 13252 to verify that this does work. Sometimes I did get the same error as you when running XP but re-running the application did re-connect the device. You may need to enable data connections when cradled. I have edited my response. – Jack Bolding Apr 30 at 19:15
vote up 0 vote down

I have the same experience as you.. I tried hard, but never got it working.

link|flag

Your Answer

Get an OpenID
or

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