opengapps/opengapps

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

Aperta

#934 aperta il 6 set 2021

 (1 commento) (0 reazioni) (0 assegnatari)Shell (971 fork)batch import
bughelp wanted

Metriche repository

Star
 (5458 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor