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

BookmarkProvider is removed upon ROM upgrade (addon.d/70-opengapps error) #934

Open
5 tasks done
F-i-f opened this issue Sep 6, 2021 · 1 comment
Open
5 tasks done

Comments

@F-i-f
Copy link

F-i-f commented Sep 6, 2021

Only issues related to the code of The Open GApps Project scripts themselves

If you have found an issue with a pre-built OpenGApps.org package please use the XDA-Developers forum thread

Checklist

  • The issue is not answered by reading the FAQ
  • The issue is part of The Open GApps Project scope (and not of the pre-built OpenGApps.org packages scope, for support on those see XDA Forum)

If Open GApps compilation fails:

If Open GApps installation fails:

  • [N/A] Is the issue reproducible using the latest version of your recovery?
  • [N/A] Is the issue reproducible with (the latest) TWRP recovery? (other recoveries are only best-effort)

If receiving force closures after Open GApps installation:

  • [N/A] The issue is NOT an error within one of the bundled Google applications itself (verify by e.g. installing the application from the Play Store instead)
  • The issue is reproducible on clean (=wiped /data/ partition) installation
  • The affected ROM includes the necessary patches and functionality as noted for Android versions and Platforms
  • No non-AOSP hacks like privacy guards' permission restrictions etcetera are applied

Issue description:

After the initial install, BookmarkProvider is in /system/app.
After an upgrade, it is removed.

Reproduction Steps:

  1. Format /system
  2. Install ROM (lineageOS on a OP5)
  3. Install opengapps
  4. Boot into the system.
  5. Reboot into recovery
  6. Check that /system/app/BookmarkProvider is there.
  7. Reflash the same ROM as in step 2 (that uses the faulty addon.d/gapps script)
  8. /system/app/BookmarkProvider is gone.

Expected behavior:

BookmarkProvider should either:

  • be removed upon initial install and keep being removed upon upgrade
  • or, left in /system/app upon initial install and left there upon upgrade

Observed behavior:

BookmarkProvider is left in /system/app after initial install, and is removed upon subsequent upgrades.

Upload the installation debug log (=tar.gz file) and logcat of Force Closure:

N/A.

A logcat of the moment I receive the force closure (if applicable)

N/A.

** Work-around: **
When performing an upgrade:

  • wipe /system
  • install ROM
  • install opengapps
@osm0sis
Copy link
Member

osm0sis commented Jan 21, 2023

Still an issue? Which Android version package?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants