Hey,
im using SMSD as default SMS Application with 1.1.4.
Its really very complicated to get it running
I wrote everything together what i did, in case i have to install it again in the future, but its not really a step by step guide, its just everything i did:
1) install SMSD version 0.2.1 through the Installer repository of STE Packaging; (Optional !!)
2) download SMSD version 0.2.3beta1 from Amrut Joshi's site; (
Amrut Joshi - Â SMSD)
3) establish an SSH connection with your iPhone;
3) overwrite the installed SMSD.app with the SMSD. app from the folder you downloaded; (Or just copy the new one)
4) restart your iPhone.
5) Start SMSD with Terminal Command:
/Applications/SMSD.app/SMSD
-> Go into options, take changes (default app, notifier ...)
-> Restart (if the iphone doesnt repond to the home button just restart it)
6) Delete SMS.db or delete all empty sms in normal SMS App (!!!!)
7) Delete the following folders, should they exist (pay CLOSE attention to their location--they are in /var/root):
/var/root/Library/AddressBook/
/var/root/Library/CallHistory/
/var/root/Library/SMS/
8) Then execute the following commands:
ln -s /var/mobile/Library/AddressBook /var/root/Library/
ln -s /var/mobile/Library/CallHistory /var/root/Library/
ln -s /var/mobile/Library/SMS /var/root/Library
Restart iPhone, start SMSD once, close it and SSH delete /var/root/Library/SMS folder
9) FOr saving Templates, execute the following command once:
ln -s /private/var/root/Library/Preferences/SMSDTemplates.plist /private/var/mobile/Library/Preferences/SMSDTemplates.plist
10) Backup your SMS to Email in SMSD, cancel and save. Change Permission of SMSD.backup.txt to 0755
11) Change permissions of the whole SMSD.app folder (including all files inside) to 0755
12) Restart again i think, just to be sure
Maybe you should do Step 11 a little earlier (just after installing) ... just try it out. Good luck
