Update 27 July 2022
With v1.0 and in particular Advanced Privacy the /e/ filesystem is too big for the device. The updated build, v1.2 is without Advanced Privacy, reducing size considerably. This filesystem size issue is raised in Gitlab here Oneplus One - bacon - /e/ filesystem is too large for the device (#5860) · Issues · e / Backlog · GitLab. To download he updated ROM please follow this link: [CUSTOM BUILD] Oneplus One - bacon v1.4 in Post 2 - MINIMAL_APPS without Advanced Privacy
Earlier build: MINIMAL_APPS build for Oneplus One ‘bacon’.
- e-0.22-q-20220412-MINIMAL_APPS-bacon.zip | by aibd for OnePlus One
- md5sum @androidfilehost
- Please use these instructions Install /e/OS on a OnePlus One - “bacon”.
A bacon ROM with the same heritage has been tested and reported on by a community member and is outlined here Experimental Custom build 'extra_minimal_apps' for Oneplus One - bacon.
Taking inspiration from docker guide How to Build the /e/OS ROM?
MINIMAL_APPS … For now it’s removing LibreOffice viewer, PDFViewer, Maps and Weather.
I used this for the vendorsetup.sh
export EOS_DEVICE=bacon
export EOS_SIGNATURE_SPOOFING=restricted
export ANDROID_JACK_VM_ARGS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx8G"
export BRANCH_NAME="v0.22-q"
## extendrom section
RELEASE_TYPE="$EOS_RELEASE_TYPE"
export EOS_RELEASE_TYPE="MINIMAL_APPS"
export ENABLE_EXTENDROM=true
$PWD/vendor/extendrom/get_prebuilts.sh
export EXTENDROM_PACKAGES="noEOSLibreOfficeViewer noEOSPdfViewer noEOSMagicEarth noEOSOpenWeatherMapWeatherProvider"
Bliss weather widget was non-functional on v0.22-q build, due to missing OpenWeatherMapWeatherProvider. Now working correctly in v1.2.
Feedback, please – the more critical the better !