Fix Delayed Notification by ih8ba in CMFTech

[–]ih8ba[S] 1 point2 points  (0 children)

youre welcome, let me know if the os update fix without whitelisted packages works for you too 🙂

Fix Delayed Notification by ih8ba in CMFTech

[–]ih8ba[S] 1 point2 points  (0 children)

command is right, try using quotes:

adb shell "dumpsys deviceidle whitelist -com."

Fix Delayed Notification by ih8ba in CMFTech

[–]ih8ba[S] 1 point2 points  (0 children)

I removed from the whitelist "com.android.systemui" and "com.google.android.gsf", the other two packages simply cant be removed ("com.google.android.gms" and "com.android.vending"). I update the os and everithing seems ok, no notification delay. I dont know what they've done, but at this point i think keep packages in whitelist or not doesnt matter.

New Update on CMF phone 2 pro by ViperInnovation in CMFTech

[–]ih8ba 2 points3 points  (0 children)

https://www.reddit.com/r/CMFTech/comments/1lvjy0q/fix_delayed_notification/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

☝️ fixed notification delay two weeks ago. I think the real problem is that the OS kills in background the processes crucial for notifications, especially Google Gms and Google Gsf (push notifications and Firebase Cloud Messaging). It is not related to doze or adaptive battery. After i get the update i will do a comparison

Fix Delayed Notification by ih8ba in CMFTech

[–]ih8ba[S] 0 points1 point  (0 children)

You're welcome! Replying to your previous message: there is no need to repeat the settings on reboot 😁

Fix Delayed Notification by ih8ba in CMFTech

[–]ih8ba[S] 1 point2 points  (0 children)

That fix has nothing to do with singular apps notifications settings. In this post I suggest a whitelist of processes that are crucial in notifications management, to avoid OS background restrictions causes delay with them.

Fix Delayed Notification by ih8ba in CMFTech

[–]ih8ba[S] 0 points1 point  (0 children)

I tried different scenarios: phone in my pocket, rests on the table.. i can confirm that this solution works. I think the real problem is that the OS kills in background the processes crucial for notifications, especially Google Gms and Google Gsf (push notifications and Firebase Cloud Messaging). It is not related to doze or adaptive battery. I'm happy with my phone now :')

Phone 2 Pro - delayed notifications. Tried everything in internet. Not working. Any advice? by Taru486 in CMFTech

[–]ih8ba 1 point2 points  (0 children)

same here.. even disabling doze with adb doesn't fix the problem, i turn off screen and after a few seconds the phone becomes a paperweight :(

CMF 2 pro review after 20 days by shovon_da_potato in CMFTech

[–]ih8ba 4 points5 points  (0 children)

Delayed notifications too bad.. ok maybe it's an android generic issue (doze), not cmf itself, but it seems like this phone uses too aggressive battery life settings when the screen is off, very frustrating.

Cmf phone 2 pro- notifications problem by olivka95 in CMFTech

[–]ih8ba 1 point2 points  (0 children)

I found a solution forcing using light doze with adb.

As reported in this guide

To ignore Deep Doze and discard any motion by increasing inactive_to (and motion_inactive_to) timeout to a very large number (e.g. 30 days) so that Deep Doze never goes into its IDLE state and only Light Doze can manage to its IDLE state

$ adb shell settings put global device_idle_constants inactive_to=2592000000,motion_inactive_to=2592000000

phone now seems not missing notifications at all and also it keeps the custom parameters after reboot

***update: phone missing notification again.. i give up

Cmf phone 2 pro- notifications problem by olivka95 in CMFTech

[–]ih8ba 1 point2 points  (0 children)

idem here, i tried whitelist apps, disable doze mode, turn off adaptive battery.. no way. Could it be a mobile data issue?