[Touch-packages] [Bug 1368675] Re: No Wi-Fi on Nexus 4 (org::ofono::Interface::NetworkRegistration::str2status(std::string): Unknown status '')

2014-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/ofono -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu. https://bugs.launchpad.net/bugs/1368675 Title: No Wi-Fi on Nexus 4

[Touch-packages] [Bug 1368675] Re: No Wi-Fi on Nexus 4 (org::ofono::Interface::NetworkRegistration::str2status(std::string): Unknown status '')

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package ofono - 1.12.bzr6878+14.10.20140926-0ubuntu1 --- ofono (1.12.bzr6878+14.10.20140926-0ubuntu1) 14.09; urgency=medium [ Alfonso Sanchez-Beato ] * include, plugins/mtk.c, src/modem.c,sim.c: Fix PUK crash (LP: #1365481) If the SIM gets locked in

[Touch-packages] [Bug 1368675] Re: No Wi-Fi on Nexus 4 (org::ofono::Interface::NetworkRegistration::str2status(std::string): Unknown status '')

2014-09-29 Thread Tony Espy
Same version landed in RTM. ** Also affects: ofono (Ubuntu RTM) Importance: Undecided Status: New ** Changed in: ofono (Ubuntu RTM) Status: New = Fix Released ** Changed in: ofono (Ubuntu RTM) Importance: Undecided = Critical -- You received this bug notification because

[Touch-packages] [Bug 1368675] Re: No Wi-Fi on Nexus 4 (org::ofono::Interface::NetworkRegistration::str2status(std::string): Unknown status '')

2014-09-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~phablet-team/ofono/rtm-bug-fix-update-1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu. https://bugs.launchpad.net/bugs/1368675 Title: No Wi-Fi on Nexus 4

[Touch-packages] [Bug 1368675] Re: No Wi-Fi on Nexus 4 (org::ofono::Interface::NetworkRegistration::str2status(std::string): Unknown status '')

2014-09-22 Thread Tony Espy
** Changed in: ofono (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu. https://bugs.launchpad.net/bugs/1368675 Title: No Wi-Fi on Nexus 4

[Touch-packages] [Bug 1368675] Re: No Wi-Fi on Nexus 4 (org::ofono::Interface::NetworkRegistration::str2status(std::string): Unknown status '')

2014-09-17 Thread Alfonso Sanchez-Beato
@Matthew I have an idea of what might be happening, but I need traces to confirm. Please do as follows (I assume we are talking about Nexus 4 here): $ phablet-shell $ sudo su # stop ofono # export OFONO_RIL_HEX_TRACE= # export OFONO_RIL_TRACE= # ofonod -n -d -P

[Touch-packages] [Bug 1368675] Re: No Wi-Fi on Nexus 4 (org::ofono::Interface::NetworkRegistration::str2status(std::string): Unknown status '')

2014-09-17 Thread Matthew Paul Thomas
** Attachment added: /tmp/ofono_log.txt https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1368675/+attachment/4206073/+files/ofono_log.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu.

[Touch-packages] [Bug 1368675] Re: No Wi-Fi on Nexus 4 (org::ofono::Interface::NetworkRegistration::str2status(std::string): Unknown status '')

2014-09-17 Thread Alfonso Sanchez-Beato
** Changed in: ofono (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu. https://bugs.launchpad.net/bugs/1368675 Title: No Wi-Fi on Nexus 4

[Touch-packages] [Bug 1368675] Re: No Wi-Fi on Nexus 4 (org::ofono::Interface::NetworkRegistration::str2status(std::string): Unknown status '')

2014-09-17 Thread Alfonso Sanchez-Beato
This PR contains a fix for ofono: https://github.com/rilmodem/ofono/pull/87 With the fix Status is now denied, as can be seen in list-modems output from Matthew: https://pastebin.canonical.com/117079/ However, Matthew still sees issues with the WiFi indicator, but indicator-network does not

[Touch-packages] [Bug 1368675] Re: No Wi-Fi on Nexus 4 (org::ofono::Interface::NetworkRegistration::str2status(std::string): Unknown status '')

2014-09-17 Thread Tony Espy
I'm not sure I fully understand the problem. From the bug description which includes: org::ofono::Interface::NetworkRegistration::str2status(std::string): Unknown status It seems like the indicator is throwing an error if NetworkRegistration's 'Status' property is unknown? Or are we never

[Touch-packages] [Bug 1368675] Re: No Wi-Fi on Nexus 4 (org::ofono::Interface::NetworkRegistration::str2status(std::string): Unknown status '')

2014-09-17 Thread Alfonso Sanchez-Beato
@Tony, the crash was because Status property was an empty string (it was not unknown or anything else), which is wrong as specified by ofono/doc/network-api.txt. And it was an actual ofono bug, as we were getting a value for state from rild that was not valid for ofono core. -- You received this

[Touch-packages] [Bug 1368675] Re: No Wi-Fi on Nexus 4 (org::ofono::Interface::NetworkRegistration::str2status(std::string): Unknown status '')

2014-09-12 Thread Antti Kaijanmäki
** Attachment removed: Output of /usr/share/ofono/scripts/list-modems https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1368675/+attachment/4202229/+files/output.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1368675] Re: No Wi-Fi on Nexus 4 (org::ofono::Interface::NetworkRegistration::str2status(std::string): Unknown status '')

2014-09-12 Thread Matthew Paul Thomas
** Attachment added: Output of /usr/share/ofono/scripts/list-modems https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1368675/+attachment/4202230/+files/output.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1368675] Re: No Wi-Fi on Nexus 4 (org::ofono::Interface::NetworkRegistration::str2status(std::string): Unknown status '')

2014-09-12 Thread Antti Kaijanmäki
This is about ofono setting an invalid value to the NetworkRegistration Status property. The reason why indicator-network seems to crash here is that I'm intentionally throwing an exception that nobody will catch and cause the service to generate an apport report so that: - A) if the indicator