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

Search This thread
  • Like
Reactions: ipdev

Magendanz

Senior Member
Mar 25, 2008
987
1,071
Issaquah, WA
www.Vote4Chad.com
I'm so excited to finally have Android 11 stock builds, but am seeing a WebView problem on the Galaxy Tab A 8.0 (SM-T290, ARM64) that seems related to issues #820 and #804. Setup cannot progress past attempting Google Play Services sign-in and skipping setup results in the same problem when logging into the Play Store or Chrome, showing only a black screen and the navigation bar. If I check WebView Implementation in Developer Options, it shows None.

Can anyone recommend a workaround for this? Previously, we just needed to match versions for Chrome and Trichrome, but they both seem to currently be 81.0.4044.138.
So, I did ultimately find a workaround: Adding WebViewGoogle to the gapps-config.txt allowed me to get through the Setup Wizard and Google Play Services sign-in. WebView implementation shows as "Android System WebView 94.0.4606.71" (which I assume it got from my underlying GSI) and everything seems to be working fine now.

Shouldn't it be installing WebViewStub for Android 7.0+, though?
 
  • Like
Reactions: curiousrom

Md Husain

Member
Aug 11, 2019
23
5
Madaripur
www.facebook.com
Hello,

In the open_gapps_logs file, there is a line, Google Pixel Features | false

Screenshot_20211122-114640_HTML_Viewer.png


So actually which devices it will support on?

Is it possible to force this features to support, making Google Pixel Features | true ?
 

myxal

Senior Member
Sep 5, 2011
115
16
Cheers.
TL;DR: Can any developer tell me if it's okay for a ROM developer to provide android version info only via the ro.vendor.build.version.* properties? (Ie. without the ro.build.version.* properties, which the opengapps installer is currently looking for).

I have a Nexus 4 which I'm keeping alive with CarbonROM (8.0, Android 10). Since one build about 6 months ago, opengapps stopped being installable, always complaining about insufficient android version. The version detected by opengapps installer would be 5.1.1 - which - I'm guessing - is the version of android the recovery is using.

After tinkering with the installer script to find out what's going on, I concluded that the properties that the installer is checking (ro.build.version.release and ro.build.version.sdk) are not present in any property file shipped by CarbonROM in the current build. I now have noticed however, there are ro.vendor.build.version.release and ro.vendor.build.version.sdk properties under /system/vendor/build.prop. Is this some new normal? Does opengapps need to fix the installer, or is this a broken ROM build?
 
  • Like
Reactions: ipdev

ipdev

Recognized Contributor
Feb 14, 2016
2,546
1
5,159
Google Nexus 10
Nexus 7 (2013)
Cheers.
TL;DR: Can any developer tell me if it's okay for a ROM developer to provide android version info only via the ro.vendor.build.version.* properties? (Ie. without the ro.build.version.* properties, which the opengapps installer is currently looking for).

I have a Nexus 4 which I'm keeping alive with CarbonROM (8.0, Android 10). Since one build about 6 months ago, opengapps stopped being installable, always complaining about insufficient android version. The version detected by opengapps installer would be 5.1.1 - which - I'm guessing - is the version of android the recovery is using.

After tinkering with the installer script to find out what's going on, I concluded that the properties that the installer is checking (ro.build.version.release and ro.build.version.sdk) are not present in any property file shipped by CarbonROM in the current build. I now have noticed however, there are ro.vendor.build.version.release and ro.vendor.build.version.sdk properties under /system/vendor/build.prop. Is this some new normal? Does opengapps need to fix the installer, or is this a broken ROM build?
Nice investigating and a good question. :)

The OpenGApps scripts can be a little confusing.

To clarify.
The installer script uses the SDK level.
Code:
# Get ROM SDK version
rom_build_sdk="$(get_prop "ro.build.version.sdk")"
[GitHub] - Installer script lines 1635-1636 - Link

The value found is compared to the OpenGApps build ($req_android_sdk) that you are trying to install.
Code:
# Check to make certain user has proper version ROM Installed
if [ ! "$rom_build_sdk" = "$req_android_sdk" ]; then
[GitHub] - Installer script lines 1651-1652 - Link

