How I can access the call log/history of iPhone

风格不统一 提交于 2019-12-19 11:16:04

问题


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 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.

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

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


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/1817813/how-i-can-access-the-call-log-history-of-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!