Mirror of YTVanced/VancedMicroG
Go to file
Jonathan Morford a9085c7f82 Update README with info from XDA and issues 2016-01-09 00:02:16 -05:00
artwork Move image drawing to seperate dir 2015-10-23 01:43:28 +02:00
extern Update UnifiedNlp sublib 2016-01-02 11:00:52 +01:00
gradle/wrapper Update build tools and upstream, fix issue described in #24 2015-08-17 01:03:06 +02:00
libs Update vtm jar (adds support for arm64), fixes #62 2015-12-25 03:49:22 +01:00
play-services-core Add (dummy) place picker 2016-01-05 23:58:18 +01:00
.gitignore Add heartbeat feature for MCS 2015-03-23 02:14:07 +01:00
.gitmodules Continue work on Wearable 2015-11-17 17:20:13 +01:00
.travis.yml Merge branch 'update_buildtools' of git://github.com/BRNmod/android_packages_apps_GmsCore 2015-11-17 21:58:49 +01:00
Android.mk prefix variables with module name 2015-10-08 19:14:02 +02:00
README.md Update README with info from XDA and issues 2016-01-09 00:02:16 -05:00
android_frameworks_base+FAKE_PACKAGE_SIGNATURE.patch Fixed permission description missing backslash 2014-05-20 15:55:21 -07:00
gradlew Add gradle wrapper 2015-03-21 14:13:21 +01:00
play-services-api Update GmsApi 2015-03-14 22:30:19 +01:00
proguard.flags Update 2014-08-22 22:08:44 +02:00
safe-parcel Update GmsApi 2015-03-14 22:30:19 +01:00
settings.gradle Continue work on Wearable 2015-11-17 17:20:13 +01:00
unifiednlp-api Update unified nlp 2015-03-13 16:32:23 +01:00
unifiednlp-base Update unified nlp 2015-03-13 16:32:23 +01:00
unifiednlp-compat Update unified nlp 2015-03-13 16:32:23 +01:00
wearable-lib Continue work on Wearable 2015-11-17 17:20:13 +01:00

README.md

Services Core (GmsCore)

Build Status

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 how 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 the Xposed Framework, 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.