简体   繁体   English

如何访问iPhone的通话记录/历史记录

[英]How I can access the call log/history of iPhone

This is for jailbroken iPhone. 这是用于越狱的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. 有没有办法可以访问iPhone上的call_history.db,iPhone是一个苹果记录电话信息的数据库。

It is stored at /private/var/mobile/Library/CallHistory directory. 它存储在/ private / var / mobile / Library / CallHistory目录中。 When I try to enumerate directory paths under /private/var/mobile/Library it does not list CallHistory folder but everything else. 当我尝试枚举/ private / var / mobile / Library下的目录路径时,它没有列出CallHistory文件夹,而是列出了其他所有文件夹。 I guess Apple does allow access somehow despite of having all the permissions. 我猜苹果尽管拥有所有权限,但还是允许访问。

Is there a way I can get access to call_history.db and copy it under my app? 有没有办法我可以访问call_history.db并将其复制到我的应用程序下?

I have already gone through another stackoverflow question here Accessing the iPhone's Call log with the iPhone SDK but no luck so far :( 我已经在这里经历了另一个stackoverflow问题,使用iPhone SDK访问iPhone的通话记录,但到目前为止还没有运气:(

it is located in /private/var/wireless/Library/CallHistory 它位于/ 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)" grep“您要查找的文件名(区分大小写)”

It'll normally pull it up for you. 通常会为您拉起它。

In iOS 11-13, it is located at /var/mobile/Library/CallHistoryDB 在iOS 11-13中,它位于/var/mobile/Library/CallHistoryDB

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM