[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-05-21 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-05-21 Thread Antti Kaijanmäki
** Changed in: indicator-network (Ubuntu)
   Status: In Progress => Fix Released

** Changed in: indicator-network (Ubuntu Vivid)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-05-20 Thread Antti Kaijanmäki
** Changed in: indicator-network (Ubuntu)
   Status: Fix Released => In Progress

** Changed in: indicator-network (Ubuntu Vivid)
   Status: Confirmed => In Progress

** Changed in: indicator-network (Ubuntu)
 Assignee: Pete Woods (pete-woods) => Antti Kaijanmäki (kaijanmaki)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-network -
0.5.1+15.10.20150519-0ubuntu1

---
indicator-network (0.5.1+15.10.20150519-0ubuntu1) wily; urgency=medium

  [ Antti Kaijanmäki ]
  * Fix .pc file and docs. (LP: #1456307)

indicator-network (0.5.1+15.04.20150513.1-0ubuntu1) vivid;
urgency=medium

  [ Pete Woods ]
  * Add flight mode and wifi toggles to connectivity service interface
removed: tests/integration/CMakeLists.txt
tests/integration/connectivity-cpp/ tests/integration/connectivity-
cpp/CMakeLists.txt tests/integration/connectivity-cpp/mocks/
tests/integration/connectivity-cpp/mocks/urfkill.h
tests/integration/connectivity-cpp/sig_term_catcher.h
tests/integration/connectivity-cpp/test_data.h.in
tests/integration/connectivity-cpp/test_flight_mode.cpp
tests/integration/connectivity-cpp/test_networking_status.cpp
tests/integration/connectivity-cpp/test_service.h
tests/integration/connectivity-cpp/test_wifi_connect.cpp
tests/integration/connectivity-cpp/test_wifi_link.cpp
tests/integration/connectivity-cpp/test_wifi_link_dedup.cpp
tests/integration/connectivity-cpp/test_wifi_link_enable_disable.cpp
tests/integration/indicator/ tests/unit/indicator/CMakeLists.txt
tests/unit/indicator/menuitems/CMakeLists.txt tests/unit/menumodel-
cpp/CMakeLists.txt tests/unit/secret-agent/CMakeLists.txt
tests/unit/test_variant.h added:
data/org.freedesktop.DBus.Properties.xml src/connectivity-api/
src/connectivity-api/CMakeLists.txt src/connectivity-
api/connectivity-qml/ src/connectivity-api/connectivity-
qml/CMakeLists.txt src/connectivity-api/connectivity-qt/
src/connectivity-api/connectivity-qt/CMakeLists.txt
src/connectivity-api/connectivity-qt/connectivityqt/
src/connectivity-api/connectivity-qt/connectivityqt/connectivity.cpp
src/connectivity-api/connectivity-qt/connectivityqt/connectivity.h
src/connectivity-api/connectivity-qt/connectivityqt/internal/
src/connectivity-api/connectivity-qt/connectivityqt/internal/dbus-
property-cache.cpp src/connectivity-api/connectivity-
qt/connectivityqt/internal/dbus-property-cache.h
tests/integration/indicator-network-test-base.cpp
tests/integration/indicator-network-test-base.h
tests/integration/test-connectivity-api.cpp renamed:
src/connectivity-cpp/ => src/connectivity-api/connectivity-cpp/
src/qdbus-stubs/DBusTypes.h => src/qdbus-stubs/dbus-types.h
tests/integration/indicator/CMakeLists.txt =>
tests/integration/CMakeLists.txt
tests/integration/indicator/TestIndicatorNetworkService.cpp =>
tests/integration/test-indicator.cpp tests/unit/secret-
agent/TestSecretAgent.cpp => tests/unit/secret-agent/test-secret-
agent.cpp
  * Fixed some clang compiler warnings. Fixed a dodgey self-comparison
in operator<(const Key &other). Added some const-correctness here
and there. Removed an unused maxRetries variable from sim-unlock-
dialog. Replaced #ifndef's with #pragma once. Rename "i-n-
extractor.cpp" to "i-n-sniffer.cpp". renamed: src/sniffer/i-n-
extractor.cpp => src/sniffer/i-n-sniffer.cpp
  * Improve grouped access point handling
  * Merge secret agent functionality into indicator removed:
data/indicator-secret-agent.conf.in src/secret-agent/CMakeLists.txt
src/secret-agent/DBusTypes.h src/secret-agent/Localisation.h
src/secret-agent/gtk/ src/secret-agent/main.cpp added:
src/indicator/util/localisation.h tests/unit/secret-agent/secret-
agent-main.cpp renamed: src/secret-agent/ => src/indicator/agent/
  * Move modems inside nmofono, sort out namespacing and class naming
removed: src/indicator/modem-manager.cpp src/indicator/modem-
manager.h added: src/indicator/icons.cpp src/indicator/icons.h
src/indicator/util/qhash-sharedptr.h renamed:
src/indicator/modem.cpp => src/indicator/nmofono/wwan/modem.cpp
src/indicator/modem.h => src/indicator/nmofono/wwan/modem.h
src/indicator/nmofono/kill-switch-impl.cpp =>
src/indicator/nmofono/kill-switch.cpp src/indicator/nmofono/kill-
switch-impl.h => src/indicator/nmofono/kill-switch.h
src/indicator/nmofono/wifi/grouped-access-point-impl.cpp =>
src/indicator/nmofono/wifi/grouped-access-point.cpp
src/indicator/nmofono/wifi/grouped-access-point-impl.h =>
src/indicator/nmofono/wifi/grouped-access-point.h
src/indicator/nmofono/wwan/link.h =>
src/indicator/nmofono/wwan/wwan-link.h
  * Restore connectivity-cpp headers to original state removed:
src/connectivity-cpp/src/CMakeLists.txt src/connectivity-
cpp/src/platform/ src/connectivity-cpp/src/platform/nmofono/ added:
src/connectivity-cpp/include/connectivity/ src/connectivity-
cpp/include/connectivity/networking/ src/connectivity-
cpp/include/connectivity/networking/link.h src/connectivity-
cpp/include/connectivity/networking/manager.h src/connectivity-
cpp/include/connectivity/networking/service/ src/connect

[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-05-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: indicator-network (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-05-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: indicator-network (Ubuntu Vivid)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-05-13 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
Milestone: None => ww22-2015

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-05-13 Thread Pete Woods
** Branch linked: lp:~indicator-applet-developers/indicator-network
/install-qt-qml-use-cmake-extras

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-05-12 Thread Pete Woods
Indeed, the notification service tracking is wobbly enough that when we
fixed the indicator's behaviour to clean up after itself on termination
(by closing the notification), subsequent runs could no-longer show
notifications.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-05-12 Thread Pete Woods
It turns out the underlying cause of this was that the indicator was
going into an infinite loop and then terminating. The notification
service then doesn't track its clients well (at all) and doesn't clear
up the fullscreen notification when the indicator dies.

So far we have a fix for the infinite loop in the indicator. But next we
need to make some enhancements to the behaviour of the notification
service.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-05-11 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Importance: Undecided => Critical

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Thomas Strehl (strehl-t)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-05-11 Thread Tony Espy
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-04-24 Thread Pete Woods
** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) => Pete Woods (pete-woods)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-04-24 Thread Dave Morley
Set to critical as you can't access the phone or make emergency calls
which I think is a legal requirement.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-04-24 Thread Alfonso Sanchez-Beato
The bug (which leds to screenshot in comment #3) has been produced with
a modified ofono that was fixing bug #1436820. This modified ofono shows
the number of retries on boot and when the SIM gets toasted after
introducing 10 times a wrong PUK (both things were not happening
before).

Package attached to make testing easier for indicator-network or other
packages affected.

** Attachment added: "ofono_1.12.bzr6894+15.04.20150423-0ubuntu1_armhf.deb"
   
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1447984/+attachment/4382789/+files/ofono_1.12.bzr6894%2B15.04.20150423-0ubuntu1_armhf.deb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-04-24 Thread Alfonso Sanchez-Beato
In fact I would not expect neither of the screenshots in comments #2 or
#3, but something saying that the SIM is unrecoverable AND a way to
dismiss that warning and enter the phone.

The SIM is unrecoverable when following ofono properties have values:

org.ofono.SimManager.PinRequired = puk
org.ofono.SimManager.Retries = ... [puk = 0] ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-04-24 Thread Dave Morley
** Attachment added: "What I actually see"
   
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1447984/+attachment/4382778/+files/screenshot20150423_192816321.png

** Tags added: qa-silo

** Changed in: indicator-network (Ubuntu)
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-04-24 Thread Dave Morley
** Attachment added: "What I expect to see"
   
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1447984/+attachment/4382777/+files/screenshot20150424_091256244.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1447984

Title:
  Sim blocked dialogue broken on starting phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1447984/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs