Public bug reported:

on nexus4 vivid+o w/ silo0
i didn't have a sim and i was using phone simulation steps [1]

Steps to create problem
1. boot phone, connect to slimport
2. i have put phone on "never lock", run phone simulation steps
3. make a simulated incoming call
4. slider prompt is provided
5. "answer" call
Expected result: call will be simulated until ended
Result: screen flashed, dialer app bounced about screen and then rebooted


[1] how to simulate call instructions
in this case, where slimport is used, just have to ssh into the phone
1. Install required packages

   sudo apt-get install messaging-app-autopilot
   sudo apt-get install dialer-app-autopilot

2. Set up fake modem/sim

   mc-tool update ofono/ofono/account0 string:modem-objpath=/phonesim
   mc-tool reconnect ofono/ofono/account0
   /usr/share/ofono/scripts/enable-modem /phonesim
   /usr/share/ofono/scripts/online-modem /phonesim

3. Receive fake SMS and phone calls

   python3 -c 'from messaging_app.helpers import receive_sms; 
receive_sms("1234", "Hello")'
   python3 -c 'from dialer_app.helpers import invoke_incoming_call; 
invoke_incoming_call("1234")'

** Affects: qtmir (Ubuntu)
     Importance: Critical
         Status: New


** Tags: pd

** Changed in: qtmir (Ubuntu)
   Importance: Undecided => Critical

** Tags added: pd

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

Title:
  incoming call nexus4 windowed mode goes nuts and reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1488828/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to