|
|
2014-01-28
, 00:01
|
|
Posts: 188 |
Thanked: 74 times |
Joined on May 2010
|
#392
|
|
|
2014-02-02
, 12:33
|
|
Posts: 74 |
Thanked: 25 times |
Joined on Jan 2010
@ Hong Kong, CHINA
|
#393
|
my jolla occasionally freezes...
my phone would be locked, and when i unlock it, the screen would turn on but i cant do anything else
i noticed that whenever this happens, it shows that i have network issues. im unable to do anything so i have to remove battery and place back in to restart the phone
|
|
2014-02-03
, 21:13
|
|
Posts: 37 |
Thanked: 26 times |
Joined on Aug 2013
@ Finland
|
#395
|
|
|
2014-02-04
, 23:06
|
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#396
|
GUI offers ability to define proxy server settings but all traffic is still going directly.
I installed connman-test package to trace this a little bit more:
Connection settings:
[root@jolla test]# ./get-services [ /net/connman/service/wifi_5056a8012e86_4c4550574c414e32_managed_wep ] Strength = 76 Nameservers = [ 192.168.147.1 ] State = ready Provider = { } Type = wifi Security = [ wep ] AutoConnect = true Immutable = false Proxy = { Excludes=[ localhost ] Method=manual Servers=[ http://192.168.147.1:8080 https://192.168.147.1:8080 ] } IPv4.Configuration = { Method=dhcp } IPv6.Configuration = { Method=auto Privacy=disabled } Name = LEPWLAN2 Favorite = true Timeservers = dbus.Array([dbus.String(u'192.168.147.1'), dbus.String(u'ntp.oh5lep.fi'), dbus.String(u'0.pool.ntp.org'), dbus.String(u'1.pool.ntp.org'), dbus.String(u'2.pool.ntp.org'), dbus.String(u'3.pool.ntp.org')], signature=dbus.Signature('s'), variant_level=1) Domains = [ oh5lep.fi ] Ethernet = { Interface=wlan0 MTU=1500 Method=auto Address=50:56:A8:01:2E:86 } Nameservers.Configuration = [ ] Proxy.Configuration = { Excludes=[ localhost ] Method=manual Servers=[ http://192.168.147.1:8080 https://192.168.147.1:8080 ] } Domains.Configuration = [ ] Timeservers.Configuration = dbus.Array([], signature=dbus.Signature('s'), variant_level=1) IPv4 = { Netmask=255.255.255.0 Gateway=192.168.147.1 Method=dhcp Address=192.168.147.16 } IPv6 = { }[root@jolla test]# ./set-proxy wifi_5056a8012e86_4c4550574c414e32_managed_wep manual servers=192.168.147.1:8080 [root@jolla test]# ./get-services [ /net/connman/service/wifi_5056a8012e86_4c4550574c414e32_managed_wep ] Strength = 65 Nameservers = [ 192.168.147.1 ] State = ready Provider = { } Type = wifi Security = [ wep ] AutoConnect = true Immutable = false Proxy = { Excludes=[ localhost ] Method=manual Servers=[ 192.168.147.1:8080 ] } IPv4.Configuration = { Method=dhcp } IPv6.Configuration = { Method=auto Privacy=disabled } Name = LEPWLAN2 Favorite = true Timeservers = dbus.Array([dbus.String(u'192.168.147.1'), dbus.String(u'ntp.oh5lep.fi'), dbus.String(u'0.pool.ntp.org'), dbus.String(u'1.pool.ntp.org'), dbus.String(u'2.pool.ntp.org'), dbus.String(u'3.pool.ntp.org')], signature=dbus.Signature('s'), variant_level=1) Domains = [ oh5lep.fi ] Ethernet = { Interface=wlan0 MTU=1500 Method=auto Address=50:56:A8:01:2E:86 } Nameservers.Configuration = [ ] Proxy.Configuration = { Excludes=[ localhost ] Method=manual Servers=[ 192.168.147.1:8080 ] } Domains.Configuration = [ ] Timeservers.Configuration = dbus.Array([], signature=dbus.Signature('s'), variant_level=1) IPv4 = { Netmask=255.255.255.0 Gateway=192.168.147.1 Method=dhcp Address=192.168.147.16 } IPv6 = { }Last edited by WilbertS; 2014-01-27 at 10:56. Reason: Quote replaces with code tag