I am grateful to the /e/ dev team and the /e/ community here to be able to offer this update to the above CUSTOM_SLIM /e/OS ROM.
In build method and content this is an updated copy of the ROM above, transferred to my phone by adb sideload
, I have tested it briefly for communications – all fine. Please tell me if you find different.
The list of apps not found in this CUSTOM_SLIM build.
eSpeakTTS Camera Message Mail Browser BrowserWebView PrivacyCentral MagicEarth PdfViewer.
The post above lists the replacements I have chosen to use.
Details of the build method
No docker, but I used android vendor e and extendrom kudos to @SteadfasterX
.repo/local_manifest/eos.xml exactly as the ROM above
Exclude AdvancedPrivacy
Using extendrom add to
/vendor/extendrom/extra/Android.mk
# override /e/ AdvancedPrivacy
include $(CLEAR_VARS)
LOCAL_MODULE := noEOSAdvancedPrivacy
LOCAL_SRC_FILES := empty.apk
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_DEX_PREOPT := false
LOCAL_MODULE_SUFFIX := .apk
LOCAL_OVERRIDES_PACKAGES := AdvancedPrivacy
include $(BUILD_PREBUILT)
vendorsetup.sh
#!/bin/bash
#######################################################################################
export EOS_CCACHE_DIR=/home/iain/ccache/eos
export EOS_USE_CCACHE=true
export EOS_CCACHE_SIZE=75G
export EOS_DEVICE=bacon
export EOS_SIGNATURE_SPOOFING=restricted
export EOS_ANDROID_JACK_VM_ARGS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx9G"
export EOS_BRANCH_NAME=v1.13-r
export EOS_MINI_APPS=true
export EOS_RELEASE_TYPE=CUSTOM_SLIM
########### extendrom section ###########
$PWD/vendor/extendrom/get_prebuilts.sh
export ENABLE_EXTENDROM=true
export EOS_MINI_APPS=true
export EXTENDROM_PACKAGES="noEOSeSpeakTTS noEOSCamera noEOSMessage noEOSMail noEOSBrowser noEOSBrowserWebView noEOSAdvancedPrivacy"
Space and size
This device has a small partition for /system
hence the CUSTOM_SLIM build. The following obtained from this ROM on my device with original manufacturer partition structure.
Filesystem Size Used Avail Use% Mounted on
/dev/block/mmcblk0p14 1.2G 1.2G 2.9M 100% /
Any feedback most welcome