Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMUpdater removal bug in GApps when using LineageOS (latest one) #113

Open
ghost opened this issue Aug 30, 2017 · 0 comments
Open

CMUpdater removal bug in GApps when using LineageOS (latest one) #113

ghost opened this issue Aug 30, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 30, 2017

In the latest LineageOS (nightly build 08/30/17) the CMUpdater has been replaced with Updater.

https://review.lineageos.org/#/c/180010/

Additionally I found this in the LineageOS changelog:
https://review.lineageos.org/#/c/179646/

Because of that change, the keyword CMUpdater in the Remove section of gapps-config does not work anymore (refers to false/wrong directory).
Can somebody check and verify this? The new folder for the Updater app is:
priv-app/Updater (old one was priv-app/CMUpdater)

As far as what I saw in the installer.sh file, something could be added like:
lupdater (in ' optional_aosp_remove_list=" ')
lupdater_list="
priv-app/Updater"

My gapps-config removal section looks like this:

CMAccount # Remove CM Account
CMBugReport # Remove CM Bug Report
CMAudioFX # Remove CM AudioFX
CMFileManager # Remove CM File Manager
CMMusic # Remove CM Music
CMScreenCast # Remove CM ScreenCast
CMSetupWizard # Remove CM Setup Wizard (see Notes for CMSetupWizard)
CMUpdater # Remove CM Updater
CMWallpapers # Remove CM Wallpapers
CMWeatherProvider # Remove CM Weather Underground

This all worked so far. The Removal of the CMUpdater stopped working since the latest LineageOS Updater package change (introduced in all latest nightlies).

Can somebody please correct this bug, and if corrected - which new keyword must be used for the Removal of the Updater?

@ghost ghost changed the title CMUpdater removal bug in LineageOS CMUpdater removal bug in GApps when using LineageOS Aug 31, 2017
@ghost ghost changed the title CMUpdater removal bug in GApps when using LineageOS CMUpdater removal bug in GApps when using LineageOS (latest one) Aug 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants