PDA

View Full Version : WiFi with phone turned off issues


glawton
24th September 2008, 06:19 PM
I have two issues with my xv6800 dealing with 802.11 (wifi).

1) when I turn the phone off, the email sync does not work on the timer interval set in the email settings. I work in a metal building that has very limited cell coverage, but does have wifi. I would like for the wifi to sync on the regular programmed schedule.

2) I connect to a WPA2-TKIP-PEAP network. The network is configured properly and I can sync my email, but sometimes when the device wakes up and tries to automatically connect to the network, it will prompt me for my username and password. The username is cached, but the password gets lost even with the "save password" toggle button set. This is rather annoying since I'd like for the device to automatically wake up at a set interval and sync the email. This issue is intermittent, most of the time the device wakes up and connects without the pasword prompt.

Note: A resolution for item #1 above was to write a custom C++ application that uses the CeRunAppAtTime function to wake the device up at a set interval. This works except for when issue #2 above occurs.

Any suggestions?