[Q] Integrated facebook blocks background task FB app? - Windows Phone 8 Q&A, Help & Troubleshooting

Hi all,
Got my 8X few days ago, and I ran into a weird issue. I noticed that the Facebook App notifications weren't working. I did however receive tile count on the Me-tile. I had a look in settings and I noticed that the background task for facebook app was blocked. The "turn on background back on for this app next time I open it" was checked, by even after starting app, or restarting phone, and starting app the task was still blocked.
After re-installing the facebook app the task got the allowed status. Everything worked, counts on tile and lockscreen, lockscreen photo background, etc... But then I noticed Facebook account in Settings/E-mail+accounts had 'not up to date' status. When I clicked 'show password' I got ******* instead of my password. Correcting the password and updating the account resulted in facebook app background task being blocked again.
I hope I'm making sense here... Anyone can reproduce this or is it only me?
Thank you in advance,
Grtz
Lukas

I too noticed that Facebook was blocked as a background task, but, my push notifications have worked perfectly despite it being blocked.
I decided to uninstall and re-install it to see if I could get it unblocked like you have, and when i check the background tasks settings, Facebook is no longer listed there. Keep in mind that background tasks do not control push notifications. Push notifications and background tasks are separate features of the phone. You can have push notifications running, and not have background tasks.
I assume Facebook uses background tasks to change the lockscreen wallpaper (if you enable this), and that's about it. Background tasks specifically allow a very limited set of operations for a specific amount of time at specific intervals of time. They can only do what the Windows Phone 8 SDK allows them to do, which is not a whole lot, but usually just enough to make it seem like your application is always doing something in the background.

Thnx for your reply prjkthack.
I was wrong in assuming this was an issue, and your post pushed me in the right direction.
I think it's like this:
1. no background task: fb app not installed, or installed but no lockscreen settings configured ("not now" while in the startup wizard)
2. blocked background task: you've used the lockscreen fb background, but switched that off, and are currently using another lockscreen. That's why the task is blocked.
3. allowed background task: you are using the fb wallpaper on your lockscreen.
Thank you for clarifying that background task have nothing to do with push. Did not realise that.
Thnx,
Lukas

Related

Is there a way to turn off alerts/alarms coming from the S planner?

