answered
2016-06-29 18:39:58 +0200
This may not be the ideal solution, but you could use mc-tool to disable the ring account; this will ignore all incoming calls and SMS, however, data connection will remain unaffected.
The following command (as normal user, not root) will disable calls and SMS:
mc-tool disable ring/tel/account0
and this enables it back again:
mc-tool enable ring/tel/account0
Keep in mind that disabling the telepathy ring account will result in all calls and SMS text not being registered in your communications database.
You can still use dbus-monitor --system
(as normal user) to capture the SMS messages and incoming calls details, and commhistory-tool
(as normal user) to append the captured data into the calls and SMS database.
More info on commhistory-tool.
I would prefer/suggest another solution:
- add an option to disable device locking if the screen is on (in settings - device lock)
- return to the previous app (if one was running in fullscreen before) when rejecting or ending a call
till ( 2016-06-26 18:40:51 +0200 )editRegarding returning to previous app after rejecting or ending a phone call: Return to last app after call.
luen ( 2016-06-28 00:30:43 +0200 )editAh right, I already voted that request up :)
till ( 2016-06-28 11:05:30 +0200 )edit