View Single Post
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#80
A newly created wifi connection with connectivity-test.ext.nokia.com simulated to be down (pointing to 127.0.0.1) looks like this:
Code:
 /system/osso/connectivity/IAP/<unique identifier>:
   http_check_status = unknown
   autoconnect = false
After changing the setting to 'use automatically', looks like this:
Code:
 /system/osso/connectivity/IAP/<unique identifier>:
   http_check_status = unknown
   autoconnect = true
However, if connectivity-test.ext.nokia.com is still not available when the connection is established, it will revert to:
Code:
 /system/osso/connectivity/IAP/<unique identifier>:
   http_check_status = unknown
   autoconnect = false
I suspect that if we can make http_check_status = no_login, we will not require connectivity-test.ext.nokia.com.
 

The Following 2 Users Say Thank You to ginggs For This Useful Post: