No description
Find a file
dependabot[bot] c1e509e0e1
Bump gradle from 7.0.2 to 7.0.3
Bumps gradle from 7.0.2 to 7.0.3.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 05:01:03 +00:00
.github Add support for photo preview button 2021-10-01 15:56:40 +02:00
app Increase version to 1.3 2021-10-01 19:26:31 +02:00
gradle/wrapper Update gradle 2021-09-02 17:29:39 +02:00
.gitignore Initial commit 2020-04-25 20:35:34 +02:00
Android.bp Add Android.bp 2021-05-08 15:17:05 +03:00
build.gradle Bump gradle from 7.0.2 to 7.0.3 2021-10-18 05:01:03 +00:00
gradle.properties Android Project Import 2020-04-25 20:48:57 +02:00
gradlew Make gradlew executable 2020-08-14 14:25:13 +02:00
gradlew.bat Android Project Import 2020-04-25 20:48:57 +02:00
LICENSE Initial commit 2020-04-25 20:35:34 +02:00
README.md Update README.md 2021-10-01 19:18:09 +02:00
settings.gradle Android Project Import 2020-04-25 20:48:57 +02:00

Gcam Services Provider

continuous License: MIT

This app "simulates" the Google Play Services that the Google Camera app (Gcam) requires, allowing the camera app to be used on devices without Google Play Services. Note that this app comes without UI and therefore has no icon in the app drawer. But of course it is listed in the Android settings (e.g. for uninstallation).

What is the difference between this app and microG?

microG is a open source re-implementation of the Google Play Services (client side). Among other things, signature spoofing is used to achieve this goal. In comparison, this app only aims to get Gcam running without Play Services. Therefore this app does not need any security compromising hacks or permissions (no Internet access, no storage access and of course no root access needed).

How to install this app

If you can, the recommended way is to build the app from source. After all, software is usually a matter of trust. Alternatively you can find an apk for sideloading under releases.

Currently there are two versions of this app named "basic" and "photos". "Basic" includes everything you need to get Gcam running but the button showing the last photo in full size will not work. The "photos" version has all features from "basic" and adds support for this button but you cannot have the Google Photos app installed for technical reasons.

In short: if you have Google Photos installed go with "basic" else install the "photos" version.

Compatibility

Google camera version Requirements Relevant issues
7.4 & 7.5
>=7.6 Compatible Android OS or modded Gcam #22