KingofBliss
KingofBliss

Reputation: 15115

Accessing call log history in iphone

I gone thro many websites,all provided the same info that we cannot access call_history.db My question is that can we change the access mode for that db using system('chmod 777 /db path/') command ??

Upvotes: 0

Views: 3004

Answers (4)

Stephan K.
Stephan K.

Reputation: 15752

1) Jailbreaking is legal. http://www.wired.com/threatlevel/2010/07/feds-ok-iphone-jailbreaking/

2) Listen to http://icin.ch/3Y9Tc to know why you want to access the call logs.

Upvotes: 0

MCannon
MCannon

Reputation: 4041

why would you want to a have the information of the call list? also why would you want it to change to such liberal permissions?

you don't have root access on the (non-jailbroken)device, and if you find a way of escalating to root privelages, what are the chances of apple allowing it on the appstore?

Upvotes: 1

hotpaw2
hotpaw2

Reputation: 70733

App store apps run in a sandbox. You don't have read/write permission to modify those directories from any app running in its sandbox.

Upvotes: 2

Shaggy Frog
Shaggy Frog

Reputation: 27601

You can't, at least on a non-jailbroken phone.

Upvotes: 1

Related Questions