Developer Warning for package - Samsung Galaxy S9+ Questions & Answers

I am getting the error message: "developer warning for package failed to post notification on channel null" on some of the apps i use.
How can i get rid of it?

TegraY said:
I am getting the error message: "developer warning for package failed to post notification on channel null" on some of the apps i use.
How can i get rid of it?
Click to expand...
Click to collapse
You can't unless your the developer of the app and write the code. If your not then the developer who codes the apps needs to fix that.
Google searching the error shows stuff like this (to give you an example why it's a code issue)
https://code.tutsplus.com/tutorials/android-o-how-to-use-notification-channels--cms-28616

scottusa2008 said:
You can't unless your the developer of the app and write the code. If your not then the developer who codes the apps needs to fix that.
Google searching the error shows stuff like this (to give you an example why it's a code issue)
Click to expand...
Click to collapse
Thanks for replying.
I am geting this error message when i open the facebook or google chrome app. I am from austria and noticed this error when i was opening the app named quando. My friend has also the Galaxy s9 and he is not getting this error messages.
Does it has somthing to do with the development tools option that i activated on my phone?

TegraY said:
Thanks for replying.
I am geting this error message when i open the facebook or google chrome app. I am from austria and noticed this error when i was opening the app named quando. My friend has also the Galaxy s9 and he is not getting this error messages.
Does it has somthing to do with the development tools option that i activated on my phone?
Click to expand...
Click to collapse
No, enabling developer options should not do this. If your wanting to find out for sure then just simply turn off developer options.
Taking the time to read the link I posted should help fill in what is going on. But it is a bit techy so I will try to summarize as best as I can. Android notifications have to be associated with a channel. If no channel is specified (or doesn't exist if it was) then the notification can't go anywhere and gets stuck in "null" space (pardon the sci-fi term).
As an example... Facebook wants to let you know something important, so it sends a Facebook notification via the Facebook notification channel. Up pops a notification that lets you know what Facebook had to tell you.
Now this example deals with the error your seeing. Using Facebook as an example again for this... Facebook wants to let you know something important. Facebook tries to send you a notification but when it tries to open the notification channel it can not. Because the software encountered a problem it lets you know that the notification couldn't because it couldn't find the channel to use for sending it.
Now I know you said your friend has the same phone and about the only difference(s) I can think of that would cause an issue like this is your running an older (or beta build) android OS. If your using a custom rom then you should get in touch with the people who created the rom and see what they can do to help.
Still even if none of those apply the developer of the software your using would have to resolve the issue. At the very least they are the best people to contact over your issue since they know more about the software they made

Wrong
I have this problem when I open messenger or when I chat with someone shows me this ""developer warning for package com.facebook.katana failed to post notification on channel null"" how can I solves this

Imirub said:
I have this problem when I open messenger or when I chat with someone shows me this ""developer warning for package com.facebook.katana failed to post notification on channel null"" how can I solves this
Click to expand...
Click to collapse
The answer given is not wrong, feel free to Google search the error cuz it tells you the same thing I did. I even posted a link detailing the issue.
You have 4 options really
1. Get a hold of Facebook and have them fix the problem with the Facebook messenger software
2. Check if "show notification channel warnings" is toggled under developer options (if you have it enabled). If it is try toggling it off and see if that helps. if it doesn't then you have to go with option 1
3. If your using a custom rom (or modification to stock rom) contact the people who made the rom (or modification) and see if they have any ideas. When you guys ask for you don't indicate if your using stock, custom or modified OS's on your phone.. so this option might not apply, but its here as a "just in case it does".
4. Using a modified/custom apk? Did you get the apk from another source other then Google play? Did you do anything to the phone? You can try uninstalling the app and reinstalling it from Google play. If you did anything to the phone you can try factory resetting it, which would remove all your apps and reset the phone to its default settings. A factory reset would be a last resort IMHO because this means you have to set everything back up from scratch. If you do end up factory resetting the phone install messenger first and see if you get the same error. If this option doesn't apply then you gonna have to go with option 1.
Under normal circumstances you shouldn't be seeing this error, especially with a major brand like facebook. So I would start with what with (or on) your phone might be causing the problem. If the issue happens with Facebook messenger only then I suggest you contact Facebook for help.

scottusa2008 said:
2. Check if "show notification channel warnings" is toggled under developer options (if you have it enabled). If it is try toggling it off and see if that helps. if it doesn't then you have to go with option 1.
Click to expand...
Click to collapse
Thank you! This one solved the problem!
The thread can be closed or marked as solved.

Related

Spyware, and how to figure out what installed it.

Ok, maybe I'm in the wrong place. But here goes.
My phone is trying to send text to paid numbers behind my back. I'm using prepaid so it doesn't work. I get a "You have insufficient funds to send this text" message daily, at random times.
I have no pirated apps. Everything on my phone came straight from the market. However, I've not installed a single one of the apps that was on the recent list all over tech sites.
I'm planning on reflashing with a different rom and changing all the passwords that were stored on my phone.
BUT.
Before I do this, I want to find out which app is causing this behavior. Any Ideas on how to find out what is sending random text from my phone (they don't show up in the messaging app)
viogrep said:
Ok, maybe I'm in the wrong place. But here goes.
My phone is trying to send text to paid numbers behind my back. I'm using prepaid so it doesn't work. I get a "You have insufficient funds to send this text" message daily, at random times.
I have no pirated apps. Everything on my phone came straight from the market. However, I've not installed a single one of the apps that was on the recent list all over tech sites.
I'm planning on reflashing with a different rom and changing all the passwords that were stored on my phone.
BUT.
Before I do this, I want to find out which app is causing this behavior. Any Ideas on how to find out what is sending random text from my phone (they don't show up in the messaging app)
Click to expand...
Click to collapse
Install a android antivirus and firewall like Lookout.
Sent from my GingerBread Eris using XDA App
lookout finds nothing. All the other AV software fails to install. "Unknown error -18"
i have plenty of free space.
viogrep,
I wrote a novel, but then thought I should just ask a few preliminary questions:
Q1) does the error message contain any useful "hints", such as the destination number ?
Q2) if you use a logcat - capturing app, does anything show up in the logcat right around the time the message is generated which might provide some further clues?
There's a lot of different techniques you can use, but they require a bit of effort - not only to perform, but to explain, too.
Q3) Are you willing to post up the output of the "ps" command to a pastebin?
Q4) What apps on your phone request "SEND_SMS" privileges? You can find out with
Code:
strings /data/system/packages.xml > /sdcard/strings-pkgs-xml.txt
and then poking through the "strings-pkgs-xml.txt" file. When you see (for instance)
name="android.permission.SEND_SMS"
the immediately prior package is what requested it. Either that or you can do something tricky like
Code:
strings /data/system/packages.xml | awk '/<package name/{pkg=$2;}; /_SMS/{print pkg, $2;}'
bftb0
1. No destination number in the error. Sorry.
2. Also, no clues in logcat from what I've seen.
3. PS > http://pastebin.com/iUAfP9Yb
4. Besides the default gapps, the only other app with SEND_SMS priv. is Koxx Pure Messenger. (Purchased from the market, Have had for awhile, the sms sending is new)
Going to try to call my provider and see if I can get the number that's been denied because of funds.
*edit* No luck with provider.
I'd really like to know whats doing it so I don't install the same app once I flash. Luckily I keep nothing important on my phone. Its gmail account is actually a duplicate with my original forwarding to it. I'm a tiny bit overprotective over my email(address). :x
viogrep said:
4. Besides the default gapps, the only other app with SEND_SMS priv. is Koxx Pure Messenger. (Purchased from the market, Have had for awhile, the sms sending is new)
Click to expand...
Click to collapse
I know that it isn't necessarily this simple, but if that really is the only other app besides the GAPPs with SMS priveledges, especially coupled with the knowledge that the SMS capability is new, I think you have your answer.
If you tried a new ROM and restored all but that one app, and the problem never happens again then you can be 95% sure. Only way to be 100% sure is that after a certain length of time without a problem (a week?) you reinstall Koxx and then if the problem starts happening again.
I looked through your "ps" listing.
Didn't see anything too obvious sticking out at me; there were a couple of non-market apps running though. I know that there is no theoretical reason why non-market apps would be malicious - on the other hand, I sort of wonder why they are not on the market... you know what I mean? What is stopping them? (In the case of Tubemate - which was actually kicked off of Google's market, my suspicions are even higher. I realize it was not kicked off because of malware; but still...)
These were the only processes that were either not on my phone, or I didn't really recognize.
Code:
com.dylan.tube = [Non-Market App] Tubemate
com.gau.golauncherex.notification = GO Launcher EX (READ SMS)
com.levelup.beautifulwidgets = Beautiful Widgets (LevelUp)?
com.revsodev.volumecontrol = [Non-Market App] Volume Control (Cyrket?)
com.swype.android.inputmethod = Swype?
com.tencent.research.drop = QQPlayer (no perms req'd?)
net.bajawa.battery = BattStatt (no perms req'd?)
org.sipdroid.sipua = Sipdroid VoIP + video
The Road Warrior has an idea which is sort of useful; but I'll modify it to use binary division.
Start with a freshly installed, clean ROM, and only install half of your apps. (I would put all of your most frequently used apps in the first half, and delay any non-market apps as long as possible). Here's how this goes:
- if the "half" you put on the phone is trouble-free (long enough to know the SMS popup thing is not going on), then, install half of the remaining apps, and wait again to see if there is a problem.
- if the "half" you put on the phone develops trouble, then you know that the problem app is in that group. Wipe the phone and re-install all prior "halves" (that caused no trouble), but split the current half (the group containing the suspect app) in half, and only install that. Proceed in this fashion until you are down to the app which causes the trouble.
If you have 128 apps on your phone, and you wait 1 day between installations, it will take 7 days to find the malicious app. (And if you don't get a failure within the first two days, your phone will have 3/4s of it's apps installed - that's not too bad).
The thing is though, even if you had an app compromise your phone, it might not be an "app" that is doing the dirty work any longer. For example, the most recently discovered malware ran rooting exploits against the device, and once successful, downloaded and installed "other stuff". That "other stuff" could be native binaries. So, examining permissions in the system manifest doesn't necessarily guarantee that you have exhaustively looked at your phone, or discovered all possible means of interacting with the SMS system.
It might be "just an app", though - and if it were me, the first ones that I would suspect are non-Market apps, or apps that *cough* got downloaded from "freeware" sites.
Thanks for the responses. I actually did a fresh flash last night. First thing I installed was tubemate (running through non market apps) and it did it. Ironically I added some money to my account to see if I could get the number it was trying to text. Apparently it still couldn't go through.
Sent from my FroShedYo V10-ERIS using XDA App
I had a game from a Chinese developer that stole my gmail. Log into yours from the website and see if you get a red warning.
Sent from my GSBv1.9 ERIS using XDA App
viogrep said:
Thanks for the responses. I actually did a fresh flash last night. First thing I installed was tubemate (running through non market apps) and it did it. Ironically I added some money to my account to see if I could get the number it was trying to text. Apparently it still couldn't go through.
Sent from my FroShedYo V10-ERIS using XDA App
Click to expand...
Click to collapse
I'm always amazed when something I suggested actually works. LOL. It's just that I'm used to things being more complicated than I hope.
Glad you figured out the trouble!
Thanks bt and RW for the help.
As far as the gmail thing... I use a different gmail address on my phone with email forwarded (different pass)...
If it gets taken I just stop the forwarding and make a new one. Makes things a more simple. Sure, they can see past emails, but they cant request passes/info from other sites... (I also monitor the login IPs in gmail, religiously. Just a habbit.)
viogrep said:
Thanks bt and RW for the help.
As far as the gmail thing... I use a different gmail address on my phone with email forwarded (different pass)...
If it gets taken I just stop the forwarding and make a new one. Makes things a more simple. Sure, they can see past emails, but they cant request passes/info from other sites... (I also monitor the login IPs in gmail, religiously. Just a habbit.)
Click to expand...
Click to collapse
You're welcome. You could just change your password from the web if your phone gets stolen.
Especially since it's the gmail address you use on your phone that everything is sync'd to, not the one that's forwarding to it. So if you got another Android phone you'd lose all your contact info and bought and installed apps info, calendar and such. Unless you sync them manually which is so much harder in my experience.
Or you could use one of the many free apps out there that would let you remotely do many things to your phone. Turn the GPS on, triangulate your phone, make your phone scream, do a factory reset to erase everything...
Just a suggestion.

[Q] Facebook for HTC Sense

I haven't seen any posts related to this... but I also haven't scavanged through the many pages of this forum (I did a search at least)
I cannot connect to Facebook for HTC Sense. I did notice it was not in the lists of apps or widgets, but I was able to get the application to ask me for a user name and password and I get "Service is unavailable. Do you want to retry?"
Anyone else getting this, and if so are there any known fixes?
Once I found out the OTA was ok. I took it, then rooted. That way when S-OFF and fully rooted I had a fully up to date rom, and didn't have to bother finding one to flash.
As it stands its ok, but I imagine not for long.
tonyh703 said:
I haven't seen any posts related to this... but I also haven't scavanged through the many pages of this forum (I did a search at least)
I cannot connect to Facebook for HTC Sense. I did notice it was not in the lists of apps or widgets, but I was able to get the application to ask me for a user name and password and I get "Service is unavailable. Do you want to retry?"
Anyone else getting this, and if so are there any known fixes?
Click to expand...
Click to collapse
I haven't had this happen with Facebook, but here's what I would try:
Go into settings>applications>manage applications....then in the top tab tap "all". Scroll down to "Facebook for HTC Sense" and tap it. Then tap "clear data". Exit back to the main settings page. Finally go into "Accounts & sync" then add "Facebook for HTC Sense" to your sync list and try to log in again.
tonyh703 said:
I haven't seen any posts related to this... but I also haven't scavanged through the many pages of this forum (I did a search at least)
I cannot connect to Facebook for HTC Sense. I did notice it was not in the lists of apps or widgets, but I was able to get the application to ask me for a user name and password and I get "Service is unavailable. Do you want to retry?"
Anyone else getting this, and if so are there any known fixes?
Click to expand...
Click to collapse
I had that happen to me after flashing a ROM. I actually needed to go onto my facebook page from my PC, and then go into the settings and remove Facebook for HTC sense from the list of recognized devices, or something along those lines. Not sure why I needed to do that, but that's what it took to fix it. I believe you go to 'account', and then 'account settings', and then somewhere in there. I think it's in the security tab, to the left...but not positive. If nothing else you try works, give that a try.

ChatOn: Can't complete registration

Has anyone had any issues registering within the ChatOn app? I am able to get my verification code via text msg (which is automatically filled in and skips to next step), but when I enter my name I get an endless "Waiting..." progress meter. (Trying to register through the website only refers me back to the app.)
I tried this over LTE and wireless without any success. I did notice the keyboard icon in the notification bar, and the notice says "Ongoing: Select input type" (or something similar), so I wondered if it got stuck on that step somewhere. I do select my keyboard there (Swiftkey) without any result.
I've also tried using the default Samsung keyboard, but same thing.
Have you tried to uninstall and reinstall the app?
Tutsumi said:
Have you tried to uninstall and reinstall the app?
Click to expand...
Click to collapse
Yep, I did that a few times. But I forgot that this is no longer an issue. Shortly after posting the thread, the I was able to complete the installation.
I've since disabled the app. I was under the impression it was a catch-all messenger, not that it required setting up on other peoples' phones too. I really just wanted to have something that I could both MSN in general and BBM my sister (who's stuck on BB).
Thx

WhatsApp Popup notifications

Hey, Im a heavy user of WhatsApp. I use it for most communication on my phone. However recently I have become frustrated with how WhatsApp always displays when I am online or whenI was last online. I just feel its an invasion of my privacy sometimes.
So I know the basics I can do to prevent this.
1. Not open WhatsApp!
2. Disable my data connection - however this kind of makes my phone a brick!
3. Enable Popup notifications.
Now point no 3. Ive been told that if you have a pop up notification on screen, you can read the message and it will not show you as being online or change your last online status as long as you dont click open. Can anyone confirm if this is true?
Thanks
Craig
Firewall
cb25 said:
Hey, Im a heavy user of WhatsApp. I use it for most communication on my phone. However recently I have become frustrated with how WhatsApp always displays when I am online or whenI was last online. I just feel its an invasion of my privacy sometimes.
So I know the basics I can do to prevent this.
1. Not open WhatsApp!
2. Disable my data connection - however this kind of makes my phone a brick!
3. Enable Popup notifications.
Now point no 3. Ive been told that if you have a pop up notification on screen, you can read the message and it will not show you as being online or change your last online status as long as you dont click open. Can anyone confirm if this is true?
Thanks
Craig
Click to expand...
Click to collapse
Have you thought about taking whatsapp the internet connection away when you don't want to be accessible ? with a firewall?
cb25 said:
Hey, Im a heavy user of WhatsApp. I use it for most communication on my phone. However recently I have become frustrated with how WhatsApp always displays when I am online or whenI was last online. I just feel its an invasion of my privacy sometimes.
So I know the basics I can do to prevent this.
1. Not open WhatsApp!
2. Disable my data connection - however this kind of makes my phone a brick!
3. Enable Popup notifications.
Now point no 3. Ive been told that if you have a pop up notification on screen, you can read the message and it will not show you as being online or change your last online status as long as you dont click open. Can anyone confirm if this is true?
Thanks
Craig
Click to expand...
Click to collapse
last time if you enable pop up and view your message it doesnt show you online it shows you last seen now as long as you touch the pop up it will show you online straight.
cheers.
galaxy16 said:
last time if you enable pop up and view your message it doesnt show you online it shows you last seen now as long as you touch the pop up it will show you online straight.
cheers.
Click to expand...
Click to collapse
send mail to whatsapp and say make same option like iphone to "show last time online" got a option to disable or enable
Have you tried the WhatsApp Plus?
http://forum.xda-developers.com/showthread.php?t=1624514

[GUIDE] Getting notifications back after GMS install hack on Huawei phone

[GUIDE] Getting notifications back after GMS install hack on Huawei phone
This is the method that I used to get notifications back on my P40Pro+ after a GMS hack install. I am not saying it will work for everyone and indeed if you need Google location tools on all the time, dont follow this but if your not too worried, then have a read. It has been taken from other guides out there and a little bit of my own for testing. It can be reversed and backed out of it you dont like it but as I keep getting questions on Facebook about how I done it, I thought I would share it with you too.
In this method you will need :
Huawei multitool V8 from here
Push Notification Tester from Playstore here or wherever you get your apps from
Disabling GSF
Disable Google Services Framework (GSF) using Huawei Multitool v8.
Using this tool on a Windows PC, you will find a section in the Modifications section for disabling apps on a adb connected phone to the app. Connect your phone and select show system apps and look for 'com.google.android.gsf' and select 'disable'.
See image below attached 'Multitool V8 Disabled app'
I disable (GSF) using this as it is easier for me than to use icebox or other freezer apps.
To test notifications are now working
Once disabled check that you can now receive notifications by opening Push Notification Tester installed from Playstore before starting this, will allow you to test notifications. With GSF disabled, they should now work as they should. See attached screen shots below 1-4.
Another way to test them is to just send your self an email. Just make sure you have notifications set in the setting menu first. You can try the notification tester in Outlook but does time out a lot but perseverance can prove it works but an email to your self is just as good. See screen shots 6 and 7 for where this is in the outlook help pages. Screenshot 8 shows Outlook notifications working.
The reason this works I believe is that most apps relying on GMS, their notifications work through GSF and with the GMS hack, they can't, so by disabling GSF, they can use their own default route again, through themselves.
The downside is that with GSF disabled, Google Playstore no longer works and also Google location history, there may be more but it has no real affect unless you rely on them (I dont). Maps still work with directions, Waze too but not your history or phone location via Google. Find you phone via Huawei still works obviously, so you still have other options. Of course, you can use Aurora Playstore instead or any other playstore option and if you have paid apps through Googles Playstore, then you can go to GSF in settings/apps on your phone and enable GSF (see screen shot 5 below) or via the Multi tool V8 again, download your paid app update etc and then disable it via multitool v8 after to get notifications back.
Thanks for the guide, wierd issue for me. Once my phone is conencted, and i disable the service via the Multi Tool, i still have access to the Playstore.
Going to apps -> system prcoesses, it doesnt have the disabled text next to the process. if i click on it, it says "Enable" and "Force Stop". Which initially leads me to think this has been disabled. Then once i go to Push Notification Tester, it fails on step 3 - Register for Push Notifications.
You should not have Playstore access. You dont have any work accounts installed? They have 2 gsf's etc. I would use the muti tool to check for disabled apps. It should show gsf.
May be re do?
I am able to enable and use Playstore, then disable it again to get notifications back at will, so you should too.
Sathelp said:
You should not have Playstore access. You dont have any work accounts installed? They have 2 gsf's etc. I would use the muti tool to check for disabled apps. It should show gsf.
May be re do?
I am able to enable and use Playstore, then disable it again to get notifications back at will, so you should too.
Click to expand...
Click to collapse
I think I know the issue. I have installed GSM the old way (which used to work). If you look at the start of this video he shows two devices ( both with GSM) one which fails the notification tester app, and one which passes. He then uses the icebox method to grt notifications on the phone which passes the tests
https://youtu.be/A4889MUA9EQ
I think I may have to factory reset and use this new method ??
Good luck and if you do, please let us know what method is currently working.
Can you please check for me, if it's possible to install the game jw alive with this method? Offer 5€ via Paypal for this. Just write your Email via PM
Sathelp said:
[GUIDE] Getting notifications back after GMS install hack on Huawei phone
This is the method that I used to get notifications back on my P40Pro+ after a GMS hack install. I am not saying it will work for everyone and indeed if you need Google location tools on all the time, dont follow this but if your not too worried, then have a read. It has been taken from other guides out there and a little bit of my own for testing. It can be reversed and backed out of it you dont like it but as I keep getting questions on Facebook about how I done it, I thought I would share it with you too.
In this method you will need :
Huawei multitool V8 from here
Push Notification Tester from Playstore here or wherever you get your apps from
Disabling GSF
Disable Google Services Framework (GSF) using Huawei Multitool v8.
Using this tool on a Windows PC, you will find a section in the Modifications section for disabling apps on a adb connected phone to the app. Connect your phone and select show system apps and look for 'com.google.android.gsf' and select 'disable'.
See image below attached 'Multitool V8 Disabled app'
I disable (GSF) using this as it is easier for me than to use icebox or other freezer apps.
To test notifications are now working
Once disabled check that you can now receive notifications by opening Push Notification Tester installed from Playstore before starting this, will allow you to test notifications. With GSF disabled, they should now work as they should. See attached screen shots below 1-4.
Another way to test them is to just send your self an email. Just make sure you have notifications set in the setting menu first. You can try the notification tester in Outlook but does time out a lot but perseverance can prove it works but an email to your self is just as good. See screen shots 6 and 7 for where this is in the outlook help pages. Screenshot 8 shows Outlook notifications working.
The reason this works I believe is that most apps relying on GMS, their notifications work through GSF and with the GMS hack, they can't, so by disabling GSF, they can use their own default route again, through themselves.
The downside is that with GSF disabled, Google Playstore no longer works and also Google location history, there may be more but it has no real affect unless you rely on them (I dont). Maps still work with directions, Waze too but not your history or phone location via Google. Find you phone via Huawei still works obviously, so you still have other options. Of course, you can use Aurora Playstore instead or any other playstore option and if you have paid apps through Googles Playstore, then you can go to GSF in settings/apps on your phone and enable GSF (see screen shot 5 below) or via the Multi tool V8 again, download your paid app update etc and then disable it via multitool v8 after to get notifications back.
Click to expand...
Click to collapse
As of today, i can confirm that this method works for notifications, just make sure to restart your device after disabling / enabling.
As for the push notifications, gmail not working for me, outlook works. other apps works too, but from time to time it doesnt push properly, maybe battery optimisation or something i dont know. any idea for this issue?
anyone have any updates on this? I too have the problem - random notifications come in (usually a bunch coupled together)....Trying to figure out a real solution. Any one have any luck?
Sathelp said:
[GUIDE] Getting notifications back after GMS install hack on Huawei phone
[ ... ] Of course, you can use Aurora Playstore instead or any other playstore option and if you have paid apps through Googles Playstore, then you can go to GSF in settings/apps on your phone and enable GSF (see screen shot 5 below) or via the Multi tool V8 again, download your paid app update etc and then disable it via multitool v8 after to get notifications back.
Click to expand...
Click to collapse
@Sathelp -> When you say this at the previous quote message, you really can tell that I can disabled and then enable GSF to receive notifications and then use Play Store ?? Right ??
Will have message issues that "Google requires an action ... etc" and I must reinstall all GMS if I enable GSF again ??
My guide was based on A10 at launch. I used the G app with a back date to get my GMS before it was blocked. Using that at the time worked fine. Disable GMS using adb command enabled notifications as they worked through HMS. I just enabled GMS to run playstore, get and update apps and then disable it for normal use.
As I have not downgraded or used googlefyer etc, I can't say how it will work with these newer methods.
The idea of the workaround to deactivate GSF for receiving push notifications emerged in April or Mai 2020. Over half a year has passed now... Maybe there is a better solution now to have GSF activated and get all push notifications? It would still be great to have a working play store and the notifications!
Any progress in that matter? Any new ideas?
jediknight23 said:
The idea of the workaround to deactivate GSF for receiving push notifications emerged in April or Mai 2020. Over half a year has passed now... Maybe there is a better solution now to have GSF activated and get all push notifications? It would still be great to have a working play store and the notifications!
Any progress in that matter? Any new ideas?
Click to expand...
Click to collapse
We're looking for something at this thread, we can keep GSF unfrozen and get push notificacions ... but after 12 hours Play Protect errors started to appear.
There are at least two users that they haven't this issue and all it works fine ...
How to get notification without freezing GSF
Below is a third version of the guide (ok, it's 3.5). As of January, 15th I've added great finding by @Seresseran1. Thanks man! The below guide will provide you with fully working Google services, play store will work, push notifications will...
forum.xda-developers.com
This sounds great, thx
And because this doesn't work on all devices yet:
Maybe another possible solution could be to let the desired apps only *think* that GSF is not available. So that they try using their own default route again...
But hot could that be accomplished. Maybe via App Cloner?
[QUOTE = "jediknight23, publicación: 84352697, miembro: 5844526"]
[/CITAR]
Maybe ... You can add this reply there ... Any suggestions are welcome !!!
the notification tester failed by register for push notifications and Connection to server.
whats my problem?
chrishess said:
the notification tester failed by register for push notifications and Connection to server.
whats my problem?
Click to expand...
Click to collapse
same here !

Categories

Resources