← Back to team overview

unity-api-bugs team mailing list archive

[Bug 1267135] Re: network-indicator should provide the "Please enter SIM PIN" text

 

saviq: thanks for the screenshots :)

indicator-network-service can't have any custom UI of it's own. It can only request some other component (be it the shell, greeter or some app) to show the pin dialog.
The dialog (UI) itself either
A) has to be part of the shell (or the greeter)
B) be an "standalone" application

The pin dialog it self needs to access information from the modem like
which type of code is required (PIN, PIN2, PUK, PUK2, etc..) and how
many attempts are available, etc.

AFAIK we don't have a requirement for a lock-code right now (think of
password in a screensaver) but I would not be surprised that we need to
implement it later and most probably it will look just like the PIN
dialog. Therefore I would say the UI for the dialog can not be a
standalone application as it might need to be modal for the lock-code
case.

-- 
You received this bug notification because you are a member of Unity API
bugs, which is subscribed to Network Menu.
https://bugs.launchpad.net/bugs/1267135

Title:
  network-indicator should provide the "Please enter SIM PIN" text

Status in Network Menu:
  Incomplete
Status in The Unity 8 shell:
  New
Status in “ubuntu-system-settings” package in Ubuntu:
  New

Bug description:
  We are showing the "Please enter SIM PIN" text ourselves but according
  to Saviq it should come from the indicator and not be in our code.

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


References