
11-21-2008, 10:36 AM
|
|
What's Jailbreak?
|
|
Join Date: Nov 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
SMS trouble
|
Dear all, I'm a new iphone "developer", but not an ufficial one, just for fun.
I start develop an application that works on sms.db.
I want to enable the full delete of message sent by a fixed persons.
If I try to make a SELECT statement to message table all works fine.
Problems comes when I try to make a DELETE from the db, I get an "attempt to write a readonly database" error message.
I think that is a problem of permission on sms.db, there exist a method to lunch my application as "root user" to enable it on modify this file?
Any other ideas on how resolve this problem?
Cheers
Massimo
|
Last edited by giomax; 11-21-2008 at 10:38 AM..
|