Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android 15 support #21

Open
david79111 opened this issue Oct 14, 2024 · 4 comments
Open

android 15 support #21

david79111 opened this issue Oct 14, 2024 · 4 comments
Labels

Comments

@david79111
Copy link

when trying to install microg gsf on lineage os android 15 it says app not compatible

Screenshot_20241014-164729_Package installer

@david79111 david79111 added the bug label Oct 14, 2024
@Lost-Entrepreneur439
Copy link

This is also present in the crDroid 11 beta (also based on Android 15).

@Sapiosenses
Copy link

Sapiosenses commented Nov 14, 2024

This is a compatibility shim for the original android push messaging service, "Cloud to Device Messaging", otherwise known as C2DM.

Given that Google says that service was deprecated in 2012 and permanently shutdown in 2015, I have no idea why anyone should care about it any more since the communications to make it work probably don't go anywhere at this point.

https://developers.google.com/android/c2dm

However: given that it's called a proxy, it may proxy attempts to use C2DM from ancient (probably pre-2012) apps and redirects them to Firebase Cloud Messaging? (FCM)

If that's the case, then it's a matter of how many people care about apps that old trying to use push notifications.

That doesn't sound like a significantly-sized ecosystem either.

@david79111
Copy link
Author

@Sapiosenses
Copy link

this one works on android 15 https://github.com/micro5k/microg-unofficial-installer/raw/refs/heads/main/zip-content/origin/priv-app/GsfProxy.apk

Doesn't hurt to have an A15 "compatible" one if it's just a matter of changing a couple of strings in the manifest I suppose.

But I'd be quite surprised if there were even 3 people in the entire world that would actually be impacted by that besides the error message that Google added to A13/14 and now apparently hard block on A15 for apps targeting those ancient API levels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants