-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network error, data 'freezes' for a bit #51
Comments
Yeah, I've noticed that "error -13" thing before too |
Happened also when using MIUI which AFAIK is based on official Sense ROMs. |
Would be nice to get a logcat if possible On Wed, Jun 13, 2012 at 2:44 AM, ChillingSilence
|
There was one in the first post? I'm doing some flashing this afternoon, will send another example shortly. |
My bad, didn't see it
|
No worries :) Another one from earlier today finally came through (Email to myself): Was trying to post on Wifi on G+, didn't work. Dropped back to 3G, didn't work... |
Took Build #57 Told it I didn't wanna use my Google account during initial setup |
Thanks for all your help testing @ChillingSilence :) I'll leave this one open for the time being until we're sure |
I'm surprised, doing it this way around seems significantly better? The "tap here to login" didn't disappear from my notification bar until I rebooted. Still, if this is how it has to be "done" in order to resolve the issue, then I'm more than happy to do it this way... Happy to help @tgascoigne , any time :) |
Logcat one: Logcat two: Logcat three: You should see most of Logcat two is also in Logcat three coz they were taken so close together :) |
This g+ issue seems to be present in TeamNDVRu tree as well, im still testing this. may be a generic issue wtih G+ and current cm9 tree? |
I doubt this is app dependant, the logcat suggests that the system just cannot contact the server. I'm still curious as to whether this might just be an SSL issue. I'll try and replicate this and have a play around. |
So I've managed to replicate it, and I think I've found where the problem might be. Could you try this boot.img for a while and see if you still notice it? |
what gave you the idea that changing a read only device to writeable might help? it's a device to be read from userspace, afaik |
The problem is that qtaguid can't untag the sockets, to do that it needs write access to /proc/net/xt_qtaguid/ctrl, which it doesn't have, as its throwing permission errors to the logcat which coincides with this issue. By giving it permission, the logcat error messages disappear and it looks like the problem is solved. |
That's a good reason. But shouldnt we find out what runs the qtaguid untag and give the process proper permissions? i mean user/group for that service? maybe its not possible |
If this is the root of the problem then we can look into it later |
yeah. i'll try to test this. thanks for the quick replies. |
Flashing it now, will keep in touch, thanks! EDIT: My GNex is running the Google-built AOSP builds whatever from their site... Not CM9. Technically, I gave it to my wife when I got my One X, and she doesn't like me mucking around with her phone. Bad things happen when I try.... ;-) |
qtaguid is part of libcutils, so any processes using sockets need write access (including apps). Is there a group that all apps run under that we can give permissions to? |
Nope, issue persists with that boot.img Turned off Wifi Tried it again, still no dice. EDIT: Search for %REMOVED% to find the relevant bits.... EDIT: Stupid github can't get it to email notifications to my secondary email address .... |
@ChillingSilence Could you give it another reboot? It took me a couple before it worked. |
Sure, why not :D I'll post back in about half an hour. |
Anope :( Refreshed, nothing. Refreshed again, nothing. First logcat: http://pastebin.ca/2163066 Put on Wifi, forgot to refresh coz I got talking with a workmate, and within about 20 seconds it came through. Logcat #2: http://pastebin.ca/2163067 Keep in mind it's also G+ amongst other things, but it's just easiest to use Gmail as an example coz I can easily trigger things (emails) to it. |
I can do a factory reset after flashing that boot.img if you think that'll help? |
Nah, don't think that would help. I'll keep playing.. |
Ok cool, ping me if you need me to test anything more :) |
OK so you may be on the money there about it being SSL-related coz I've noticed that Gtalk works the whole time... Was out at a customers site with work today and noticed that although Gmail / G+ didn't work, GTalk (IIRC Port 5222) does! |
So I've been noticing an issue where the data on the wifi just "stops" or "freees" for a bit. Noticed it specifically some times when watching YouTube videos.
Same for G+, sometimes as I scroll up and down the list it won't pull the images from the posts. This is what happened at the end here, was using G+, noticed it stopped, so switched to 3G and it worked fine. Switched back to Wifi and it was fine again:
http://pastebin.ca/2160365
See from Line 945-ish
I can confirm that my Galaxy Nexus (Running latest official Google AOSP build) was working at the same time, not an issue with the wifi...
The text was updated successfully, but these errors were encountered: