jacopotediosi / GAppsMod

Tweak Google apps (e.g., Phone and Messages) to unlock hidden features (e.g., available only in some countries or on certain devices). Root is required.
https://forum.xda-developers.com/t/mod-root-googledialermod.4330055/
1.16k stars 47 forks source link

MindTheGapps compatibility issues #68

Open Magchild opened 1 year ago

Magchild commented 1 year ago

Overview

Cannot get the option for "Spam and Call Screen". Only have "Caller ID & spam"

Steps to Reproduce

  1. Google Dialer (Phone) app already systemized
  2. Forced closed google dialer multiple times
  3. Deleted app data and rebooted multiple times.

Expected Behavior

Actual Behavior

Screenshots

Screenshot_20230421-122802_Phone Screenshot_20230421-122814_GoogleDialerMod Screenshot_20230421-122819_GoogleDialerMod

System Information

Logcat

NOTE: # ( Launch the Dialer in Debug mode using the adb shell "am start -D com.google.android.dialer" command. Open another terminal and use the adb logcat > logs.txt command to start capturing logs. Perform the necessary steps to replicate the bug, then press CTRL+C to stop capturing logs. Attach below the resulting logs.txt file.) logs.txt

jacopotediosi commented 1 year ago

Can you please give a try with the latest debug version? You can download it from here: https://github.com/jacopotediosi/GoogleDialerMod/issues/51#issuecomment-1515212891. Being a debug apk, you have to uninstall your current version to install that.

jacopotediosi commented 1 year ago

From your logcat: 04-21 12:12:35.665 29854 29854 W DialerRevertedFlagsDetector: com.android.dialer.compat.directboot.RevertedFlagsDetector.interacted:108 All flags are using default values for unknown reasons.

This is very suspicious. You are on Lineage, so I suppose you are using Open GApps (?). Can you check if Google Play Services is updated and if it is installed as a system app?

Magchild commented 1 year ago

I used MindTheGapps-13.0.0-arm64-20221025_100653 when setting up the phone.

Google Play Services seem up to date. version 23.13.12 (190400-519946965) com.google.android.gms

I believe it is already a system app because I cannot uninstall it from the settings>apps... menu.

jacopotediosi commented 1 year ago

I'll try your same setup. Meanwhile, have you tried to clean Dialer data?

Magchild commented 1 year ago

Yes, I have cleared storage and cleared cache, then rebooted, then force closed the dialer app multiple times.