我如何访问iPhone的通话记录/历史记录 [英] How I can access the call log/history of iPhone

查看:221
本文介绍了我如何访问iPhone的通话记录/历史记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是为了越狱iPhone。

This is for jailbroken iPhone.

有没有办法可以访问iPhone上的call_history.db,这是一个苹果记录电话信息的数据库。

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

它存储在/ private / var / mobile / Library / CallHistory目录中。当我尝试枚举/ private / var / mobile / Library下的目录路径时,它不会列出CallHistory文件夹,而是列出其他所有内容。我猜Apple尽管拥有所有权限,但确实允许访问。

It is stored at /private/var/mobile/Library/CallHistory directory. When I try to enumerate directory paths under /private/var/mobile/Library it does not list CallHistory folder but everything else. I guess Apple does allow access somehow despite of having all the permissions.

有没有办法可以访问call_history.db并将其复制到我的应用程序下?

Is there a way I can get access to call_history.db and copy it under my app?

我已经在这里经历了另一个stackoverflow问题使用iPhone SDK访问iPhone的通话记录但到目前为止没有运气:(

I have already gone through another stackoverflow question here Accessing the iPhone's Call log with the iPhone SDK but no luck so far :(

推荐答案

它位于
/ private / var / wireless / Library / CallHistory

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

如果你通过终端进入手机,然后输入

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

查找| grep您要查找的文件名称(区分大小写)

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

它通常会将其拉出来为你而战。

It'll normally pull it up for you.

这篇关于我如何访问iPhone的通话记录/历史记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