-
Website
http://paulmwatson.com/journal -
Original page
http://paulmwatson.com/journal/2007/08/22/iphone-sms-woes/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
aidanf
1 comment · 3 points
-
keithbohanna
1 comment · 1 points
-
martinmurphy
1 comment · 1 points
-
jufemaiz
1 comment · 1 points
-
lxsg
1 comment · 1 points
-
-
Popular Threads
after that consider now both the files are in C:\
in cmd prompt go to C:\
C:\sqlite3 sms.db
and press enter
then
sqlite> select * from message;
and press enter
it will show all your messages.
to delete the junk message. Look for the row number on the message list you got above after the select number and type this
sqlite> delete from message where rowid=;
thats all it will delete and it worked fine for me.
Francis.
this will allow me to enter into the terminal, run sqlite3 and remove the entry. useful if your iphone sms function crashes when you are out
this will allow me to enter into the terminal, run sqlite3 and remove the entry. useful if your iphone sms function crashes when you are out
Could you explain in detail how to access mobileTerminal and run sqlite3 to delete the faulty smses?
Would appreciate if you could point me in the right direction.
Thank you!
Could you please explain how to use mobileTerminal ?
Thks.
im new to the iphone. i have installed nothing on it so far coz i havnt gotten any time off from work to really play with the iphone.. today i received a weired sms and my sms application has started crashing....im freaking out...i have a windows based laptop and i dont know wut to do and how to fix this problem. can anyone help me with this and please guide me step by step as to what i have to do to undo this problem.!!
deleting the sms.db file works only for the 1.1.1 firmware iPhone. I'd try the same thing on my 1.0.2 iPhone and couldn't resolve the alphanumeric sms issue.
Anyone with a solution to this problem?