Sample Header Ad - 728x90

How to get forwarded calls log via ADB

1 vote
0 answers
119 views
I am trying to obtain some info about the forwarding call facility in Android using the ADB tool from my computer (device attached to USB port and USB debugging enabled). I'm looking for evidence of changes in settings about enabling and disabling call forwarding and the phone numbers used for that. I've tried some commands like - adb shell content query --uri content://call_log/calls and - adb shell settings get global last_call_forward_action. But the information that I need is not present. The logcat shows something from the past, but its time range is limited to a few days and I want to know what happened several weeks ago. Is that possible? Should I use another different tool?
Asked by jairochapela (11 rep)
Oct 23, 2024, 01:21 PM
Last activity: Oct 25, 2024, 06:17 PM