Recording telephone conversations on smartphones s Android 10 became a headache for many users after policy tightening Google in 2019โ€“2020. If previously it was enough to install any application from Play Market, now most apps either do not work or require root access. The reason is API restrictions that blocked access of third-party applications to the audio stream of calls "out of the box".

In this article we will analyze 5 working methods recordings of conversations on Android 10 (including Samsung, Xiaomi, Huawei and other brands), their pros and cons, and legal considerationsโ€”when recording is allowed and when it could lead to lawsuits. We will pay special attention to bypassing restrictions without root and alternative solutions for business users.

Why does Android 10 block call recording?

With the release Android 10 (API 29) Google he introduced strict restrictions on Application access to the microphone during calls. This is due to:

  • ๐Ÿ”’ Protection of privacy: massive leaks of call recordings in 2018โ€“2019 forced control to be tightened.
  • ๐Ÿ“œ GDPR requirements and local laws (for example, in the EU, recording without the consent of the interlocutor is prohibited).
  • ๐Ÿ›ก๏ธ Fighting fraud: recording was often used to collect voice biometric data.

Technically, restrictions are implemented through:

  • ๐Ÿšซ Blocking access to MediaRecorder during an active call.
  • ๐Ÿ”• Lack of official API for recording voice calls (except for system applications).
  • ๐Ÿ“ฑ Prohibition on the use Accessibility Service to intercept audio.

The exception is firmware of some manufacturers (for example, Xiaomi, Realme), where the recording function is built in at the system level. Also, recording is allowed for emergency services (112, 911) in some countries.

โš ๏ธ Attention: If you use a smartphone with Android 10 at work, check the corporate policy. In some companies, recording conversations without notifying the client is punishable by dismissal.

Method 1: Built-in recording function (for selected models)

Some manufacturers leave the ability to record calls at the firmware level. This works without additional applications, but is not available on all devices.

Brand Supported models How to enable Restrictions
Xiaomi Redmi Note 8/9, Mi 9/10, POCO X3 In the call menu โ†’ "Record" button Works only on MIUI 11โ€“12
Realme Realme 6/7, Narzo 20 Settings โ†’ Advanced โ†’ Call recording Does not work on EU versions
Samsung Galaxy S10, Note 10 (Korean versions) Only via Samsung Phone app Not available in European firmware

To check if the function is on your phone:

  1. Open the application Phone.
  2. Call a test number (for example, on another phone).
  3. Look at the screen during a call - if there is a button with a microphone icon or the inscription "Record", the function is supported.
โš ๏ธ Attention: On Samsung s One UI 2.5+ (Android 10) recording can be automatically disabled for numbers from contacts marked "Work". This is due to corporate policies Samsung Knox.
๐Ÿ“Š Does your smartphone support built-in call recording?
Yes, it works without problems
There is a button, but it does not record
No such functions
I donโ€™t know, havenโ€™t checked

Method 2: Applications that bypass restrictions (without root)

If there is no built-in function, you can use third-party applications that record calls through speakerphone or external microphone. Minus - the recording quality is worse, and the interlocutor can hear an echo.

Top 3 working applications for Android 10:

  • ๐Ÿ“ฑ Cube Call Recorder ACR (free version with advertising):
    • Uses Accessibility Service to activate speakerphone.
    • Supports cloud storage (Google Drive, Dropbox).
    • Minus: requires manual recording for each call.
  • ๐ŸŽค Call Recorder by Lovekush (paid, ~300 rub.):
    • Records via an external microphone (you need to turn on the speakerphone).
    • There is a transcription function (converting speech into text).
    • Minus: does not work with Bluetooth headsets.
  • ๐Ÿ”Š Automatic Call Recorder by Appliqato:
    • Automatic recording of all incoming/outgoing.
    • Integration with Google Contacts to mark important conversations.
    • Minus: on some firmware it requires ADB command to unlock.

Setup instructions Cube Call Recorder ACR:

  1. Install the application from Play Market.
  2. Open Settings โ†’ Accessibility โ†’ Cube Call Recorder and enable access.
  3. In the application settings, select Record via speakerphone.
  4. When making a call, press the record button in the application interface.

