Reply
Thread Tools
Posts: 35 | Thanked: 13 times | Joined on Sep 2012
#1
Hi all,

From time to time the built-in browser and some other http apps stop connecting. Browser progress bar appears but stops in the very beginning (killing browser and relaunching it doesn't help), FB doesn't show 'updating' in the feed, yandex.maps just doesn't dowload data.

What's weird is that at the same time ping works (both IP is resloved and packets are received), pop3 mail checks work, wifi hotspot does transfer data to the internet and even Firefox works (they must be using http in a different way?).

Happens both on 3G and Wi-Fi.

Most cases seem to be somehow related to power saving mode (that is, it almost never happens without PSM and if PSM is enabled when a browser connection is open the chances to get the issue are higher). I don't have precise steps to reproduce the issue though. PSM gets activated by time conditions with ProfileMatic.

There were rare cases where I could bring connectivity back for a short time by toggling PSM on and back off or by changing 2g/3d/dual setting. But they are too rare and the connectivity was down again soon (again, ping and others continued to work).

I don't have open mode or inception installed. I did try inception for a short period of time hoping it would allow to reset the network adapter somehow without rebooting the phone but as I'm not deep into linux I didn't succeed. I don't have many 'system' programs installed apart from ProfileMatic and UI extensions (though I'm thinking of trying Faster N9).

I'd appreciate any idea why this can happen, what to check or try. I'd of course like to avoid situations like that but if there's a way to reset the adapter wihtout rebooting the device it will also be very good.

Thanks.
 
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#2
Next time it happens, try following:
devel-su
- enter 'rootme' as password
/sbin/initctl stop xsession/icd2
/sbin/initctl start xsession/icd2

(of course you need to have developer mode installed)

all credits for this to xxx (cannot remember right now
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following 2 Users Say Thank You to peterleinchen For This Useful Post:
Mikkosssss's Avatar
Posts: 645 | Thanked: 519 times | Joined on Apr 2012 @ Finland
#3
I have desktop icon for restarting networking. (same code as above)
Happens to me mostly with video playing.
Before I made desktop icon I used fly mode on/off and it helps.
__________________
────────────────────
Try:My N9 bootvideo
 
Posts: 80 | Thanked: 53 times | Joined on Dec 2012 @ Serbia
#4
Happens to me also. Even if I don't have psm on... I'm on open mod and have power pack installed from n9qtweak.

Last edited by saleki; 2013-09-29 at 09:38.
 
Posts: 35 | Thanked: 13 times | Joined on Sep 2012
#5
Originally Posted by peterleinchen View Post
Next time it happens, try following:
devel-su
- enter 'rootme' as password
/sbin/initctl stop xsession/icd2
/sbin/initctl start xsession/icd2

(of course you need to have developer mode installed)

all credits for this to xxx (cannot remember right now
Huge thanks! I tried searching for an answer a while ago but didn't find anything. You and the unknown xxx have made my day
 
Posts: 151 | Thanked: 158 times | Joined on Apr 2012 @ UK
#6
Originally Posted by Mikkosssss View Post
I have desktop icon for restarting networking. (same code as above)
Happens to me mostly with video playing.
Before I made desktop icon I used fly mode on/off and it helps.
Mind sharing the .desktop file code please?
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7
Xxx, you mean me ?
I found and added this possibility to N9QT refresh button, called "network refresh", many many time ago
All N9QT users can use it by 3 clicks: 1 on the icon -> choose N, then press enter.
Happy surfing again
 

The Following 3 Users Say Thank You to Schturman For This Useful Post:
Mikkosssss's Avatar
Posts: 645 | Thanked: 519 times | Joined on Apr 2012 @ Finland
#8
Originally Posted by Nad View Post
Mind sharing the .desktop file code please?
Same code as above in script and desktop icon exec that script.

Desktop icon exec:

Code:
Exec=/home/user/Asd/execroot.sh /home/user/Asd/refreshnetwork.sh
execroot.sh:

Code:
#!/bin/sh

if [ $# -ne 1 ]
then
        echo "Usage: $0 command"
        exit 1
fi

echo rootme | devel-su -c "$1"
refreshnetwork.sh:

Code:
#!/bin/sh

/sbin/initctl restart xsession/icd2

3 clicks is too much for me so I use 1.
And yes I got code from N9Qrefresh
__________________
────────────────────
Try:My N9 bootvideo
 

The Following User Says Thank You to Mikkosssss For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#9
Originally Posted by Schturman View Post
Xxx, you mean me ?
I found and added this possibility to N9QT refresh button, called "network refresh", many many time ago
Possibly?!
I know for sure you have it in N9QTweak, but I did not knew you were also 'author'.
Thanks, helped me too!
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following User Says Thank You to peterleinchen For This Useful Post:
Posts: 54 | Thanked: 31 times | Joined on Sep 2013
#10
I have a question...Do you have the little 3,5 icon on your statusbar when you have this problem?
I having trouble getting an internet connection.Sometimes ,while i have full coverage i get a "no internet connection" message (so no icon.) when trying to connect...wifi usually works.Is this a problem with the N9 or the provider?after i refresh Network it usually still doesn't work.After a reboot sometimes it does,sometimes it doesn't.i just don't get it.It's really random.Does anybody know how can i check it?
thanks a lot.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 03:01.