[GAPPS][DAILY] Open GApps for Android; All Android Versions & Devices

Search This thread

kamalgrewal

Senior Member
Feb 4, 2015
55
0
How i create gapps-config.txt file

I want to install Pico gapps + google now launcher
I downloaded stock gapps package
Device moto e : Rom Mokee open source
 

MultiPDev

Senior Member
Dec 18, 2014
219
51
Hey guys I can't download the gapps, I press the red button and it does nothing. I try to download from my smartphone.
 

niks255

Senior Member
Apr 5, 2012
351
241
Google Keyboard is not listed as installed in Google Play. Why?
Tested with ARM package.
 

abrakadabra_srb

Senior Member
Jul 3, 2008
85
7
Novi Sad
Building AOSP with opengapps included

I'm trying to build AOSP 6.0.1 for my nexus 5 so I followed the github tutorial on how to include opengapps in it. Build goes almost to to the end when it breaks because of system.img being larger then expected:
error: failed to build out/target/product/hammerhead/obj/PACKAGING/systemimage_intermediates/system.img from out/target/product/hammerhead/system
Out of space? the tree size of out/target/product/hammerhead/system is (MB):
1266 out/target/product/hammerhead/system
The max is 1024 MB.

I am using GAPPS_VARIANT := stock in my device.mk which should mean that the build should be exactly the same as the prebuilt image we can download from google site right? How come I get bigger system partition error then? What im trying to do is to make a custom build from scratch so that it looks like the one I have on my nexus right now (full clean aosp build, all gapps on it). I am yet to try building it with Mini or Micro package, but I wanted to ask for help and clarification on whats going on with my build :)

Thanks in advance
 

MastahF

Inactive Recognized Developer
Thank you for your help!
Also sorry to bug you again, but you do plan on integrating Google Dialer right? For now I'll just install via Play Store, but what's the best way to get rid of 2 dialers?
Yes, in the future it will be added for devices that are compatible. For now it is best to use the universal removal feature to delete the aosp dialer's folder.

I'm trying to build AOSP 6.0.1 for my nexus 5 so I followed the github tutorial on how to include opengapps in it. Build goes almost to to the end when it breaks because of system.img being larger then expected:
error: failed to build out/target/product/hammerhead/obj/PACKAGING/systemimage_intermediates/system.img from out/target/product/hammerhead/system
Out of space? the tree size of out/target/product/hammerhead/system is (MB):
1266 out/target/product/hammerhead/system
The max is 1024 MB.

I am using GAPPS_VARIANT := stock in my device.mk which should mean that the build should be exactly the same as the prebuilt image we can download from google site right? How come I get bigger system partition error then? What im trying to do is to make a custom build from scratch so that it looks like the one I have on my nexus right now (full clean aosp build, all gapps on it). I am yet to try building it with Mini or Micro package, but I wanted to ask for help and clarification on whats going on with my build :)

Thanks in advance
@blystad is developer of the aosp_build; so he knows most about it.
But I can give you a general answer: on the Stock Nexus image many of the apps are not "really" included (e.g. Docs, Sheets and Slides) but only "Stubs" that directly ask to be updated with a real version from the Play Store (which will than be stored on /data/). That is why Google can add much more "default" applications to the Nexus devices without actually having the diskspace to put them there.
 

abrakadabra_srb

Senior Member
Jul 3, 2008
85
7
Novi Sad
@blystad is developer of the aosp_build; so he knows most about it.
But I can give you a general answer: on the Stock Nexus image many of the apps are not "really" included (e.g. Docs, Sheets and Slides) but only "Stubs" that directly ask to be updated with a real version from the Play Store (which will than be stored on /data/). That is why Google can add much more "default" applications to the Nexus devices without actually having the diskspace to put them there.[/QUOTE]

Ok now it makes sense, its clearer for me now. I've manage to build the system with GAPPS_VARIANT := mini and it boots but play services crash until I reboot it again. Do you maybe know why is this happening on fresh boot of the device?

Never mind, found it on your github page, need a patch in source ;) Thanks for the help and great work!
 
Last edited:

MastahF

Inactive Recognized Developer
  • Like
Reactions: mcfouch

Ryuk2000

Member
Jul 9, 2015
15
0
I'm getting this error on open gapps mini arm 64 for M.
What to do ?
 

Attachments

  • Screenshot_20160214-130839.png
    Screenshot_20160214-130839.png
    149.9 KB · Views: 694

