View Single Post
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#81
It seems to work. After setting http_check_status to no_login as below, the connection can be changed from 'use manually' to 'use automatically' at will, and it remains.

Get the value of http_check_status for a connection:
Code:
$ gconftool-2 --get /system/osso/connectivity/IAP/<unique identifier>/http_check_status
unknown
Change it to 'no_login':
Code:
$ gconftool-2 --type string --set /system/osso/connectivity/IAP/<unique identifier>/http_check_status "no_login"
Verify that it was updated:
Code:
$ gconftool-2 --get /system/osso/connectivity/IAP/<unique identifier>/http_check_status
no_login
You will need to determine the unique identifier for your connection by first using:
Code:
gconftool-2 -R /system/osso/connectivity/IAP
This will dump the settings for all of your network connections.

Last edited by ginggs; 2016-02-14 at 11:43.
 

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