Gmscore: Feature request: modify google play services version from GUI

Created on 28 Nov 2017  路  3Comments  路  Source: microg/GmsCore

modify google play services version from GUI to solve Google Play services out of date error when on the last version of microg. This caused several issues already #443 #433 #422 #386 #271 #231 #205 #38 . Anyway, that you for this awesome project.

Most helpful comment

@mar-v-in
Do you know what is used to check version?
I wonder if can be added version spoofing to the ROM just like signature spoofing.

All 3 comments

Wouldn't it be better to simply return matching version of the play store? In the logs we usually have:

Google Play services out of date.  Requires 10260000 but found 9258259

So returning required version should solve it once and for all?

Changing the version code strictly requires building a new apk.
The only way to not need a new version every now and then is to build the apk with way to high version code - but this implies the risk of breaking code that could have worked otherwise...

@mar-v-in
Do you know what is used to check version?
I wonder if can be added version spoofing to the ROM just like signature spoofing.

Was this page helpful?
0 / 5 - 0 ratings