--

I checked CarbonROM 8 for mako.
Extracted and mounted the system image.

The system build prop does contain ro.build.version.sdk.

Part of the system/build.prop
Code:
# begin common build properties
# autogenerated by build/make/tools/buildinfo_common.sh
ro.system.build.date=Sat Nov 20 05:22:56 CET 2021
ro.system.build.date.utc=1637382176
ro.system.build.fingerprint=google/occam/mako:5.1.1/LMY48T/2237560:user/release-keys
ro.system.build.id=QQ3A.200805.001
ro.system.build.tags=release-keys
ro.system.build.type=user
ro.system.build.version.incremental=033719fce0
ro.system.build.version.release=10
ro.system.build.version.sdk=29
ro.product.system.brand=google
ro.product.system.device=mako
ro.product.system.manufacturer=LGE
ro.product.system.model=Nexus 4
ro.product.system.name=occam
# end common build properties
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=QQ3A.200805.001
ro.build.display.id=QQ3A.200805.001-carbon@saturn.carbonrom.org
ro.build.version.incremental=033719fce0
ro.build.version.sdk=29
ro.build.version.preview_sdk=0
ro.build.version.preview_sdk_fingerprint=REL
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=10
ro.build.version.security_patch=2021-11-05
ro.build.version.base_os=
ro.build.version.min_supported_target_sdk=23
ro.build.date=Sat Nov 20 05:22:56 CET 2021
ro.build.date.utc=1637382176
ro.build.type=user
ro.build.user=carbon
ro.build.host=saturn.carbonrom.org
ro.build.tags=release-keys
ro.build.flavor=carbon_mako-user
# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
# use ro.product.cpu.abilist instead.
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.cpu.abilist=armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=
ro.product.locale=en-US
ro.wifi.channels=
# ro.build.product is obsolete; use ro.product.device
ro.build.product=mako
# Do not try to parse description or thumbprint
ro.build.description=occam-user 5.1.1 LMY48T 2237560 release-keys
ro.carbon.device=mako
# end build properties

Not sure why SDK29 is not found for you. :unsure:

Cheers. :cowboy:

PS.
I charged mine up and will test once I (re)partition it. ;)
 

myxal

Senior Member
Sep 5, 2011
115
16
Thanks for taking a look at this.

I checked CarbonROM 8 for mako.
Extracted and mounted the system image.

