micro5k / microg-unofficial-installer

microG unofficial installer - it installs microG on Android
https://forum.xda-developers.com/showthread.php?t=3432360
GNU General Public License v3.0
162 stars 20 forks source link

Play Store won't install on a device without 32bit support #93

Open pedroborraz opened 2 months ago

pedroborraz commented 2 months ago

What happened?

I built the full package, flashed it through recovery. I noticed that it gave an output of missing arm libraries when trying to install the play store The crdroid build I'm using no longer supports 32bits

However, I confirmed that Phonesk.apk exists in /system/priv-app/ I'm having problems with the play integrity API in other installers. I would like to check your installer

Version

v1.3.1.67-alpha

Android version

14

Custom ROM

CrDroid (drop 32bits support)

Relevant log output

No response

ale5000-git commented 2 months ago

Hi, I will look at it soon.

But you also seems to be missing signature spoofing; without it most things will not work.

pedroborraz commented 2 months ago

Hi, I will look at it soon.

But you also seems to be missing signature spoofing; without it most things will not work.

Thanks for the answer, I noticed the missing signature spoofing. I solved it using the FakeGapps module. But what impressed me about this is that with another microg installer he didn't need the module

ale5000-git commented 2 months ago

Some ROMs have signature spoofing built-in. Since from some time "LineageOS" include built-in support for signature spoofing maybe you can also ask the maintainers of your ROM (CrDroid) if something can be included.

NanoDroid also include built-in support for patching the ROM (but I'm not sure if the development is active now).