question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"alarm_stream" on Pixel 4XL behave like a just regular notification

See original GitHub issue

Home Assistant Android version:

2021.3.1-full

Android version:

11, last update 5 of March

Phone model:

Pixel 4 XL - buggy / Pixel 3a XL - not buggy

Home Assistant version:

core-2021.3.1

Last working Home Assistant release (if known):

Description of problem:

Hello! First of all thank you for an amazing job you’ve done, I really enjoy HA and HA Android app everyday in my regular life.

But I’ve encountered a small issue, which might be a bug. I have two Pixels in my house hold: 3a XL and 4 XL. I leverage critical notification feature for my urgent notifications which supposed to even wake me at night. For example next script is used to ring my 3a XL until I stop it.

service: notify.mobile_app_pixel_3a_xl
data:
  title: "Wake up!"
  message: "The house is on fire and the cat's stuck in the dryer!"
  data:
    ttl: 0
    priority: high
    channel: alarm_stream

And it works perfectly fine for 3a XL. However for 4XL the same script is only making regular notification in the status bar without making my phone ring

service: notify.mobile_app_pixel_4_xl
data:
  title: "Wake up!"
  message: "The house is on fire and the cat's stuck in the dryer!"
  data:
    ttl: 0
    priority: high
    channel: alarm_stream

This is a real bummer to me. Is there anything I can do about it?

Thanks in advance!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
expend20commented, Mar 11, 2021

Hellyeah, you made it! The problem disappeared after clearing cache/data of the app. Thank you @dshokouhi for extremely fast and thorough answers! The root of the behavior might be related to backup/restore procedure which the device undergone recently. Keywords for search: backup, cloud, google drive

0reactions
dshokouhicommented, Mar 11, 2021

simple solutions are always the best 😃, thanks for reporting!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Control notifications on your Pixel phone - Google Help
Discover how to control your Google Pixel phone notifications. You can change settings for apps or ... Some of these steps work only...
Read more >
Notification/Ringer/Media Volume bug : r/GooglePixel - Reddit
I just finished a screen share session with Google pixel support, ... playing music and receiving a notification will work as normal, while...
Read more >
First 10 Pixel 4 XL Settings to Customize Right Now - YouTube
There are a ton of settings to change on the Pixel 4 XL! ... Pixel 4XL Intro ... Follow along or just to...
Read more >
How To Set Custom Ringtones / Notification Sounds On ...
Fliptroniks Newsletter: https://geni.us/7LON8HaHow To Set Custom Ringtones / Notification Sounds On Google Pixel 5aFollow Our Other ...
Read more >
Google Pixel 4a : Change Ringtones & Notification ... - YouTube
How to Change your Ringtone on google Pixel 4a android Phone, also how to change the notification alarm sounds and text alarm sounds....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found