I have an application that opens a TCP/IP socket. If the Zaurus 6000L gets turned off while the application is up and the socket is connected problems arise when the Zaurus is turned back on.
What happens is the original app that had the socket connection is displayed but the Zaurus is dead to any user input, screen taps, etc. The only thing I can do is hit the reset button.
While the OS should not do this, I think I could get around this if I can figure out how to get a close event and shutdown the socket before the Zaurus turns off.
Any ideas on how to do this.
Thanks for any help here