The system build prop does contain ro.build.version.sdk.
Interesting. 🤔 I only checked the system partition (didn't have a linux box ready) after installing CarbonROM with TWRP, and manually resizing the partition (via adb shell):
Code:
# e2fsck -fy <system partition>
# resize2fs <system partition>
# e2fsck -fy <system partition>

I just installed the ROM again, without resizing or checking the partition - that file exists but is empty.

My /system/addon.d only has "50-hosts" and "70-gapps" in it, and none of those touch the file AFAICT. Is there anything else that might be touching the system partition after the image is written to the partition? (aside from CarbonROM's own installer, which I'm just about to check)
 

myxal

Senior Member
Sep 5, 2011
115
16
I think I see what's going on...
  • CarbonROM ROM's system partition image is sized to 1.2 GiB.
  • The image of the system partition itself does not contain the build.prop file - it's part of the zip archive as a dedicated file.
  • The 1.2G partition size is not enough for opengapps nano, which I wish to use.
  • opengapps' addon.d script backs up opengapps and restores it after a new CarbonROM system image is recorded on the partition. Crucially, this happens before I have a chance to manually resize the partition to fit opengapps (my system partition is 2 GiB)
  • (My guess) The system.build prop should be copied after the addon.d scripts are executed.
  • However, restoring the opengapps backup onto the not-yet-resized system partition exhausts all free space, so when the installer tries to copy build.prop file, it only manages to create the directory entry, but doesn't copy any data. (How the **** is this not detected as an error is beyond me.)
My question for opengapps would be - does the opengapps backup contain anything that's not in the installer? (I would just nuke the system partition before installing CarbonROM and installing opengapps as "new")

I used to have an addon.d script to do the resize automagically during ROM installation years ago, but recall it not working for some reason. I found and will try this one to see if it works.

EDIT: I got the script working (the payload version from here), and was a bit surprised - the filesystem was grown, and the gapps script executed with errors on chcon (couldn't change context), so actually I ended with a filesystem filled less than it was before. (0.8 GB vs 1.2 GB). Nevertheles, build.prop was copied successfully and opengapps installation worked without issues.
 
Last edited:

osm0sis

Senior Recognized Developer / Contributor
Mar 14, 2012
16,773
40,456
Halifax
GT-i9250
Google Nexus 4
Bootloop here with open_gapps-arm64-11.0-nano-20211203.zip

Went back to 20211125 that works
In before curiousrom! 😆

Reported it to the team. 👍

Any in between those working?

Edit: Also some logs of the bootloop and GApps install would be nice to help narrow it down.
 
Last edited:
Bootloop here with open_gapps-arm64-11.0-nano-20211203.zip

Went back to 20211125 that works

Bootloop thrown back to recovery reported on clean install of Galaxy S III Neo (Samsung Camera) (s3ve3gjv) + LineageOS 18.1 + open_gapps-arm-11.0-nano-20211203 here.
***

Edit: @Nezorflame added build date as reported by the user.
**
 
Last edited:

dwardo

Senior Member
Jan 15, 2011
602
521
France
Asus Transformer TF700
Nexus 6
Bootloop to twrp to be precise
Haven't tried anything in between
I can redo install to get you a last_kmsg.log and install.log. Anything else you need ?
Attached are the gapps install logs.
Can't find the previous kernel log... Don't have /proc/last_kmsg or /sys/fs/pstore/console-ramoops
 

Attachments

  • open_gapps_log.20211203.txt
    4.2 KB · Views: 9
  • open_gapps_debug_logs.20211203.tar.gz
    124.9 KB · Views: 6
  • Like
Reactions: curiousrom

sevenrock

Senior Member
Nov 27, 2012
664
1,097
Motorola Defy
Moto G
Hi,
Play Store and Play Services seem out-of-sync:
logcat80:12-04 16:23:52.531 4995 5255 W GooglePlayServicesUtil: Google Play services out of date for com.google.android.youtube. Requires 214680000 but found 214515037
12-04 22:14:10.290 8167 8277 W GooglePlayServicesUtil: de.rki.coronawarnapp requires the Google Play Store, but it is missing.
using this tree
with opengapps included into my private los-18.1 build using https://github.com/opengapps/aosp_build

Will try to revert https://gitlab.opengapps.org/opengapps/arm64/-/commit/8810d419f3e0806aae3bb41a9bd4d493bfa96dbb in the next build and report back.
EDIT 1: Was not enough, will try to remove the Google Play services from Nov 29th as well...
 
Last edited:
  • Like
Reactions: ipdev

Game-R

Member
Jul 7, 2009
37
4
Hi there,
Would like to inquire if it's a known issue that Open GApps would break Wi-Fi Direct and Miracast?

I have a Sony Xperia Z5 flashed with an Android 7.1.2 ROM that I use for a car diagnostic display that was able to connect to a Hudway Cast device that uses the Miracast protocol. I've discovered that upon completing running 7.1 version of Open GApps Aroma installer, to remove some apps I don't want in the phone (I don't want GMail and YouTube that came in the ROM to take up space and memory), the device isn't able to detect any wireless (Miracast) displays.
I also noticed that the Wi-Fi Direct configuration page, that was working fine before, is completely dead: Clicking on "Search For Devices" would do nothing and upon attempting to rename the device would result in a "Failed to rename device" error message.

I've tried installing all of the GApps and selected not to remove any of the LineageOS or AOSP programs to see if there was something I was removing or not including in the installation that was causing this problem, but I found that regardless, after completing GApps installer, the phone's Wi-Fi Direct and Miracast capabilities just dropped dead.

Any advice on this and what I would need to do to get Miracast working on my phone would be greatly appreciated!

Thank you
 
Last edited:

runekock

Senior Member
Apr 24, 2012
1,052
585
Samsung Galaxy Tab S
Nexus 6
@Game-R
OpenGapps is designed to add GApps to a rom without it, not remove functions from a rom that included GApps from the start.

It's likely that OpenGapps makes a mess of the roms included GApps, because files are stored in different places. Don't do this.

Instead, you should research ways to de-bloat your rom. To some extent, you can delete apps by just deleting their files from the system partition. But it will be a trial and error process to find what you can remove without breaking other things. Or go the simpler route: deactivate the apps in settings without removing them fully.
 
  • Like
Reactions: zimral.xda

ALTracer

Member
May 5, 2018
15
19
Cheboksary
4pda.ru
In before curiousrom! 😆

Reported it to the team. 👍

Any in between those working?

Edit: Also some logs of the bootloop and GApps install would be nice to help narrow it down.
Got some logs for you.

After trying to update open_gapps-arm64-11.0-super 20211112->20211204, my phone failed to boot. Reverting to 20211125 achieved successful boot, but apps are old (and Play Store offers updates).

Apparently Wellbeing now requires android.permission.REAL_GET_TASKS and android.permission.START_TASKS_FROM_RECENTS.

Regarding @curiousrom 's suggestion. Can your team at least try your biggest arm64 `super` packages on some Android-capable Raspberry Pi 3/4 before rolling them out into production? Why did the script detecting permissions miss this?

Phone: santoni 3/32
ROM: LineageOS 18.1 20211111 mi-msm8937 landtoni unofficial by 0xCAFEBABE (nevermind the raven fingerprint).
 

Attachments

  • system_server_crash@1638660153070.txt
    1.3 KB · Views: 5
  • gapps-config.txt
    4.9 KB · Views: 5
@Nezorflame - Please remove the broken builds from the server ASAP!

Oh My Gosh, the bootloop was reported 48 hours ago in this thread & on Telegram and hundreds of users keep on downloading the broken builds, wasting their time & posting about it. :(

A OnePlus 7T + LineageOS 18.1 reported it here in the LOS subreddit and @haggertk who is one of the 9 Lineage Project director posted in it:

"Opengapps is perennially broken. You can play whack-a-mole and start picking older and older packages until you find a non-broken one, or use MTG, which is actually tested, instead."

This is so bad for the Open GApps Project's reputation. :( 🤦‍♂️

This is a draft and the commit is not merged yet but LineageOS is about to add a warning against Open GApps in it's wiki: https://lineage.harryyoud.co.uk/318857/2/gapps.html :

Open_GApps_Wiki_Warning_Draft.png


Broken Open GApps Builds Again!

The era of publishing untested rolling releases of Open GApps is over.

Google is moving the goal posts all the time and that breaks stuff.

Better a monthly thoroughly tested release instead.

That's better for the reputation of Open GApps & also for the users instead of wasting their time with broken builds.
***
***
 
Last edited:

ipdev

Recognized Contributor
Feb 14, 2016
2,546
1
5,159
Google Nexus 10
Nexus 7 (2013)
@Nezorflame - Please remove the broken builds from the server ASAP!

Oh My Gosh, the bootloop was reported 48 hours ago in this thread & on Telegram and hundreds of users keep on downloading the broken builds, wasting their time & posting about it. :(

A OnePlus 7T + LineageOS 18.1 reported it here in the LOS subreddit and @haggertk who is one of the 9 Lineage Project director posted in it:

"Opengapps is perennially broken. You can play whack-a-mole and start picking older and older packages until you find a non-broken one, or use MTG, which is actually tested, instead."

This is so bad for the Open GApps Project's reputation. :( 🤦‍♂️

This is a draft and the commit is not merged yet but LineageOS is about to add a warning against Open GApps in it's wiki: https://lineage.harryyoud.co.uk/318857/2/gapps.html :

View attachment 5475539


***
Interesting that they do not have a link to MindTheGapps for Android 10.
or test builds for Android 12

Why are they linking to OpenGApps nano packages?
I have not compared them recently.
The last time I checked MindTheGapps was closer to pico.


--

I would recommend you contact @hazzer (if he even is still on xda) and ask him to rewrite that warning a little nicer.

That kind of negativity is what makes everyone walk away from a project.
Unless that is the goal.
The You've been warned. part is salt in a wound and over the top. 🤬


Cheers. :cowboy:
 

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