BookmarkProvider is removed upon ROM upgrade (addon.d/70-opengapps error)
#934 aperta il 6 set 2021
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:
- [N/A] The issue is not a duplicate
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:
- Format /system
- Install ROM (lineageOS on a OP5)
- Install opengapps
- Boot into the system.
- Reboot into recovery
- Check that /system/app/BookmarkProvider is there.
- Reflash the same ROM as in step 2 (that uses the faulty addon.d/gapps script)
- /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