Is it possible using the Symbian Java library to find whether the device is connected to the internet or not?
I don’t want to wait for an exception to find out.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no practical way to do this in either standard J2ME or using any Series60 Java extension I have heard of.
Trying to contact a remote server and measuring the time it takes to do so would not be a reliable test because of irregular network coverage (and it would force the device to connect to the internet if it wasn’t already).