-
Notifications
You must be signed in to change notification settings - Fork 10
Extendrom flags
steadfasterX edited this page Jul 22, 2023
·
11 revisions
all flags HAVE TO be exported (i.e. export <FLAG>=<value>).
This can be done in your device/vendor/model/vendorsetup.sh or manually before executing extendrom.
| Flag | State | Branch | Description | Configuration |
|---|---|---|---|---|
ENABLE_EXTENDROM |
STABLE |
main |
Enable/Disable extendrom. You have to set this to enable any other flag mentioned here. | see here |
EXTENDROM_PACKAGES |
STABLE |
main |
define packages/apps to include/exclude | see here |
EXTENDROM_PREROOT_BOOT |
STABLE |
main and any magisk_xx
|
Pre-root with Magisk (legacy method) | see here |
EXTENDROM_PREROOT_BOOT |
BETA |
testing_magisk-ng |
Pre-root with Magisk (recommended method) | see here |
EXTENDROM_BOOT_DEBUG |
BETA |
testing_magisk-ng |
Enable a boot debugger | see here |
EXTENDROM_SIGNATURE_SPOOFING |
BETA |
sp5 |
Add signature spoofing support | see here |