mcfouch

Senior Member
Apr 8, 2013
290
109
52
PARIS
Nexus 7 (2013)
OnePlus X
  • Like
Reactions: MastahF

marcdw

Senior Member
Sep 24, 2014
5,751
2,894
60
Baldwin Park

abrakadabra_srb

Senior Member
Jul 3, 2008
85
7
Novi Sad
Building AOSP with opengapps included

OK, I still have problems with permissions on a ROM with opengapps included. I took the patch from github and rebuilt the ROM but I still get:
02-16 09:04:00.348 7199 7219 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 7199
AndroidRuntime: java.lang.SecurityException: "passive" location provider requires ACCESS_FINE_LOCATION permission.

I will try to see if it will work on clean ROM without opengapps and then flashing them directly with sideload. Someone has an idea why is this permission not granted?
 

niks255

Senior Member
Apr 5, 2012
351
241
OK, I still have problems with permissions on a ROM with opengapps included. I took the patch from github and rebuilt the ROM but I still get:
02-16 09:04:00.348 7199 7219 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 7199
AndroidRuntime: java.lang.SecurityException: "passive" location provider requires ACCESS_FINE_LOCATION permission.

I will try to see if it will work on clean ROM without opengapps and then flashing them directly with sideload. Someone has an idea why is this permission not granted?

