Skip to content

EXTENDROM_SIGNATURE_SPOOFING

steadfasterX edited this page Jul 22, 2023 · 7 revisions

EXTENDROM_SIGNATURE_SPOOFING

State

State Branch Supported Android version(s) Tested on Description
BETA sp5 A13 A13 see here

In theory this can all be backported to any other version as well - likely A10 support will come soon.

Flags

flag values meaning where to configure
EXTENDROM_SIGNATURE_SPOOFING can be unset or true must be true to activate patching your sources to add signature spoofing support vendorsetup.sh
EXTENDROM_SIGSPOOF_RESET Optional: can be unset, ˋtrueˋ or ˋfalseˋ extendrom will by default do a hard reset of each path it will patch. You can prevent this when setting this to ˋfalseˋ vendorsetup.sh
EXTENDROM_SIGSPOOF_FORCE_PDIR Optional: can be unset or the full path containing the spoffing patches (see technical details) extendrom will detect your TARGET_PRODUCT (i.e. usually what you specify when doing a breakfast or lunch command) and android version you build for. Depending on that the patch path will be auto detected (e.g. building a LineageOS 20 (based) ROM results in ˋvendor/extendrom.../lineage/A13ˋ or ˋaxp/A13ˋ etc) vendorsetup.sh

Technical background (how does it work)

TBD

Required flags (device/<vendor>/<model>/vendorsetup.sh)

  • EXTENDROM_SIGNATURE_SPOOFING = true

Optional flags (device/<vendor>/<model>/vendorsetup.sh)

  • ˋEXTENDROM_SIGSPOOF_RESETˋ -> OPTIONAL:
Clone this wiki locally