Skip to content

Releases: kitskih/GmsCore

v0.2.22.212658

18 Sep 10:43
96cfe2b

Choose a tag to compare

Maintenance release with a few bug fixes.

See: commits since v0.2.21.212158

v0.2.21.212158

18 Sep 10:32
db6fd73

Choose a tag to compare

This release fixes two major bugs introduced with v0.2.20.212158.

Notice regarding updates v0.2.20.212158

If you already updated to v0.2.20.212158 and you can't install the update to v0.2.21.212158 the usual way, you may need to connect your device to a compute with adb installed and invoke the following commands in a shell:

adb push path/to/play-services-core-212158042.apk /data/local/tmp/play-services-core-212158042.apk
adb shell pm install-create -r --staged # This returns a session id in brackets
adb shell pm install-write *session-id* base /data/local/tmp/play-services-core-212158042.apk
adb shell pm install-commit *session-id*
adb shell rm /data/local/tmp/play-services-core-212158042.apk
adb reboot

If this doesn't work, you might need to directly update the .apk on your /system-partition or wait for the ROM developer to update to v0.2.21.212158.

v0.2.21.212158

27 Sep 22:27
b21b523

Choose a tag to compare

Fix some strings not being translated

Fixes #1318