General [Guide] How to fix delayed / missing notifications - Motorola Edge 40 Pro / Moto X40 (China)

Closing apps in View Recent Tasks causes notification delays or prevents them entirely.
The solution:
Open Apps with important notifications (SMS, Gmail, ect).
Open View Recent Tasks. For Gestures: (Swipe up from the bottom pill and Hold). For Buttons: Tap the Square.
Press the Icon of the app you want to receive notifications and tap Lock.
Done! Enjoy your notifications.
Locking apps seems to be a Motorola feature, so your milage may vary. So far, all notifications are working perfectly with this method. Have fun!

woundman said:
Closing apps in View Recent Tasks causes notification delays or prevents them entirely.
The solution:
Open Apps with important notifications (SMS, Gmail, ect).
Open View Recent Tasks. For Gestures: (Swipe up from the bottom pill and Hold). For Buttons: Tap the Square.
Press the Icon of the app you want to receive notifications and tap Lock.
Done! Enjoy your notifications.
Locking apps seems to be a Motorola feature, so your milage may vary. So far, all notifications are working perfectly with this method. Have fun!
Click to expand...
Click to collapse
Thank you so much! didn't know locking apps was possible on this phone as I didn't find the option before, you need to indeed press on the icon of the app in the upper part of the screen.
Fantastic!

Related

Hiding the Status bar for Android 4.0 tablets

I've tracked down why some apps don't changed the status bar for tablets running ICS. There was an API change where tablets now use a different method to dim the status bar. I already passed this along to the Plex team who have put it in their test build for their next release. If you have an app you'd like this put into please pass the following information along to the dev team:
Controls for system UI visibility
Since the early days of Android, the system has managed a UI component known as the status bar, which resides at the top of handset devices to deliver information such as the carrier signal, time, notifications, and so on. Android 3.0 added the system bar for tablet devices, which resides at the bottom of the screen to provide system navigation controls (Home, Back, and so forth) and also an interface for elements traditionally provided by the status bar. In Android 4.0, the system provides a new type of system UI called the navigation bar. You might consider the navigation bar a re-tuned version of the system bar designed for handsets—it provides navigation controls for devices that don’t have hardware counterparts for navigating the system, but it leaves out the system bar's notification UI and setting controls. As such, a device that provides the navigation bar also has the status bar at the top.
To this day, you can hide the status bar on handsets using the FLAG_FULLSCREEN flag. In Android 4.0, the APIs that control the system bar’s visibility have been updated to better reflect the behavior of both the system bar and navigation bar:
The SYSTEM_UI_FLAG_LOW_PROFILE flag replaces the STATUS_BAR_HIDDEN flag. When set, this flag enables “low profile" mode for the system bar or navigation bar. Navigation buttons dim and other elements in the system bar also hide. Enabling this is useful for creating more immersive games without distraction for the system navigation buttons.
The SYSTEM_UI_FLAG_VISIBLE flag replaces the STATUS_BAR_VISIBLE flag to request the system bar or navigation bar be visible.
The SYSTEM_UI_FLAG_HIDE_NAVIGATION is a new flag that requests the navigation bar hide completely. Be aware that this works only for the navigation bar used by some handsets (it does not hide the system bar on tablets). The navigation bar returns to view as soon as the system receives user input. As such, this mode is useful primarily for video playback or other cases in which the whole screen is needed but user input is not required.
You can set each of these flags for the system bar and navigation bar by calling setSystemUiVisibility() on any view in your activity. The window manager combines (OR-together) all flags from all views in your window and apply them to the system UI as long as your window has input focus. When your window loses input focus (the user navigates away from your app, or a dialog appears), your flags cease to have effect. Similarly, if you remove those views from the view hierarchy their flags no longer apply.
To synchronize other events in your activity with visibility changes to the system UI (for example, hide the action bar or other UI controls when the system UI hides), you should register a View.OnSystemUiVisibilityChangeListener to be notified when the visibility of the system bar or navigation bar changes.
See the OverscanActivity class for a demonstration of different system UI options.
from:
http://developer.android.com/sdk/android-4.0.html
Say I have an app running, how would I go home or back without the nav bar? We have no physical buttons or capacitive buttons...
Sure some apps let you quit from the app itself but others don't.
Are u saying you would like to have it duck outta the screen?
Modded by MBOK
It would be nice if it was sorta programed as it was on the GNex when in apps such as YouTube when viewing a video in full screen the buttons disappear (actually disappear not dim out) and when you touch the screen the buttons reappear.
mrokeefe said:
Say I have an app running, how would I go home or back without the nav bar? We have no physical buttons or capacitive buttons...
Sure some apps let you quit from the app itself but others don't.
Are u saying you would like to have it duck outta the screen?
Modded by MBOK
Click to expand...
Click to collapse
Button Savior.
mrokeefe said:
Say I have an app running, how would I go home or back without the nav bar? We have no physical buttons or capacitive buttons...
Sure some apps let you quit from the app itself but others don't.
Are u saying you would like to have it duck outta the screen?
Modded by MBOK
Click to expand...
Click to collapse
The buttons don't disappear, they dim; if you touch them they come back
If anything, I would love to have the app drawer button on the nav bar
Modded by MBOK
mrokeefe said:
If anything, I would love to have the app drawer button on the nav bar
Modded by MBOK
Click to expand...
Click to collapse
+1 here. im sure its a mod we'll se after bootloader. why must i reach to top right!?
+1
+1
Yep agree... this thing with menu top right and notifications bottom left is nuts. Buttons should be near the bottom where I hold it. Ideally the menu buttons (Inc app drawer) would be bottom right and notification top right.
Actually all devices have power button which can be used for getting back from fullscreen mode.
There is an issue on code.google (24546): hxxp://code.google.com/p/android/issues/detail?id=24546
I think it's pretty nice solution. Also there can be "hide" button on panel.

