Keeping Wireless Connection alive
Hi all!
We're trying to build an midp on a nokia E65. This application can later be triggered to build up a sip connection to a "normal pc".
Problem is, the E65 disconnects from the access point, as soon as the connection is unused. So we can't build up a socket connection from the pc to the phone, because it's already offline again and doens't have an ip.
Is there anyway to build up a connection and keep it alive?
Another way would be, to send a sms to the cell phone and startup the application via push-registry. Problem here is, that we can't send a sms to specific port from a normal pc with j2se.
Any ideas?

