• This repository has been archived on 13/May/2023
  • Stars
    star
    124
  • Rank 288,207 (Top 6 %)
  • Language
    Shell
  • Created about 3 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A deprecated module to tweak Google Dialer (Phone by Google) Android application to enable hidden features like call recording. Use https://github.com/jacopotediosi/GoogleDialerMod instead.

GoogleDialerMod-Magisk

Deprecation Notice

This Magisk module was an alternative (workaround) to the GoogleDialerMod Standalone APK version, created to try to overcome the access storage limitations that occurred on Android >= 11.

In November 2022 it was deprecated to keep only the APK version, which no longer suffers from those bugs.

Therefore, this repository will no longer be updated.

Please use only the APK version repository to download new updates or to report issues.



How Does It Work?

In every Android device there is a database, called Phenotype.db, managed by Google Play Services, containing special flags that affect the behavior of all Google applications installed.

Some of those flags concern Google Dialer core functionalities, while others are about hidden or upcoming features not yet released.

What this module does is execute SQLite queries on that database and overwrite Google Dialer configuration files to enable or alter its features at will.

Current Features:

  • Supports arm / arm64 / x86 / x86_64 devices and (hopefully) all Android versions
  • Enable / disable hidden features for all users at once when Android "multiple users" mode is in use
  • Force enable call recording feature even on unsupported devices or in unsupported countries
  • Silence the annoying "registration has started / ended" call recording sounds

Known Bugs

  • Uninstall not working

Credits