Remove /data/system/users/*/runtime-permissions.xml from recovery and reboot into system. Permissions will be granted correctly.
 

MastahF

Inactive Recognized Developer

niks255

Senior Member
Apr 5, 2012
351
241

MastahF

Inactive Recognized Developer
The error is the same.
I solved this problem as before - replaced those swype libs with ones from google keyboard.
Does anyone else have this problem with the stock keyboard?
AFAIK most ROMs work perfectly fine with the stock libs. Could you maybe track which changes to the keyboard app your ROM does have compared to AOSP? Maybe that could help us in finding any insight and/or automatic detection of which lib should be used.
 

JustArchi

Inactive Recognized Developer
Mar 7, 2013
8,739
38,807
Warsaw
Are there any plans on perhaps releasing odexed versions of GAPPS?

I'm having fun with my AD and base system launches in 10 seconds after full wipe with my optimizations, I'm wondering if it's possible to ship GAPPS also in odexed versions. For non-being-updated core GAPPS taken from Nexus images it should be a simple copy paste, and for those being updated dex2oatd standalone for Linux should do.
 

MastahF

Inactive Recognized Developer
Are there any plans on perhaps releasing odexed versions of GAPPS?

I'm having fun with my AD and base system launches in 10 seconds after full wipe with my optimizations, I'm wondering if it's possible to ship GAPPS also in odexed versions. For non-being-updated core GAPPS taken from Nexus images it should be a simple copy paste, and for those being updated dex2oatd standalone for Linux should do.

I think that using https://github.com/opengapps/aosp_build might be a good solution for AD. It currently only supports the 'nodpi' packages, but it should be possible to add dpi-specific builds too if @blystad finds the time. aosp_build supports odexed builds.
 
  • Like
Reactions: JustArchi

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    Is there anything new to say?
    OpenGApps is still pretty dead atm, which is very sad...
    I think it's safe to assume that OpenGApps is dead, it's well beyond the point of simply being temporarily on hold. The devs havent posted in many months, not even to say that it's just on hiatus and will return in the future. And besides that, the last OpenGApps releases are for Android 11, we are now on Android 14, and 15 is coming soon. Even if it comes back, they will have way too much catching up to do for the project to be manageable. There are a few other GApps providers out there that you can try, I'd move on. OpenGApps always was my fave, but I've managed without them.
    4
    What he said. There are other GApps providers like MindTheGapps and NikGapps (which is the one I use) that have taken up the mantle from OpenGApps. NikGapps, in fact, still has releases going all the way back to Android 9 (Pie), and like OpenGApps, provides packages from "core" to "full" depending on how much GApps you need. MindTheGapps, unfortunately, stops at Android 13, so if you're using 14, you're SOL there.
    MindTheGApps has Android 14 builds. I'm using it on an A14 LineageOS gsi ROM right now. The only problem with MTG, is that it isnt customizable. The zips are take it or leave it, you're installing all the components in the zip, or not at all. There is only 1 version (all the zips are the same, excluding hardware/Android version-specific details) which is essentially 1 size fits all. But most other GApps providers have customization in that you can choose which parts you do/don't want. But MTG is also very minimal, it just includes the core GApps components and little to no bloat. So it's not a big deal to me. I don't need all the extra stuff, just Play Services/Play Store/calendar and contacts syncing, not much else.

    MTG for Android 14:
    2
    Is there anything new to say?
    OpenGApps is still pretty dead atm, which is very sad...

    I think it's safe to assume that OpenGApps is dead, it's well beyond the point of simply being temporarily on hold. The devs havent posted in many months, not even to say that it's just on hiatus and will return in the future. And besides that, the last OpenGApps releases are for Android 11, we are now on Android 14, and 15 is coming soon. Even if it comes back, they will have way too much catching up to do for the project to be manageable. There are a few other GApps providers out there that you can try, I'd move on. OpenGApps always was my fave, but I've managed without them.

    What he said. There are other GApps providers like MindTheGapps and NikGapps (which is the one I use) that have taken up the mantle from OpenGApps. NikGapps, in fact, still has releases going all the way back to Android 9 (Pie), and like OpenGApps, provides packages from "core" to "full" depending on how much GApps you need. MindTheGapps, unfortunately, stops at Android 13, so if you're using 14, you're SOL there.
    1
    Is there anything new to say?
    OpenGApps is still pretty dead atm, which is very sad...
  • 837
    Questions? Use Q&A!
    Please read the FAQ before reporting any bugs or errors!
    If you post in the main thread not having read the FAQ or error message itself, not included a debug log when reporting a malfuction or reporting a Force Closure without a logcat, your post will be ignored by the developers!
    Not because we are evil, but because the same questions keep popping up over and over again and too often we get a "X doesn't work, plz fix" without any clue what is happening. We don't have telepathic connection to your device and all the time unnecessarily wasted on this can't be spend on development of Open GApps itself.

    The Latest builds of Open GApps for Android can easily be downloaded from the:


    I work on this project for FREE and putting in a lot of hours into it. While not mandatory, donations encourage me to continue to further pursue this project and I'd deeply appreciate them, if you feel generous.
    Donate to The Open GApps Project


    Are you a ROM developer and want to hotlink to the latest Open GApps package? Then check this wiki entry for details.
    Please don't publicly mirror the prebuilt packages without explicit consent of @MastahF, to ensure that users will always be directed to the very latest version and the source code of the project.


    About The Open GApps Project
    Open GApps is a Google Apps package completely developed by writing buildscripts which allow for the automated creation of new up-to-date packages automatically.
    The development process is completely open-source (GPLv3) and the goal is to have multiple contributors involved, to secure and reinforce the sustainability of Open GApps development.
    Builds are generated every (European) night automatically (if there are any changes) and uploaded to GitHub.

    Official AROMA Open GApps package is developed in collaboration with long-time LP-AROMA-developer @raulx222 and has a dedicated XDA thread
    For any questions about the AROMA installer development, please refer to that thread. Of course, general support questions can also be asked in our own Q&A thread.

    Official Open GApps For Stock support is developed in collaboration with @Rapper_skull and has a dedicated XDA thread
    For any questions about the GApps for Stock development, please refer to that thread. Of course, general support questions can also be asked in our own Q&A thread.

    The x86 package branch of the package is focused on Zenfone support and is maintained by @deadman96385 of the famous Zenfone GApps packages and has its own topic for x86 related questions

    For those that cook their own ROM, an AOSP-build mechanism for Open GApps has been developed by @blystad and can be found at GitHub, remember that you should not bundle any pre-packaged Google Apps with any ROMs you want to distribute further though.

    To gather all the various APKs that are necessary for the packages our master of the APK Universe @MNBooZe has written a tool called APKCrawler that scrape these from the internet, e.g. from APKMirror, it can be found at GitHub too.

    Characteristic of Open GApps:

    • Some highlights about the characteristics of the Open GApps packages:
    • All platforms and and all Android versions are supported
    • DPI-optimized support for all Google packages (unlike other GApps)
    • Frequently updated Google Apps: The pre-built OpenGApps.org packages are updated every (European) night (if there are any updated Google Apps available)
    • Strong compression, allowing for relatively small downloads of even the most complete packages
    • Automatic backup: It is not necessary to re-flash Google Apps when you flash a ROM update. Most ROMs support this (addon.d) function
    • The installer checks your device’s capabilities, like the system partition size. It will notify you, before making any changes, if it finds any problems
    • Several package variations, from a Google Super Package (includes all applications that ever shipped on a Google device), to a Stock package that equals the set of applications found on the most current and complete Nexus, to smaller, minimalist packages and an AROMA package that allows graphically selection of what to install
    • A special ‘for Stock ROM’ installation mode that allows to update the Google Apps on Stock ROMs that conform to the original Google Nexus filesystem structure
    • All package installations can be customized to your individual preferences using our Advanced Features and Options

    The idea behind this project:
    I believe a big source of the problem for many GApps packages to stay up-to-date (or not be forfeited) is the lack of time for developers to do labour-intensive repetive every time a new google-app apk is released.
    That is why I have taken it upto myself to write some Linux shell scripts to automate the packaging and to share these efforts with the world with the goal to create a team to continue this package together under the name Open GApps.


    This project should not be managed by a person, but by a team, so volunteers willing to help are more than welcome!

    Open GApps installer uses open source third-party tools, like busybox and xzdec, compiled by @YashdSaraf; See his busybox thread for more info.
    Open GApps is originally based on the now discontinued PA GApps package of @TKruzze and @osm0sis
    36
    Is it possible to get a test version of the arm version aswell?
    I run arm/arm64 builds of pico, nano and stock for testing.

    Once they are tested a bit and seem stable, I upload them to MediaFire.
    MediaFire - Link

    Android 12 builds are in the SDK31 folder.
    The 20211218 builds include some permission updates.​

    ---

    Last week I ran SDK32 builds to test on LineageOS.
    LineageOS is merging 12.1.0_r1 into the 19.0 branch instead of creating a 19.1 branch.
    LineageOS Gerrit - Topic 12L - Link
    Edit: I just checked and see they decided to bump up to 19.1 a few days ago.​

    Note:
    Now that Android 12L is official, the release props still show as 12 not 12.1 or 12L.
    The build tag was bumped to 12.1.0 and the boot image is now SDK32 but, the kernel version is still showing as 12.0.0
    The boot image was SDK31 on the 12L preview release.​

    The only way to determine if you are running 12 or 12L is by checking the SDK level.
    SDK31 = Android 12
    SDK32 = Android 12L

    The initial 12L OpenGApps test builds were blind builds and untested.
    I did not have a device/rom to test them on. 🙃

    I few days later I was able to test them on a Pixel C, Lineage 19.0 SDK32 build.
    Since it is a tablet, it utilized the large screen layout of SDK32.​

    The 12L pico and nano builds seem to be safe.

    The 12L stock build had issues with Pixel launcher so, I would suggest not using it for now.
    Unless you are using a gapps config script to customize the install.

    Android 12L (SDK32) test builds are currently on gDrive.
    gDrive - Link


    Everyone is welcome to give them a try.

    Cheers all. :cowboy:

    Edit:
    See additional posts.
    Post # 7,316
    Post # 7,319
    25
    Tomorrow there will be 7.0 builds
    Small update concerning Nougat: everything is almost in place, only HotWord Enrollment is not de-odexable yet.
    So tomorrow there will be 7.0 builds, ready for when the first source and custom ROMs will drop.
    Of course beta-quality because they cannot be tested yet, so be careful.
    There are some minor changes, Google changed their keyboard stuff, so there will be no swypelibs possible anymore.
    Google VR Services is backported to all Android versions (so all the way from 4.4 to 6.0) but ofc not yet known how well it will work.
    Also there are some new 7.0 core apps for Google's Shared Android Services (com.google.android.ext.shared; com.google.android.ext.services)
    Trusted Face's unlock has also some major changes, it seems the pittpatt suff is not necessary anymore for 7.0.

    That's it for now
    25
    For those who hadn't spotted it yet: we can celebrate 1 year of Open GApps :)
    http://opengapps.org/blog/post/2016/05/09/open-gapps-first-anniversary/
    23
    Sorry to drop in but needed to clean up some unnecessary posts that were burying more legitimate posts to the thread.

    Going into someone's thread and demanding they make you something is not only just plain rude, it goes against everything XDA is about. Numerous people suggested a way for you to remove the gapps and you chose to ignore them. The dev isn't going to make an uninstaller just for you. You could also always use root explorer and remove the apps that way too. Anywho, there won't be an uninstaller made so no need to continue this conversation.

    Thread Cleaned