Enable launching notifications from lock screen?

This seems like an obvious feature? but I guess its not? I am new to Android, so any help would be apperciated.
Currently, if you get a notification (i.e. whatsapp) on the lockscreen you cannot launch this notification or reply to them by clicking on them. If you swipe down, it will launch the notification center, if you launch right or left it might dismess it. But no where does it actually open the app it self to reply or see the notification.
Is there anyway around it?
Tap it once and unlock the phone.

Disable bundling of notofications

Hi, I'm looking for a way to disable the bundling of notifications of the same app grouping into 1 notification. I especially hate this with whatsapp, where I sometimes have to swipe so much to see the different messages I got, that it's faster to just go into the app.
In this cas:,
1. I have to swipe once to expand the main notification
2. I have to swipe to see the group messages
3. Even when fully expanded, not all notifications are visible.
https://www.androidplanet.nl/wp-content/uploads/2017/01/whatsappn-1.jpg
https://www.androidplanet.nl/wp-content/uploads/2017/01/whatsappn-2.jpg
https://www.androidplanet.nl/wp-content/uploads/2017/01/whatsappn-3.jpg
Is there a way to just let it show all my notifications in separate bubbles, something like this (iOS10 plua jailbreak tweaks):
https://imgur.com/a/tAHKp

Mate 10 pro and protected apps

Please where is this function? And battery optimization permission.... Are same things ? Thank
From what I've been able to determine, there is no 'protected apps' menu option on Emui 8.
The place to adjust them is in - Settings - Battery - Launch. Personally I find Huawei's management way too agressive, so I turned off managing all automatically. Then in batch manually set everything to allowed and let Android sort it out. It doesn't seem to have made any difference to my battery life, but at least most notifications seem to work now. You could manually set only the ones you want to allow to run in the background though and it might help.
From settings - battery I also went into the settings icon top right and turned off the 'power intensive prompt' option because it was annoying - Google maps is SUPPOSED to be using frequent positioning, and my podcast app isn't much use if it isn't running in the background!
The whole power management seems to be designed for a phone with a tiny battery, where micro management is needed - but on a phone with the largest battery out of any flagship it seems needlessly aggressive....
Edit: It is also possible in the running apps/recent apps screen to click the lock icon on a program which is supposed to prevent Android from closing that app - but not sure how effective that is on EMUI.
Hello to all. I have installed in huawei mate 10 pro and I would like to use an application to notify gmail emails and whatsapp messages on always on display. use led blinker application that works properly when the phone is charging, while when it is without cable the notifications arrive only when I turn on the screen. I can think that it is a protection of consumption but I have activated all possibilities. could someone tell me what I could activate to solve this problem? thank you
This does exist. It's in the recent apps page (bottom left/right button, depending on your settings).
If you press the lock icon on an app it should "lock" the app from automatically closing.
It also prevents that app closing when you tap the recycle bin icon in the recent apps page.
This is exactly what I need, but I am running EMUI 9 on mate 10 pro and I cannot find this "lock"!! Yet I am sure I have seen it at some point in time... X-(
I just got the Android Pie/EMUI 9 upgrade last week and I found the lock by accident. When viewing your apps in the recents view, find the app you want to lock and drag it down towards the trash icon. You should now see the lock icon for that app at the top, and it should be protected from clearing recents. Clicking the lock or dragging it down again should toggle the lock.
On recent apps list, slide down the app window to lock - lock pad on top. Slide again to unlock

App or setting that can disable Notification shade(not notifications) in games.

I want to disable the notification shade entirely as its very irritating mid game. sometimes even pulls down the whole notification area since I use claw many buttons near the top of screen.
google only give solutions to disable notifications not the bar itself.
im currently unrooted and on stock rom don't mind unlocking and flashing if necessary.
I use full screen mode with gestures not buttons like shown in screenshot, enabled for getting using screenshot shortcut only (by long press back button)

Categories

Resources