Skip to content

EXTENDROM_ALLOW_ANY_CALL_RECORDING

steadfasterX edited this page Nov 8, 2024 · 5 revisions

EXTENDROM_ALLOW_ANY_CALL_RECORDING

⚠️ WARNING ⚠️

Enabling / Disabling this option happens on your own responsibility as this might not be legal in your country.

See here for a list which might be incomplete though.

State

State Branch Supported Android versions Tested on [1]
STABLE main A11 A11

[1] will very likely work on lower and/or higher Android versions, too

Flags

flag values meaning
EXTENDROM_ALLOW_ANY_CALL_RECORDING can be unset or true must be true to activate call recording in developer options

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

  • export EXTENDROM_ALLOW_ANY_CALL_RECORDING=true

This adds support for:

  • Call recording - regardless of the country
  1. it will add a new option in "Developer Options" named Disable call recording restrictions
  2. when enabled any country check will be bypassed and the recording button is shown during a call
  3. call recordings are saved at their default location (i.e. Music / Call Recordings)as an AMR file which can be played with e.g. VLC player

Enabling/Disabling does not require a reboot.

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

  • N/A