microg / GmsCore

Free implementation of Play Services
https://microg.org
Apache License 2.0
8.12k stars 1.69k forks source link

GooglePlayServicesUtil: de.traderepublic.app requires Google Play services, but they are missing. #1600

Closed celle1234 closed 2 years ago

celle1234 commented 2 years ago

I use microg version 0.2.22.212658 and have a problem with the fakestore. It is installed and has the fake signature permission, but several apps report in logcat: GooglePlayServicesUtil: appx requires Google Play services, but they are missing.

For some apps that is not a problem. For other it is. How can I debug this? In the microg app all is green.

In the lines of the logact before it trys to start

ActivityManager: Unable to start service Intent { act=com.google.android.gms.ads.identifier.service.START pkg=com.google.android.gms } U=0: not found

I use a crDroid 7.10 on whyred.

celle1234 commented 2 years ago

Hello,

I tried different things. After I reinstalled microg and fakestore to /system/priv-app in recovery in correct folder it is now working.

The issue can be closed.