FriendlyNeighborhoodShane / MinMicroG

Sources and scripts for MinMicroG installers. You shall find no prebuilt releases here.
GNU General Public License v3.0
304 stars 30 forks source link

Support for Andriod 14 #63

Open mahe8186 opened 5 months ago

mahe8186 commented 5 months ago

Please update sir.

FriendlyNeighborhoodShane commented 5 months ago

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?

mahe8186 commented 5 months ago

Screenshot_20240204-005455_Settings Screenshot_20240204-005443_microG Services Screenshot_20240204-005436_microG Services Screenshot_20240204-005432_microG Services Screenshot_20240204-005424_microG Services Screenshot_20240204-005423_microG Services

mahe8186 commented 5 months ago

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.

FriendlyNeighborhoodShane commented 5 months ago

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.

mahe8186 commented 5 months ago

Great, Thanks. That was helpful