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 ??
Asked
Active
Viewed 2,935 times
0
-
3Think about it. Would you, as an owner of a telephone like the apps you install on it to be able to access your call log without telling you? – JeremyP Sep 01 '10 at 16:30
4 Answers
2
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.

hotpaw2
- 70,107
- 14
- 90
- 153
1
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?

MCannon
- 4,011
- 2
- 16
- 12
-
Once i have tried for my project and found its illegal..so i droped that idea...anyway thanks for ur kind reply.. – KingofBliss Dec 02 '10 at 05:07
-
No problem. perhaps if we knew more about what you were trying to accomplish, we could give alternate suggestions? – MCannon Dec 02 '10 at 18:22
0
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.

Stephan Kristyn
- 15,015
- 14
- 88
- 147