GithubHelp home page GithubHelp logo

wacko1805 / magiskgapps Goto Github PK

View Code? Open in Web Editor NEW
271.0 10.0 35.0 739.72 MB

MagiskGApps is a modification of NikGApps that can be flashed in Magisk. It is built using a script that converts the NikGApps package into a MagiskGApps Package.

Home Page: https://MagiskGApps.com

License: GNU General Public License v3.0

Shell 83.77% Python 16.23%
magisk gapps magiskgapps root google android

magiskgapps's Introduction

Jack Sam @ Jacks.am

MagiskGapps Maker (MGM)

MagiskGApps Maker is an online tool to convert regular GApps packages into a Magisk flashable package.

SourceForge (Downloads represent Previous MagiskGApps builds, not MGM builds)

Repo Website

Fossapps Maker

Fossapps Creator is an online tool to select desired FOSS (Free and open source) alternatives to Google apps, and compile them into a Magisk flashable zip package.

GitHub all releases

Repo Website

Pixel Walls

Pixel Walls is an app that contains the largest collection of stock Google wallpapers. These wallpapers can be exclusive to Google devices, spefic holidays, etc, and is constantly updating.

GitHub all releases

Repo Download Website

Jacks.am

Jacks.am is my photography website, and the home to my future portfolio.

Jacks.am

magiskgapps's People

Contributors

cloufish avatar leohearts avatar wacko1805 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

magiskgapps's Issues

CalyxOS: Google Play service crashing

I'm on CalyxOS which includes microG. it seems one specific requires Google Play service is present while logging in. So I wanted GAPPS temporarily, then I came across this project but,

  • Google Play Service crashing when I try to get in "Google" in Settings
  • Play Store stuck at splash screen
  • I tried clearing data of Google Play Service in case having microG's data there

Any advises?
Thanks for the awesome project

Google Play Services and Android Setup keep crashing.

I installed this on an Android 11 CAOS rom (arm64 A/B). If I install the vanilla variant (bvz), we get both errors as seen in title, when installing the goapps (boz) variant, I only get the Android Setup crash message. I cannot install the full gapps (bgz), because my partition doesn't have enough space. When I look this up online, most people advise a factory reset, which would be a great idea, except for the fact that doing that also removes this module. Please help.

Misleading uninstall description

After successfully installed via Magisk and after that updating all the gapps with Google Play Store, uninstall the Module via Magisk then restart will uninstall Google Play Service too, attempting to install Magisk gapps again will override the up to dated gapps already installed with a default time of updated gapps version.

The Module doesn't seem to work :/

I install it from source (.zip), through MagiskManager:
image
image
Even though installation succeeds, after reboot there're no GApps installed
image

Magisk is installed on AVD, with Android 10 and API Level 29.

I'd be pleased to provide more information, e.g. via logcat, please provide instructions for that

Android 12(L) support

According to changelog.yaml, Android 12 has been supported for quite some time, but according to the readme, it isn't. Which is the correct one?

Add TV Package

I need TV Package (PlayStore, AndroidTV Launcher, Android TV Customization, Android TV Widget, TV Voice Input, Remote Control Service, Second Screen Setup, Second Screen Setup Auth) for create mini TV-Box from OrangePI 5 Plus

I think it will be a very good addition to your project because anyone can do it TV-Box which he wants, not a large tablet with unadapted programs for the TV

Cannot open gapps after upgrading to android13

Can't open gapps after upgrading to Android 13, I tried both 10.16.2022 and 24.2.23.
I tried to capture the crash log of Google play:

05-29 19:42:37.563 E/AndroidRuntime( 4336): FATAL EXCEPTION: main
05-29 19:42:37.563 E/AndroidRuntime( 4336): Process: com.android.vending, PID: 4336
05-29 19:42:37.563 E/AndroidRuntime( 4336): java.lang.RuntimeException: Unable to create application com.google.android.finsky.application.classic.ClassicApplication: java.lang.RuntimeException: Failed to load configurations for FinskyApp
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7156)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2263)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.os.Handler.dispatchMessage(Handler.java:106)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.os.Looper.loopOnce(Looper.java:211)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.os.Looper.loop(Looper.java:300)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.app.ActivityThread.main(ActivityThread.java:8294)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at java.lang.reflect.Method.invoke(Native Method)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
05-29 19:42:37.563 E/AndroidRuntime( 4336): Caused by: java.lang.RuntimeException: Failed to load configurations for FinskyApp
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at flq.g(PG:32)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at flq.onCreate(PG:5)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1286)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7150)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	... 9 more
05-29 19:42:37.563 E/AndroidRuntime( 4336): Caused by: java.util.concurrent.ExecutionException: java.lang.SecurityException: Failed to find provider com.google.android.gsf.gservices for user 0; expected to find a valid ContentProvider for this authority
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at afyw.s(PG:3)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at afyw.get(PG:9)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at agjw.ag(PG:1)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at flq.g(PG:25)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	... 12 more
05-29 19:42:37.563 E/AndroidRuntime( 4336): Caused by: java.lang.SecurityException: Failed to find provider com.google.android.gsf.gservices for user 0; expected to find a valid ContentProvider for this authority
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.os.Parcel.createExceptionOrNull(Parcel.java:3011)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.os.Parcel.createException(Parcel.java:2995)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.os.Parcel.readException(Parcel.java:2978)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.os.Parcel.readException(Parcel.java:2920)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.content.IContentService$Stub$Proxy.registerContentObserver(IContentService.java:1113)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.content.ContentResolver.registerContentObserver(ContentResolver.java:2712)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.content.ContentResolver.registerContentObserver(ContentResolver.java:2660)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at abax.k(PG:2)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at abax.g(PG:2)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at adrc.<init>(Unknown Source:5)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at adrd.j(Unknown Source:6)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at fjk.a(PG:9)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at agoa.run(PG:48)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:463)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at aila.run(PG:2)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at ailc.run(PG:34)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at yge.run(PG:27)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at java.lang.Thread.run(Thread.java:1012)
05-29 19:42:37.563 E/AndroidRuntime( 4336): Caused by: android.os.RemoteException: Remote stack trace:
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at com.android.server.content.ContentService.registerContentObserver(ContentService.java:376)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.content.IContentService$Stub.onTransact(IContentService.java:517)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.os.Binder.execTransactInternal(Binder.java:1285)
05-29 19:42:37.563 E/AndroidRuntime( 4336): 	at android.os.Binder.execTransact(Binder.java:1249)
05-29 19:42:37.563 E/AndroidRuntime( 4336): ```

any way of getting playstore on AOSP13?

Hi
After many hours of trying to get that dang g.play on aosp13, I've found your magisk alpha package for aosp 13. Unfortunately there's no up to date twrp with sdk >33 for moto G pro, thus this wouldn't be a thing.
So I wanted to ask if there's a chance of getting g.play app with your magisk module?
Basic 'strooggle' framework is working nicely, and since this package contains, and install phonesky in /system/priv-apps I wonder how this could be achieved?

Unable to add Google Account - Android 13 (AOSP)

Probably something is wrong with FRP. It keeps spinning at Checking Account when trying to add Google account

10-30 21:33:03.240 16012 16012 W FRP     : [SecureFrpUtil] Failed to get FRP mode
10-30 21:33:03.240 16012 16012 W FRP     : android.provider.Settings$SettingNotFoundException: secure_frp_mode
10-30 21:33:03.240 16012 16012 W FRP     : 	at android.provider.Settings.parseIntSetting(Settings.java:3514)
10-30 21:33:03.240 16012 16012 W FRP     : 	at android.provider.Settings.-$$Nest$smparseIntSetting(Unknown Source:0)
10-30 21:33:03.240 16012 16012 W FRP     : 	at android.provider.Settings$Secure.getIntForUser(Settings.java:7139)
10-30 21:33:03.240 16012 16012 W FRP     : 	at android.provider.Settings$Secure.getInt(Settings.java:7132)
10-30 21:33:03.240 16012 16012 W FRP     : 	at kwq.b(:com.google.android.gms@[email protected] (190400-481949630):1)
10-30 21:33:03.240 16012 16012 W FRP     : 	at com.google.android.gms.auth.uiflows.addaccount.PreAddAccountChimeraActivity.c(:com.google.android.gms@[email protected] (190400-481949630):7)
10-30 21:33:03.240 16012 16012 W FRP     : 	at cfr.a(:com.google.android.gms@[email protected] (190400-481949630):2)
10-30 21:33:03.240 16012 16012 W FRP     : 	at cdb.b(:com.google.android.gms@[email protected] (190400-481949630):4)
10-30 21:33:03.240 16012 16012 W FRP     : 	at cdb.f(:com.google.android.gms@[email protected] (190400-481949630):2)
10-30 21:33:03.240 16012 16012 W FRP     : 	at cdb.l(:com.google.android.gms@[email protected] (190400-481949630):2)
10-30 21:33:03.240 16012 16012 W FRP     : 	at cfq.l(:com.google.android.gms@[email protected] (190400-481949630):1)
10-30 21:33:03.240 16012 16012 W FRP     : 	at cfq.onLoadComplete(:com.google.android.gms@[email protected] (190400-481949630):1)
10-30 21:33:03.240 16012 16012 W FRP     : 	at cgb.deliverResult(:com.google.android.gms@[email protected] (190400-481949630):0)
10-30 21:33:03.240 16012 16012 W FRP     : 	at qiy.deliverResult(:com.google.android.gms@[email protected] (190400-481949630):0)
10-30 21:33:03.240 16012 16012 W FRP     : 	at cfv.c(:com.google.android.gms@[email protected] (190400-481949630):6)
10-30 21:33:03.240 16012 16012 W FRP     : 	at cge.run(:com.google.android.gms@[email protected] (190400-481949630):3)
10-30 21:33:03.240 16012 16012 W FRP     : 	at android.os.Handler.handleCallback(Handler.java:942)
10-30 21:33:03.240 16012 16012 W FRP     : 	at android.os.Handler.dispatchMessage(Handler.java:99)
10-30 21:33:03.240 16012 16012 W FRP     : 	at android.os.Looper.loopOnce(Looper.java:201)
10-30 21:33:03.240 16012 16012 W FRP     : 	at android.os.Looper.loop(Looper.java:288)
10-30 21:33:03.240 16012 16012 W FRP     : 	at android.app.ActivityThread.main(ActivityThread.java:7898)
10-30 21:33:03.240 16012 16012 W FRP     : 	at java.lang.reflect.Method.invoke(Native Method)
10-30 21:33:03.240 16012 16012 W FRP     : 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
10-30 21:33:03.240 16012 16012 W FRP     : 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:946)

Some Games, Especially those with OBB fail to install

Games like Escapist 2 or Call of Duty Mobile fail while installing the OBB Part.

Installing the App manually or throug APKPure XAPK works flawlessly. So I suspect this is a Issue with the Gapps Magisk Module.

Here the Logcat of the escapist install:

2022-03-14 10:42:59.165 24255-17297/? E/Finsky:background: [5134] jjo.t(72): Failed to create downloadStatus files.
    java.io.IOException: Can't create  file:///storage/emulated/0/Android/obb/com.android.vending/com.team17.escapists2/temp.main.542914.com.team17.escapists2.obb
        at jjo.t(PG:71)
        at icq.c(PG:19)
        at leu.a(PG:23)
        at akws.c(PG:2)
        at akiv.c(PG:2)
        at aksk.b(PG:2)
        at aksn.a(PG:3)
        at aknm.run(PG:2)
        at aksj.run(PG:2)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:923)
     Caused by: java.io.IOException: No such file or directory
        at java.io.UnixFileSystem.createFileExclusively0(Native Method)
        at java.io.UnixFileSystem.createFileExclusively(UnixFileSystem.java:317)
        at java.io.File.createNewFile(File.java:1008)
        at jjo.t(PG:36)
        at icq.c(PG:19) 
        at leu.a(PG:23) 
        at akws.c(PG:2) 
        at akiv.c(PG:2) 
        at aksk.b(PG:2) 
        at aksn.a(PG:3) 
        at aknm.run(PG:2) 
        at aksj.run(PG:2) 
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 
        at java.lang.Thread.run(Thread.java:923) 
2022-03-14 10:42:59.168 25962-25962/? W/Finsky: [2] kie.x(2): Installer::IT: Cleanup running installation of com.team17.escapists2 (..obb_main) (isid: nt3vMyNSSaq_ppfjKzG9UQ)
2022-03-14 10:42:59.176 25962-25962/? I/Finsky: [2] khi.ab(2): Installer: stopping tracking of task: com.team17.escapists2 (isid: nt3vMyNSSaq_ppfjKzG9UQ)
2022-03-14 10:42:59.177 25962-25962/? I/Finsky: [2] khi.ab(2): Installer: stopping tracking of task: com.team17.escapists2 (isid: nt3vMyNSSaq_ppfjKzG9UQ)
2022-03-14 10:42:59.177 25962-25962/? I/Finsky: [2] khi.U(18): Installer: Notifying status update. package=com.team17.escapists2, status=DOWNLOAD_ERROR, isid=nt3vMyNSSaq_ppfjKzG9UQ
2022-03-14 10:42:59.180 25962-16968/? I/Finsky: [5471] kpr.E(2): IQ: Notifying installation update. [Package:com.team17.escapists2, isid:nt3vMyNSSaq_ppfjKzG9UQ], status=DOWNLOAD_ERROR
2022-03-14 10:42:59.183 25962-26090/? I/Finsky: [5128] ofr.F(4): PackageInstaller: Abandoned the session for com.team17.escapists2, sessionId: 230629558
2022-03-14 10:42:59.194 25962-25962/? I/Finsky: [2] pwj.lE(4): PIM: Handling install package event for: com.team17.escapists2 status:  DOWNLOAD_ERROR
2022-03-14 10:42:59.194 25962-25962/? I/Finsky: [2] pwj.lE(5): PIM: Stopping icon download for com.team17.escapists2
2022-03-14 10:42:59.194 25962-25962/? I/Finsky: [2] pwh.a(1): Canceling bitmap for com.team17.escapists2
2022-03-14 10:42:59.207 25962-25998/? I/Finsky: [5094] flb.b(3): AU2: Failure History successfully updated for package com.team17.escapists2, attempting to upgrade to version 542914 with install reason SINGLE_INSTALL and status_code 5200
2022-03-14 10:42:59.224 25962-25962/? I/Finsky: [2] jjo.C(7): Selecting account [W9tjBmyCGkkRuCJYIF7ROMq_Uw3flXpsQvgfVEJU8mY] for package com.team17.escapists2. overriding=[true]
2022-03-14 10:42:59.227 25962-25962/? I/Finsky: [2] jjo.C(7): Selecting account [W9tjBmyCGkkRuCJYIF7ROMq_Uw3flXpsQvgfVEJU8mY] for package com.team17.escapists2. overriding=[true]
2022-03-14 10:42:59.240 25962-25962/? I/Finsky: [2] jjo.C(7): Selecting account [W9tjBmyCGkkRuCJYIF7ROMq_Uw3flXpsQvgfVEJU8mY] for package com.team17.escapists2. overriding=[true]
2022-03-14 10:42:59.244 25962-25962/? I/Finsky: [2] jjo.C(7): Selecting account [W9tjBmyCGkkRuCJYIF7ROMq_Uw3flXpsQvgfVEJU8mY] for package com.team17.escapists2. overriding=[true]

Install error/crashing Android 11

The stock or basic just kick the decide back into recovery and the core one just crashes saying that the services has stopped unexpectedly. This is kind of ridiculous because I wanted to avoid using Pixel Experience. Disabling Zygisk seems to fix this but then it has issues signing into Google Play

EDIT: user error on my part... After updating Google Play Services it all works perfectly!

Device Setup Keeps Crashing

There is a known issue where Device Setup keeps crashing. The next releases will hopefully fix this issue by disabling the setup app by default.

Current Fix: Disable the app manualy.

GSF id empty

After flashing this module I found that GSF id is empty. How do I fix this?

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.