[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-12-19 Thread Radosław Hardyl
After update phone(Meizu pro 5) to OTA-14, still not receiving sms,when phone locked. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubuntu. https://bugs.launchpad.net/bugs/1516696 Title: SMS

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-12-09 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubuntu. https://bugs.launchpad.net/bugs/1516696 Title: SMS

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-11-02 Thread Alfonso Sanchez-Beato
** Changed in: ofono (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubuntu. https://bugs.launchpad.net/bugs/1516696 Title: SMS notifications are received

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-10-11 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: In Progress => Fix Committed ** Changed in: telephony-service (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-10-04 Thread Pat McGowan
** Changed in: canonical-devices-system-image Importance: High => Critical ** Changed in: telephony-service (Ubuntu) Importance: High => Critical -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-10-04 Thread Pat McGowan
** Changed in: canonical-devices-system-image Importance: Undecided => High ** Changed in: canonical-devices-system-image Status: Confirmed => In Progress ** Changed in: canonical-devices-system-image Assignee: Alejandro J. Cura (alecu) => Bill Filler (bfiller) ** Changed in:

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~tiagosh/telephony-service/request-wake-lock -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubuntu. https://bugs.launchpad.net/bugs/1516696 Title: SMS notifications are received

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-23 Thread Michal Predotka
Not sure if that be of any use as I don't have any logs but I'll add it anyway :) Yesterday I had a phone on my desk, I wasn't doing anything with it. At some point I got notification about new SMS. I've checked immediately and noticed that in the notification "bubble" it said "8 minutes ago".

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-23 Thread Pat McGowan
rild holds a wakelock for only 200ms so its quite possible the phone suspends while we are waiting on that timer. Also, QTimer must not use hardware wakeup events or things would work. We need to figure out where to put a wakelock request, repowerd provides an interface for this. It wold also be

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-22 Thread Tiago Salem Herrmann
So, while debugging this issue I found the following: The delay seems to be bigger if wifi is disabled. If wifi is enabled, after 1:30 at most the device wakes up, and if no wifi, device seems to remain off indefinitely (I waited only for 10 minutes then gave up). In my case, it's krillin and I

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-22 Thread Pat McGowan
lp:1588526 is a very similar symptom -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubuntu. https://bugs.launchpad.net/bugs/1516696 Title: SMS notifications are received only when the phone is

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-21 Thread Pat McGowan
@anupam we still need to root cause this. The telegram code path is quite different since it uses a push-helper, but lets see but I suspect different issues -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-21 Thread Anupam
@Pat sorry, I didn't understand the technical details. My question: is this applicable for SMS notifications only, or Telegram notifications can also be delayed (till the next screen wake up) for the same/similar reason? I sometimes have this problem with Telegram notifications, so wondering

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-21 Thread Pat McGowan
As the default activity timeout is 1 min, that would cause the symptom as the phone would suspend before delivering the message. It would then show up on power on. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-21 Thread Pat McGowan
@michal Wed Sep 21 17:38:20 CEST 2016 signal sender=:1.23 -> dest=(null destination) serial=367 path=/org/freedesktop/Telepathy/Connection/ofono/ofono/connection_7c44ac9b07d50cda2984b65f48bc8c5f/TextChannel2; interface=org.freedesktop.Telepathy.Channel.Interface.Messages; member=MessageReceived

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-21 Thread Tiago Salem Herrmann
The flow is ofono -> telepathy-ofono -> telephony-service-indicator -> Notification My guess is that telephony-service-indicator could be stuck for some reason (waiting on some dbus call to finish or something like that). -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-21 Thread Michał Sawicz
In the case I had just now, it took 20s for the message to go from Telepathy to the notification: http://pastebin.ubuntu.com/23211882/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubuntu.

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-21 Thread Michał Sawicz
Can you guys please pop this job into ~/.config/upstart/ and go: $ start msg-monitor When you notice the problem again, please attach ~/.cache/upstart/msg- monitor.log - make sure to strip it of any sensitive data (phone numbers, message contents) ** Attachment added: "msg-monitor.conf"

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: telephony-service (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubuntu.

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-20 Thread Pat McGowan
** Changed in: canonical-devices-system-image Milestone: backlog => 14 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubuntu. https://bugs.launchpad.net/bugs/1516696 Title: SMS notifications are

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-19 Thread Pat McGowan
couple of observations which may or may not turn out to be relevant This was reported with systems running powerd and repowerd so seemingly not an issue at that level. Both logs show that at some point prior to the undelivered message the modem connection was lost and reconnected. I was looking

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-19 Thread Michał Sawicz
This is a syslog where this occured... a whole 10MBs of it. There's three texts within the last 5 minutes, the first one only "arrived" straight after I woke the phone up, the next two arrived fine despite the phone being, afaict, asleep. ** Attachment added: "syslog"

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-19 Thread Pat McGowan
@anupam or michal do you have a syslog for when this occurs? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubuntu. https://bugs.launchpad.net/bugs/1516696 Title: SMS notifications are received only

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-09-19 Thread Michał Sawicz
** Changed in: canonical-devices-system-image Status: Incomplete => Confirmed ** Changed in: canonical-devices-system-image Assignee: Michał Sawicz (saviq) => Alejandro J. Cura (alecu) ** Changed in: canonical-devices-system-image Milestone: None => backlog ** Also affects:

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-08-14 Thread Vincas Dargis
Yep, thanks Anupam! -- 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/1516696 Title: SMS notifications are received only when the phone is unlocked Status in Canonical

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-08-14 Thread Anupam
@Vincas that's probably bug #1544477 -- 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/1516696 Title: SMS notifications are received only when the phone is unlocked Status

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-08-14 Thread Vincas Dargis
I am not sure if it's the same bug, but for me (E5, OTA-12), I do not get sound notification at all (sometimes I do though), even if device is unlocked. I do hear vibrator, see green blinking light, but no sound. I am quite sure that Sound options are set OK. I've attached tailed syslog.log and

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-08-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: indicator-messages (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-07-15 Thread Anupam
but the LED notification light blinks all right -- 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/1516696 Title: SMS notifications are received only when the phone is

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-07-15 Thread Anupam
I have experienced the same for Telegram and gmail notifications too. No sound alert and screen doesn't turn on, but as soon as I press the power button to turn the screen on, message tone is heard and all the notifications bubbles keep popping up one after another. ** Also affects:

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-01-28 Thread Michał Sawicz
** Also affects: unity-system-compositor Importance: Undecided Status: New ** Also affects: powerd Importance: Undecided Status: New ** Changed in: unity8 (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-01-25 Thread Kugi Eusebio
Any news on this? Will this be fixed on OTA 9? It's still affecting my phone. If it won't be fixed in the next OTA, I might just try to reflash since it seems that only few experience this. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-01-25 Thread Pat McGowan
@Kugi no work has been done for this as it has not been reproduced >From the unity8 log the only thing that looks suspect is a number of reports >like qtmir.surfaces: MirSurfaceItem::dropPendingBuffer() surface = qtmir::MirSurface(0x1411348) buffer dropped. 0 left. Were you playing a lot of

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2015-11-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unity8 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2015-11-17 Thread Pat McGowan
Please add info as to which device and os version also if you can add the logs /var/log/sysslog and .cache/upstart/unity8.log when this occurs. Two fixes in ota 7 were made to address similar issues bug #1491566 and bug #1495871 ** Changed in: canonical-devices-system-image Status: New

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2015-11-17 Thread Kugi Eusebio
My phone is bq Aquaris E5 HD with the latest version which is the OTA-7. I'll attach here the logs when I encounter it again. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2015-11-17 Thread Kugi Eusebio
I attached the log file when it occurred. Almost 30 mins after the message was received based on the notification's time. ** Attachment added: "Log Files" https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1516696/+attachment/4521101/+files/Log%20files.zip -- You received this bug