-
Notifications
You must be signed in to change notification settings - Fork 10
EXTENDROM_ALLOW_ANY_CALL_RECORDING
steadfasterX edited this page Apr 25, 2025
·
6 revisions
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 | Branch | Supported Android versions | Tested on [1] |
|---|---|---|---|
STABLE |
main |
A11, A13 |
A11, A13 |
[1] will very likely work on lower and/or higher Android versions, too
| flag | values | meaning |
|---|---|---|
| EXTENDROM_ALLOW_ANY_CALL_RECORDING | can be unset or true
|
must be true to activate call recording in developer options |
export EXTENDROM_ALLOW_ANY_CALL_RECORDING=true
This adds support for:
- Call recording - regardless of the country
- it will add a new option in "Developer Options" named
Disable call recording restrictions - when enabled any country check will be bypassed and the recording button is shown during a call
- 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.
- N/A