Install the application from the official source|Grant access to accessibility features|Check microphone and storage permissions|Test call to check the quality of the recording|Configure automatic deletion of old recordings (if necessary)

-->

Important: Applications that promise โ€œhands-freeโ€ recording on Android 10 without root is most likely a scam. They either record an empty file or collect your data.

Method 3: Recording via a second phone or voice recorder

If software methods do not work, the only option left is hardware bypass:

  • ๐Ÿ“ž Second phone: place a second smartphone next to it with it turned on voice recorder (for example iPhone or old Android). The downside is low quality and background noise.
  • ๐ŸŽ™๏ธ External voice recorder: devices like Sony ICD-UX570 or Olympus WS-853 give better quality, but require carrying with you.
  • ๐Ÿ–ฅ๏ธ Computer + microphone: if the conversation is on speakerphone, you can record it on a PC via Audacity or OBS Studio.

Advantages of the method:

  • โœ… Works on any version of Android.
  • โœ… Does not require root or special permissions.
  • โœ… Recording is carried out regardless of the phone (useful when the battery is low).

Disadvantages:

  • โŒ Low quality with poor acoustics.
  • โŒ The interlocutor may hear an echo or noise.
  • โŒ Inconvenient for constant use.
๐Ÿ’ก

If you are using an external voice recorder, place it close to the phone speaker and away from noise sources. For better quality, use a directional microphone (for example, Zoom H1n).

Method 4: Root access + specialized applications

If you are ready to receive root access, opportunities will open up for full call recording without restrictions. This method is suitable for advanced users, as it requires unlocking the bootloader and installation Magisk.

