touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #49273
[Bug 1413065] Re: [Call]The call interface sometimes disappears when making emergency call
This bug was fixed in the package unity8 -
8.02+15.04.20150121.2-0ubuntu1
---------------
unity8 (8.02+15.04.20150121.2-0ubuntu1) vivid; urgency=low
[ Michael Terry ]
* Don't show any power dialogs while the screen is off. This is a
band-aid to avoid the symptom, while we still investigate the source
of why the screen doesn't turn on (and why we seem to not handle the
power-button-release event). (LP: #1409003, #1410830)
* Don't refocus the dialer-app when a call is started by the user.
Because of how qtmir works, this would cause the dialer-app to
unfocus momentarily, causing interface oddities for the user. (LP:
#1413065)
[ CI Train Bot ]
* Resync trunk
[ Albert Astals Cid ]
* Build with ninja
* Fixes for Table Preview Widget (LP: #1410420)
[ Michael Zanetti ]
* Add support for earpiece media buttons (LP: #1398427)
* Add a WindowMoveResizeArea and tests for it
-- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx> Wed, 21 Jan 2015 18:33:18 +0000
** Changed in: unity8 (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1413065
Title:
[Call]The call interface sometimes disappears when making emergency
call
Status in the base for Ubuntu mobile products:
Confirmed
Status in Dialer app for Ubuntu Touch:
Invalid
Status in unity8 package in Ubuntu:
Fix Released
Status in unity8 package in Ubuntu RTM:
New
Bug description:
This is the public version of the following bug:
https://bugs.launchpad.net/barajas/+bug/1393641
After debugging seems the issue is that the application is getting
deactivated and then activated (via Qt.application.active) when making
a call in greeter (emergency) mode. This is causing problems for the
app as it pops pages when it gets deactivated and causes the bug
sometimes. The underlying problem is that this signal should not be
occuring when the app is clearly in the foreground. It doesn't happen
when not in greeter mode.
An easy way to test is to install telepathy-ofono deb which is
attached and set a fake emergency number to allow you to dial a normal
number in emergency mode to help test by running this command at the
shell:
mc-tool set ofono/ofono/account0
string:fakeEmergencyNumber=<yourNumber>
Then adding console.log() to the applicationActive signal in dialer-
app.qml will verify. When pressing the call button the app is
deactivated then reactivated.
Steps to reproduce:
1) install attached telephathy-ofono deb and reboot
2) run
mc-tool set ofono/ofono/account0 string:fakeEmergencyNumber=<yourNumber>
and then follow secondary instructions (if any)
3) lock phone
4) press emergency call button
5) dial <yourNumber> which will be a fake emergency call
6) press the call button
7) sometimes you will see a blank Emergency Call page after you press the call button, and when it works you will see the live call page
8) adding debug to dialer-app.qml will show the active=false then active=true behavior after performing step 6.
To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413065/+subscriptions
References