I am developing an application for Nokia mobile for which i have to transfer data via WiFi. So is it possible to open WiFi connection in j2me?. I am not very sure for this!!!
I am developing an application for Nokia mobile for which i have to transfer data via WiFi. So is it possible to open WiFi connection in j2me?. I am not very sure for this!!!
What device are you using?
If you have Series 60 5th Edition, you might be able to use the IAPInfo API to scan the configured access points, find the WiFi access point, and open a connection on that.
Otherwise, you will either need to configure WiFi as the default access point for the app. Or, don't set a default, and select the WiFi access point when prompted.
Graham.