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

Update the SMS my GPS to be compatible with new versions of Google Android #8

Open
Korb opened this issue Jul 12, 2024 · 2 comments
Open

Comments

@Korb
Copy link

Korb commented Jul 12, 2024

F-Droid:

This app was built for an older version of Android and cannot be updated automatically.

OS version: Funtouch OS 14
Model: Vivo T1 4G (V2153)
Hardware version: MP_0.1
Build number: PD22010F_EX_A_14.2.7.12.W20
Baseband version: S.HA.1.1.c2-00054-DIVAR_GENSP_PACK-1.29062.88
Kernel version: 4.19.157-perf+, 1 Wed Jun 5 10:25:33 CST 2024
Compile time: 5 Jun 2024 05:20:41
Android security update: 1 June 2024
Google Play system update: 1 May 2024

@warren-bank
Copy link
Owner

warren-bank commented Jul 12, 2024

  • I wasn't aware that this app was in the official F-Droid repo
    • your link is 404.. so it doesn't look like it is
    • fwiw, I do (occasionally) maintain a self-hosted repo
  • Does the current release of this app work on Android 14?
    • I've tested on Android 13, and it does
    • I haven't yet installed an Android 14 ROM to test
  • The error message about automatic updates..
    • is that coming from the OS,
      or the F-Droid client that you're using?

a quick Google search later…

summary…

  • Android 14 introduces a new restriction on which APKs it will allow to be installed
    • target SDK must be: 23 (Android 6.0, Marshmallow) or higher
  • F-Droid client 1.19.0 or higher is restricted on which APKs it can perform unattended updates
    • target SDK must be: 31 (Android 12.0) or higher

implications for this app…

  • the last update was about 4 years ago
  • good
    • it will install on Android 14
  • bad
    • it will not receive automatic updates in F-Droid client 1.19.0 or higher
  • although
    • I always update the target SDK when I push a new release
    • if this app ever gets updated, then the next version will support automatic updates (on Android 12+)

@Korb
Copy link
Author

Korb commented Jul 12, 2024

Screenshot_2024_0712_212821_org fdroid fdroid

This link must be opened on a mobile device after connecting the corresponding repository.

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

No branches or pull requests

2 participants