Giter Club home page Giter Club logo

android_frameworks_base_microg's Introduction

Android Open Source Project Frameworks Base with MicroG support

This repo was made so anyone that wants to add MicroG support to their Rom can cherry pick from here.

Patches source:

https://github.com/microg/android_packages_apps_GmsCore/tree/master/patches https://github.com/microg/android_packages_apps_UnifiedNlp/tree/master/patches

Credits to mar-v-in and others for the patches

What each patch does:

  • microG-support-KK-LP.patch - Support for fake signatures for Kitkat-Lollipop

  • microG-support-MM.patch - Support for fake signatures for Marshmallow

  • microG-support-N.patch - Support for fake singatures for Nougat

  • microG-support-O.patch - Support for fake singatures for Oreo

  • microG-support-P.patch - Support for fake singatures for Pie

  • Location-providers.patch - Allow location providers also outside of /system

How to apply a patch:

Download the patch file and place it into source/frameworks/base Then use the following command for applying the patch: patch -p1 < patchname.patch

That should do it. Good luck. [Remeber to commit with the proper author of the commit]

How to cherry-pick the commits required for MicroG:

Go in source/frameworks/base and run the following command:

$ git remote add microg https://github.com/Thespartann/android_frameworks_base_microG.git

$ git fetch microg

$ git cherry-pick xxxx  [xxxx is the commit you want to cherry pick]

Example: [Nougat]

$ git cherry-pick 067a593747eb28290a7a790868377613552fd988

$ git cherry-pick 02532e93e3189a00db1f8b9f499071c14ed6695d

The Location-providers.patch patch was not cherry picked as it might be unsafe. If you still want to use it, you can apply the patch file to your frameworks base.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.