← Back to team overview

touch-packages team mailing list archive

[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.20150122.2~rtm-
0ubuntu1

---------------
unity8 (8.02+15.04.20150122.2~rtm-0ubuntu1) 14.09; urgency=medium

  [ Michael Terry ]
  * Don't show any power dialogs while the screen is off. (LP: #1409003,
    #1410830)
  * Don't refocus the dialer-app when a call is started by the user. (LP:
    #1413065)

  [ Michael Zanetti ]
  * Add support for earpiece media buttons (LP: #1398427)

  [ Ubuntu daily release ]
  * New rebuild forced
 -- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx>   Thu, 22 Jan 2015 20:47:05 +0000

** Changed in: unity8 (Ubuntu RTM)
       Status: In Progress => 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:
  Fix Released

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