Cannot call emergency number from sim lock screen if phone screen is unlocked before
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Bill Filler | ||
Ubuntu UX |
Triaged
|
High
|
Femma | ||
dialer-app (Ubuntu) |
Fix Released
|
High
|
Gustavo Pichorim Boiko |
Bug Description
current build number: 4
device name: turbo
channel: ubuntu-
last update: 2016-04-19 10:38:50
version version: 4
version ubuntu: 20160418
version device: 20160412-d272a77,
Steps:
1.Turn on sim pin
2.Reboot the device
3.Don't unlock the SIM but unlock phone screen
4.Swipe down the indicator and select network section
5.Tap on "Unlock sim" to bring up sim lock screen
6.Tap on "Emergency Call" button
7.Enter an emergency number and call
Actual result:
At step6, it shows regular dial pad with SIM locked header
At step7, "SIM card is locked" dialog appears
Expected result:
At step6, it shows emergency dial pad with emergency header
At step7, be able to make an emergency call
Error also can be reproduced with krillin and arale.
Related branches
- Tiago Salem Herrmann (community): Approve
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 161 lines (+60/-10)4 files modifiedsrc/qml/DialerPage/DialerPage.qml (+26/-4)
src/qml/Dialogs/SimLockedDialog.qml (+2/-1)
src/qml/dialer-app.qml (+9/-4)
tests/qml/tst_DialerPage.qml (+23/-1)
description: | updated |
Changed in canonical-devices-system-image: | |
milestone: | none → 11 |
assignee: | nobody → Bill Filler (bfiller) |
importance: | Undecided → High |
status: | New → Confirmed |
Changed in dialer-app (Ubuntu): | |
assignee: | nobody → Gustavo Pichorim Boiko (boiko) |
importance: | Undecided → High |
Changed in dialer-app (Ubuntu): | |
status: | New → Triaged |
Changed in canonical-devices-system-image: | |
status: | Confirmed → Fix Committed |
Changed in dialer-app (Ubuntu): | |
status: | Triaged → Fix Released |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-ux: | |
assignee: | John Lea (johnlea) → nobody |
assignee: | nobody → Femma (femma) |
status: | New → Triaged |
This works correctly on Arale and Krillin. I think the only problem is the header of the dialer says "Sim Locked" but I am still able to make an emergency call.
I think the fix should be to change the header text to "Sim Locked - Emergency Calls Only" or simply "Emergency Calls" with a sim locked icon.
Need design input here