FriendlyNeighborhoodShane / MinMicroG

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

Add sdk 30 support #13

Closed naveenjohnsonv closed 3 years ago

FriendlyNeighborhoodShane commented 3 years ago

Oh right, I forgot to get back to you that day; I checked and OpenGapps haven't harvested the new adapters and libs for SDK 30 yet.

https://github.com/opengapps/opengapps/blob/master/scripts/inc.compatibility.sh#L704

https://gitlab.opengapps.org/opengapps

Have you tested these sync adapters and swipe libs on an A11 device? It's not neccesary (even unlikely, seeing the pattern) that the SDK 29 versions will work. And even if they do work, Google has most likely released dedicated versions anyway that'll pretty soon be harvested by OpenGApps.

naveenjohnsonv commented 3 years ago

Oh right, I forgot to get back to you that day; I checked and OpenGapps haven't harvested the new adapters and libs for SDK 30 yet.

https://github.com/opengapps/opengapps/blob/master/scripts/inc.compatibility.sh#L704

gitlab.opengapps.org/opengapps

Have you tested these sync adapters and swipe libs on an A11 device? It's not neccesary (even unlikely, seeing the pattern) that the SDK 29 versions will work. And even if they do work, Google has most likely released dedicated versions anyway that'll pretty soon be harvested by OpenGApps.

Officially OpenGapps hasn't released an A11 variant, but they have an eleven branch, that's where I took the sdk 30 contact sync adapters from. Calendar sync is the same though. Keyboard libs and jars also the same, although I think you should update them to the latest opengapps ones. I hadn't checked then. https://gitlab.opengapps.org/opengapps/all/raw/master/framework/28/com.google.android.media.effects.jar https://gitlab.opengapps.org/opengapps/all/raw/master/framework/25/com.google.widevine.software.drm.jar

As far as working goes, the NikGapps R package has the exact sync adapters and libs so it should work fine on MinMicroG too, I don't use swipe libs but the sync adapters work here.

Also I think GoogleBackupTransport is redundant since Pie, since google includes it as a service in it's latest gms.apk and backup doesn't work in MicroG anyway. So should it be included?

FriendlyNeighborhoodShane commented 3 years ago

Oh oops, didn't even notice you'd used another branch! :P

I'm going to squash the correction commit, so the history will diverge a little.

Thanks!