I want to replace Google Play Services already on my SSG. Just wondering if there’s an app that will push all the notifications…

  • HyperfocusSurfer@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    A small addition to already mentioned stuff. There are multiple ways to deliver the notifications without google services. 1st and older one is by simply letting the app hang in the background indefinitely and ping the necessary servers from time to time, that one almost always works, since app developers can’t really rely on gapps being installed; 2nd is UnifiedPush (that’s already mentioned sunup [mozilla], but also ntfy [ntfy], nextpush [nextcloud], gCompat-UP [google firebase], NoProvider2Push [fully local]). AFAIK, it works similarly to the way gapps send notifications and uses less battery, but not all apps support it, so you may need to search for forks. For example, the official and, iirc, Foss telegram clients don’t, but mercury, nagram{,x} and momo do.

  • haverholm@kbin.earth
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    I’m not sure what you’re asking. There is microG that spoofs Play services to apps. That’s been around for several years.

    You can also find open source push notification apps on f-droid. Some of those might require a self hosted server, while for example Sunup uses Mozilla’s server.

    Whether those work on your device probably depends on your ability to root it 🤷