Problem installing two fake google services (location & gcam) #19
Replies: 4 comments 10 replies
-
Hi, you can change the PackageName, it doesn't have to be I didn't know your use case when I made this decision, but seems reasonable to me and could affect others. Can you download and try the apk from here (Artifacts => App)? |
Beta Was this translation helpful? Give feedback.
-
I tried installing the apk you linked from artifacts and had the same issue. I also opened it with android studio, I think the package name is still the same:
I'm a beginner, maybe I've missed something. |
Beta Was this translation helpful? Give feedback.
-
Hi Lukas. The artifact expired. Thanks for this tool. :) |
Beta Was this translation helpful? Give feedback.
-
Finally I created a new release with the new package name. Downloading from artifacts should no longer be needed. |
Beta Was this translation helpful? Give feedback.
-
I'm running a custom rom with no gapps and with UnifiedNlp Now I'm trying to install Gcam Services Provider. When trying to install the latter, I get "App not installed" and I'm guessing this is because both fake services use com.google.android.gms. Is there any solution to this without installing microG or other form of gapps?
adb shell pm install --force-queryable /data/local/tmp/app-debug.apk
Failure [INSTALL_FAILED_VERSION_DOWNGRADE]
adb shell pm install --force-queryable -d /data/local/tmp/app-debug.apk
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.google.android.gms signatures do not match previously installed version; ignoring!]
Thank you for your work.
Beta Was this translation helpful? Give feedback.
All reactions