activate or open windows mobile network connection (gprs)
Hi,
I am developing a Java application for Windows Mobile 2003 phone edition (Pocket PC) which as to communicate with a J2EE Server. On CLDC MIDP devices this works very good, just having to invoke Connector.open(xx) and even if the phone is not connected to the internet via GPRS, the connection is opened by the underlying j2me implementation/phone os.
now on a ipaq 6510 for example, if there is NO GPRS or Wi-Fi connection enabled, the Java app just doesn't get a connection.
I can see that native windows mobile apps actively invoke/open a GPRS connection if needed - how can that be done in Java? Any Ideas - e.g. JNI?
regards,
Hans