Step-by-step guide:

  1. Unlock the bootloader:
    • For Xiaomi: use Mi Unlock Tool (requires waiting 7-14 days).
    • For Samsung: enable OEM Unlock in Settings โ†’ For developers.
  2. Install Magisk:
    • Download the latest version Magisk from the official repository.
    • Flash via TWRP or Fastboot.
  • Install the module for records:
    1. Open Magisk Manager.
    

    2. Go to the "Modules" section.

    3. Install the "Call Recorder Patch" or "ACR Root Enabler" module.

    4. data-i="176">Configure the application

  • Set up the application:
    • Install Boldbeast Call Recorder or ACR Pro.
    • In the settings, select the audio source: Root Mode.

    Advantages root method:

    • ๐Ÿ”Š Recording is carried out directly from the line (without speakerphone).
    • ๐Ÿ“ Automatic saving to the cloud or local storage.
    • ๐ŸŽ›๏ธ Flexible settings (format, bitrate, separation by contacts).
    โš ๏ธ Attention: Receiving root voids the warranty and may lead to blocking banking applications (due to SafetyNet). On some models (for example, Samsung c Knox), root triggers a flag KNOX 0x1that cannot be reset.
    What happens if you update the firmware after getting root?

    When updating via OTA, root usually crashes and needs to be restored manually. On some devices (for example OnePlus), the update may lock the bootloader if it was unlocked unofficially. Always back up your data before updating!

    Method 5: Cloud services and SIP telephony

    For business users or those who need to record all conversations (for example, for call centers), cloud solutions are suitable:

    • โ˜๏ธ Google Voice (USA only):
      • Automatic recording of incoming calls upon request (*4 during a call).
      • Storing recordings in Google Drive.
    • ๐Ÿ“ž SIP-telephony (VoIP):
      • Services like Zoiper or 3CX allow you to record calls on the server side.
      • Requires reconfiguring the telephone line to VoIP.
    • ๐Ÿข Corporate solutions:
      • RingCentral, Aircall - recording with analytics and integration into CRM.
      • Cost: from $20/month per user.

    How to set up recording via Google Voice:

    1. Register in the service (US number required).
    2. In the account settings, enable Call recording.
    3. In during the conversation, press 4 โ€”the system will notify the interlocutor about the recording.
    4. After the call ends, the recording will appear in the call history.

    Cloud services are suitable for:

    • ๐Ÿ  Small businesses (recording conversations with clients).
    • ๐Ÿ‘จโ€๐Ÿ’ผ Freelancers (saving agreements on telephone).
    • ๐Ÿ“Š Analysts (assessing the quality of operator work).
    ๐Ÿ’ก

    Cloud services are the only legal way to record calls without technical restrictions, but they require monthly payments and are not suitable for personal use.

    In most countries, recording of telephone conversations is regulated by laws on Confidentiality i Personal data. The rules differ depending on the jurisdiction:

    Country/Region Conditions of legal recording Penalties for violation
    Russia Required consent of at least one interlocutor (Article 23 of the Constitution of the Russian Federation). Up to 300 thousand rubles. or correctional labor.
    European Union (GDPR) Consent all participants conversation (Article 6 GDPR). Up to 4% of global income company.
    USA (federal law) "One-party consent" - the consent of one party is sufficient. Up to $250 thousand for intentional violation.
    Kazakhstan Prohibited without consent all participants (Article 147 of the Criminal Code of the Republic of Kazakhstan). Fine up to 200 MCI (~50 thousand tenge).

    Recommendations for compliance with the law:

    • ๐Ÿ“ข Notify the interlocutor about a recording (for example, a voice message at the beginning of a conversation).
    • ๐Ÿ“ Keep recordings no longer than necessary (for example, 30 days for business purposes).
    • ๐Ÿ”’ Do not distribute recordings without the consent of the participants.

    Exceptions when recording is permitted without consent:

    • ๐Ÿšจ Threats to life/health (for example, blackmail, extortion).
    • ๐Ÿ“‹ Evidence in court (but a court decision is required).
    • ๐Ÿข Internal audit of the company (if employees are notified in advance).
    โš ๏ธ Attention: In Russia, call recordings are not evidence in courtif they were obtained illegally (Resolution of the Plenum of the Armed Forces of the Russian Federation No. 1 of 2017). For use in controversial situations, it is better to record consents in writing.

    FAQ: Frequently asked questions about recording calls on Android 10

    Is it possible to record a call on a Samsung Galaxy S10 with Android 10 without root?

    On European and American versions Galaxy S10 the built-in entry is blocked. The only working options:

    • Use external voice recorder.
    • Install Cube Call Recorder ACR with speakerphone on.
    • Flash Korean firmware (risk of loss of warranty).

    On Korean models (SM-G973N, SM-G975N), recording works out of the box.

    Why did recording applications stop working after updating to Android 10?

    B Android 10 Google closed access to MediaRecorder API for third-party applications during calls. This is done to protect against:

    • Collection of voice data for advertising.
    • Leaks of confidential information.
    • Fraud with voice biometrics.

    You can bypass the restriction only through root or hardware methods (second phone, voice recorder).

    How to record a call via a Bluetooth headset?

    Most applications do not support recording via Bluetooth due to technical limitations. Alternatives:

    • Garmin VIRB Ultra 30 โ€”a headset with built-in recording.
    • Sony ICD-TX650 โ€”a voice recorder with Bluetooth that can be synchronized with a smartphone.
    • Application + wired headset: some apps (for example, ACR) record sound from a wired microphone.

    For full recording via Bluetooth you need root a module Bluetooth Call Recorder v Magisk.

    Is it possible to restore an accidentally deleted recording conversation?

    If the recording was stored:

    • In memory phone: try apps like DiskDigger or Recuva (required root for deep scanning).
    • In the cloud (Google Drive, Dropbox): check the service trash (files are stored there for 30 days).
    • In the application: some apps (for example, Boldbeast) have a backup.

    Chances of recovery depend on:

    • Time elapsed after deletion.
    • Activity of writing new data to the device.
    • File format (for example, .amr restored worse than .mp3).
    Which application is best for automatically recording all calls?

    For Android 10 without root:

    • Automatic Call Recorder by Appliqato - easy to set up, but requires ADB command for some devices.
    • Cube Call Recorder ACR โ€”more settings, but you need to manually enable recording.

    C root:

    • Boldbeast Call Recorder โ€”supports all formats and audio sources.
    • Call Recorder by Skvalex โ€”minimalistic interface, integration with Tasker.

    For business:

    • Rev Call Recorder โ€”automatic transcription.
    • TapeACall Pro โ€”cloud storage and analytics.