Skip to content

Support devices without Google Services (microG compatibility / graceful fallback) #52

Description

@padajji

Issue Details

Description

Currently, the application depends on Google Services and cannot function without them. On startup, it attempts to check for updates via Google Services and crashes if they are unavailable. Additionally, the application does not support official microG Services.

Problem

This limitation prevents the app from running on a range of devices that do not include Google Services, such as:

  • Huawei devices
  • Android-based in-car systems
  • Custom Android builds without Google Services

Proposed solution

Add support for running the application without Google Services by:

  • Implementing a graceful fallback when Google Services are unavailable
  • Disabling or bypassing update checks that depend on Google Services

Alternative solution

  • Adding official support for microG Services as an alternative

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions