FriendlyNeighborhoodShane/MinMicroG

Support for Andriod 14

Opened this issue ยท 5 comments

Please update sir.

Hi,

I haven't had a chance to make an official release in a while but there's a CI bot that makes a build on every update:
https://github.com/FriendlyNeighborhoodShane/MinMicroG-abuse-CI/releases

Have you faced any issues on android 14 with that release?

All permissions seems to be fine
But unable to register apps for cloud messaging,
Like. Whatsapp , signal.

OTA survival would be great.

After every OTA update we need to flash min-micro again and again

Please add OTA survival script.

Regarding push notifications, that happens when you dirty flash microg. Apps only try to register once when they are freshly installed, and don't register if mcrog is installed/flashed afterwards. There are some workarounds people have found to work mentioned in the install guide: https://github.com/FriendlyNeighborhoodShane/MinMicroG/blob/master/INSTALL.md#gcmfcm-push-messaging

Regarding OTA survival, there already is an addon.d script that should restore across updates. Of course, that depends on whether the ROM's update mechanism executes the scripts appropriately, and if minmicrog is installed as a magisk module then it's magisk's responsibility to restore itself after an OTA. If you can get a recovery log of your OTA flash then we try to find out what's not working correctly.

Great, Thanks.
That was helpful