How I can access the call log/history of iPhone

后端 未结 2 969
日久生厌
日久生厌 2021-01-16 11:50

This is for jailbroken iPhone.

Is there a way I can access the call_history.db on iPhone which is a database where apple logs the phone call information.

It

相关标签:
2条回答
  • 2021-01-16 12:26

    it is located in /private/var/wireless/Library/CallHistory

    if you ssh into the phone through terminal, and you enter

    find | grep "name of file you are looking for(case sensitive)"

    It'll normally pull it up for you.

    0 讨论(0)
  • 2021-01-16 12:47

    In iOS 11-13, it is located at /var/mobile/Library/CallHistoryDB

    0 讨论(0)
提交回复
热议问题