[Ubuntu-phonedations-bugs] [Bug 1444314] Re: ConnectionManager.Attached is wrongly shown as FALSE

2015-04-20 Thread Tony Espy
@Alfonso Can you include an image number? Do you think this is a krillin- specific bug, or could it occur on other devices? Also how repeatable is the problem? Can you add some details of what you were doing when the problem occurred? Is this related to testing other bugs? ** Changed in: ofon

[Ubuntu-phonedations-bugs] [Bug 1435328] Re: Leaving Wifi does not connect to mobile carrier data (GSM)

2015-04-20 Thread Tony Espy
@Alfonso So looking closer at NM 0.9.8, the routing is updated by nm-policy.c in its device_state_changed() function. It calls update_routing_and_dns() in several places, which in turn calls update_ip4_routing(), which in turn calls nm_system_replace_default_ip4_route(). Only the last function r

[Ubuntu-phonedations-bugs] [Bug 1435328] Re: Leaving Wifi does not connect to mobile carrier data (GSM)

2015-04-20 Thread Tony Espy
Please disregard comment #31, as it's incorrect and discusses the wrong routing code. -- You received this bug notification because you are a member of Ubuntu Phonedations bugs, which is subscribed to ofono in Ubuntu. https://bugs.launchpad.net/bugs/1435328 Title: Leaving Wifi does not connect

[Ubuntu-phonedations-bugs] [Bug 1445580] Re: Impossible to end a call after switching to airplane mode

2015-04-20 Thread Alfonso Sanchez-Beato
This PR fixes the issue on the ofono side: https://github.com/rilmodem/ofono/pull/177 However, there is still some problem in telepathy/dialler even with the patched ofono. Doing: 1. Start call from dialler 2. Set flight mode (call is dropped) 3. Unset flight mode 4. Start a second call from dia

[Ubuntu-phonedations-bugs] [Bug 1445580] Re: Impossible to end a call after switching to airplane mode

2015-04-20 Thread Alfonso Sanchez-Beato
I have been testing this, and it is racy: in some cases ofono drops the call (no output from list-calls) and in other cases it does not (list- calls shows calls even after with flight mode set). It depends on the order in which urfkill switches off the slots. ** Changed in: ofono (Ubuntu) Ass