Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Error - Requires Googe Play Services v13.0 #22

Closed
Sekt0rX opened this issue Mar 30, 2022 · 6 comments
Closed

Error - Requires Googe Play Services v13.0 #22

Sekt0rX opened this issue Mar 30, 2022 · 6 comments

Comments

@Sekt0rX
Copy link

Sekt0rX commented Mar 30, 2022

Hi, YASNAC was working fine until the recent update where I get "Requires Googe Play Services v13.0" error.
Just wanting to confirm whether this is a bug or this is an issue on my end.

YASNAC itself shows Google Play Services version = 22.09.20
Which is correct and it's the latest version available for my Galaxy S10 (Play Store shows it updated on 17 March 2022).

Device details:
Model - SM-G973F (beyond1lte)
Android Version - 11 (API 30)
Security Patch level - 2021-12-05

@RikkaW
Copy link
Owner

RikkaW commented Mar 30, 2022

if (GoogleApiAvailability.getInstance().isGooglePlayServicesAvailable(context, 13000000) != ConnectionResult.SUCCESS) {
result.value = (ResultOf.Failure(AttestationException("Requires Google Play Services v13.0 or above")))
return
}

The error is from here. It uses Google Play Services API directly, the internal is unknown. So, it should be a problem of Play service.

This build (https://github.com/RikkaW/YASNAC/actions/runs/2063107407) shows the detailed failure reason of isGooglePlayServicesAvailable, please try.

@Sekt0rX
Copy link
Author

Sekt0rX commented Mar 30, 2022

ah, I probably should have mentioned I'm running LineageOS (18.1) with MindtheGapps.
The error is "The version of Google Play services installed on the device is not authentic".

It's interesting to me because no other app or anything ever seems to pick it up, e.g. Google Play Store/Play Protect certification shows 'Device is certified'.

@RikkaW
Copy link
Owner

RikkaW commented Mar 30, 2022

YASNAC follows the document from Google, nothing else is done. Maybe newer Google Play Service SDK adds some verification step, or Play Store is special. (These are only guesses)

@RikkaW RikkaW closed this as completed Mar 30, 2022
@DealsBeam
Copy link

I'm having the same issue
lineageos 18.1
mindthegapps

@RikkaW
Copy link
Owner

RikkaW commented Apr 4, 2022

@Sekt0rX #24 (comment)

@Sekt0rX
Copy link
Author

Sekt0rX commented Apr 5, 2022

Thanks, I can confirm installing via Google Play works without error.

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

No branches or pull requests

3 participants