Is there a way to turn off alerts/alarms coming from the S planner?
I'm planning on using Calengoo.
Won't the alerts double? One coming from S-planner and the other coming from Calengoo?
I cannot turn of the calendars in S planner as Calengoo seems to need it to be able to get calendar data from my google account (I don't want to give Calengoo my login details, thus it is syncing from my Android device which is syncing to my Google Account)
Thanks for what enlightenment you guys can give.
I, too, would love some advice on this issue. Just using Outlook and the S Calendar. What I would like to do is to turn off the spoken notifications but still receive an event notification in the notification bar. And I still want the phone to ring.
What about "Set alarms and notifications" option in s planner options accessible after pressing menu key? I can set "Alarm", "Notification", "Disabled". There is another menu entry for vibration...
Thanks. But the problem with choosing to disable it is that I no longer receive any notification. I would like a notice in the notification bar - I just don't want my notification bar speaking. I tried changing the notification sound volume to zero. That worked to silence notifications about texts (but I still get the vibrate). But my calender still speaks.
Well, I found a fix for my problem, but it won't help the OP. Turns out the phone was in driving mode and that overrode application settings.

[Q] notifications on w8

I have a question. If you have installed yahoo messenger and you press the home button (putting the app in multitasking) will I still receve incoming notifications from that app(yahoo messenger)? This can go on for many other apps. Does it work like in android? If you press the home button when in an app that app will still run in the background, and receve notifications.
Hope I was clear enough. Sorry for my bad English.
It does not work like Android, in that backgrounded apps do not continue running. They are preserved for a quick restart, but the app itself is suspended to prevent it from consuming CPU time and bettery life (one of the major problems on Android is that it's often difficult to get an app to *stop* wasting battery life).
However, apps can register a special background task in the OS to handle "push notifications" - that is, messages from external server that the phone will receive and display even if the app isn't running at all - and it is extremely common for IM apps to support them. Check the Settings for the app; there should be a section about push notifications. Enable those, and you'll get an alert when a message arrives. Tap the alert to open the app so you can respond; swipe the alert off-screen to the right (or just ignore it for a few seconds) to dismiss it.
I'm not currently owning any w8 device but i'm planning on buying a 620 or 8s. can't decide.(this is my budget)
Thanks for your answer ! :good:

Possible to use Tasker with Active Display?

I posted this in the Themes and Apps subforum a week ago and got no responses. I was wondering if anyone proficient at Tasker knows how to modify Active Display/Notifications.
For instance, is it possible to use Tasker to dictate what notifications will show up on Active Display depending on the time of day? So, when I'm at work, I'd like to disable (i.e., uncheck) all corporate email notifications (but only as they appear in Active Display) since I get those notifications on my PC anyway. If not, maybe I need to just disable corporate email notifications globally during that period of time, which would be a less desirable solution.
I could be wrong, but I think Tasker can only do something like that if the app is setup as a plugin to work with Tasker.
There very well may be an easier/better way to do it, but if you're rooted you can run shell commands to simulate touch input on the device. You could have a task to open the Active Notifications settings, and simulate the input of tapping the checkboxes you wanted to enable/disable, and run different tasks to set/remove them based on time/location/etc.
Like I said, there may be an easier way that I am not aware of, but that comes to mind.
eyc said:
I posted this in the Themes and Apps subforum a week ago and got not responses. I was wondering if anyone that is proficient with Tasker knows how to modify modify Active Display/Notifications.
For instance, is it possible to use Tasker to dictate what notifications will show up on Active Display depending on the time of day? So, when I'm at work, I'd like to disable (i.e., uncheck) all corporate email notifications (but only on Active Display) since I get those notifications on my PC anyway. If not, maybe I need to just disable corporate email notifications globally during that period of time, which would be a less desirable solution.
Click to expand...
Click to collapse
thats actually a genius idea...unsure if we can change the active notification setting, but maybe use tasker to clear the notification from the status bar then maybe bring it back (or a tasker notification with smiliar messaging) about the skipped notification on unlock.
StephenMilone said:
thats actually a genius idea...unsure if we can change the active notification setting, but maybe use tasker to clear the notification from the status bar then maybe bring it back (or a tasker notification with smiliar messaging) about the skipped notification on unlock.
Click to expand...
Click to collapse
Well it could definitely toggle the setting. I've used it to run some actions within apps before (apps that I wanted to "manually" sync on a specific schedule. You define the shell commands as:
Code:
input tap X Y
or
input swipe X1 Y1 X2 Y2
So you'd launch "settings", find the coordinates of the Active Display button, set it to tap there, find and set the coords for "manage notification types", and the associated apps. This could be tough if you add/remove apps a lot, because the coordinates would change if a new app falls in the list ahead of one you have setup to use this method, but it would work.
You could also fire a notification from Tasker when the task is executed to tell you that the selected apps are behind hidden.
This is exactly what I wanted. How and where can I input this shell command? And how can I find the coordinates?

Cannot alter Gmail notification settings

Hi
I am having a very odd problem on my Mi 8, Global Rom, MIUI 9.6.1
If I try to customise Gmail notifications (Nofications>>App notifications>>Gmail) I can adjust the basic notification settings.
But if I go into the Gmail app and try to adjust the more specific notifications settings there, nothing works:
Gmail>>Settings>>General settings>>Manage notifications There are sliders for notifications for email, attachments etc. But when I slide them and exit the page, if i go back in they have reset themselves.
and
Gmail>>Settings>>[email protected]>>Manage notifcations I cannot change the importance level, and if I turn on Blink light and exit the page, when I go back in it has turned itself off again.
As a result, I have almost no control over the notifications in Gmail.
I have uninstalled all Gmail updates and reinstalled. But it made no difference. Is this a conflict between MIUI notifications and stock Android notifications? Anyone else having this issue?
Thanks
Same issue
I have the same issue, with the same ROM.
I've tried everything I found on the internet on this subject, without any results.
I just don't get Gmail notifications. All remaining notifications work just fine. Also tried with Inbox instead of Gmail, but still no notifications!
Same on 10.0.0.3
Anyone managed to solve this?
I have same problem, can't change Gmail (also Chrome) notification settings.

Question Notifications not showing on lock screen

So this is weird. I am not using dark mode. I removed Vivo.pem. I followed (I think) all the instructions to activate notifications. At the begginning my notifications come perfectly everywhere(I have it to light the screen when notification comes).
However, after a while or a few minutes the meesages still come but the screen does not light up nor does anything show on lockscreen. They do show on the dropdown screen and they do show on the app icon as well.
I use Nova usually, I tried with and without Nova to no avail. However when I reboot the messages show (sometimes) on lockscreen..afterwhich they stop. its like something blocks all notification to lockscreen after a while.
Did I miss someting in the instructions?
rudabb said:
So this is weird. I am not using dark mode. I removed Vivo.pem. I followed (I think) all the instructions to activate notifications. At the begginning my notifications come perfectly everywhere(I have it to light the screen when notification comes).
However, after a while or a few minutes the meesages still come but the screen does not light up nor does anything show on lockscreen. They do show on the dropdown screen and they do show on the app icon as well.
I use Nova usually, I tried with and without Nova to no avail. However when I reboot the messages show (sometimes) on lockscreen..afterwhich they stop. its like something blocks all notification to lockscreen after a while.
Did I miss someting in the instructions?
Click to expand...
Click to collapse
Set your lockscreen notifications this way . Than individually allow apps you want to show notifications on lockscreen . And you're good to go .
I do(I think).
It's not about the lighting of the screen per say,it's about the messages not showing(or screen lighting) after a while on the lockscreen. It becomes a clean lockscreen ..but when I go to drop down menu or check the badges on the apps they are all there.
Again it works sometimes at the beginning then stops populating the lockscreen
I don't know if it works for you or not but try these for the apps you wanna get the notifications.
1. Disable Allow smart notification control.
2. Enable the settings from 2nd screenshot.
ah..ok I see...will give it a shot
kairukaizer99 said:
I don't know if it works for you or not but try these for the apps you wanna get the notifications.
1. Disable Allow smart notification control.
2. Enable the settings from 2nd screenshot.
View attachment 5834325View attachment 5834331
Click to expand...
Click to collapse
Mine doesn't have that option.
"Allow Smart notification control"
Mine doesn't either ..but I think that there is a general setting that says enable and disable which makes it not show on a per app level.
On another note..the messages all of a sudden started to show. And I did NOTHING DIFFERENT. I had the exact settings as in attachments.I had previously rebooted the phone like many times to no avail.
I know we're beating a deadhorse with vivo notifications, but man how can someone mess up something so simple ....and it's so hard to figure it out when you can't really replicate it .
I have this thought: If the notifications are still coming but just not showing on the lock screen, on Samsung phones (S21, S22....) also, it just notifies the app icon. notifications come in without lighting up the screen and showing a summary of what is being notified normally like other phones. I fixed it with a Glimpse Notifications software available on the Play Store. All incoming notifications will light up the lock screen and show a summary of the content like other phones

Categories

Resources