smsnotify for iphone

Associate
Joined
21 Oct 2002
Posts
1,680
Location
UK
Hi Folks,

I have installed sms notify on my iphone but it doesn't been to work. When ever I receive a text it just vibrates once. Is there something I have to do to set it up once it has been installed or should it just work after installation? iPhone is on 1.1.3

Thanks

Matt
 
I was having problems too, with 1.1.4 as well. This fixed it:
On 1.1.4, I ran into a problem. Apple had already created the sms.db database in /private/var/root/Library/SMS. After installing smsnotifiy, the iPhone was still notifying me even though I have deleted all my SMS messages. I found out that the /private/var/root/Library/SMS/sms.db database was not being updated. However, the sms.db /private/var/mobile/Library/SMS was accurate. Here's what I did to fix the issue using the Term-vt100 app:

mv /private/var/root/Library/SMS /private/var/root/Library/SMS.old
ln -s /private/var/mobile/Library/SMS /private/var/root/Librar

I only had to run the second command. Restarted and everything works! Should work with 1.1.3 too.
 
Back
Top Bottom