artwork | ||
extern | ||
gradle/wrapper | ||
libs | ||
play-services-core | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
android_frameworks_base+FAKE_PACKAGE_SIGNATURE.patch | ||
Android.mk | ||
gradlew | ||
play-services-api | ||
proguard.flags | ||
README.md | ||
safe-parcel | ||
settings.gradle | ||
unifiednlp-api | ||
unifiednlp-base | ||
unifiednlp-compat | ||
wearable-lib |
Services Core (GmsCore)
microG GmsCore is a FLOSS (Free/Libre Open Source Software) framework to allow applications designed for Google Play Services to run on systems, where Play Services is not available. If you use your phone without GAPPS this might become a useful tool for you. This is currently alpha-grade Software. Don't use it if you're not aware of possible consequences. Possible consequences include that your very private data leaks to Fort Meade.
Project Status
See "Current Implementation progress" on the XDA Thread
Instructions
Requirements and Installation instructions can be found on the XDA Thread
Signature Faking
You need a ROM that supports signature faking. Some custom ROMs are patched to support signature faking out of the box, however most ROMs will require a patch or an Xposed module. Please ask your ROM developer if unsure.
The following ROMs have out-of-box support for signature faking. Signature spoofing has to be enabled at the bottom of the developer settings first.
If you have the Xposed Framework installed, the following module will enable signature faking: FakeGApps by thermatk
If you have Root, but are not using Xposed, you can try patching your already-installed ROM using Needle by moosd
If you are a ROM developer or just do custom builds for whatever reason, you can download and include the patch from here and here.
Downloads
Standard Releases: XDA Thread
Nightly Releases: Latest or Other Builds
Building
This can be build using Gradle. Prebuilt libraries of vtm for are included within ./libs.
License
Copyright 2014-2016 microG Project Team
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.