I am trying to get Reminder working and have done the following on my 1.1.4 jailbroken phone but it simply won't work:-
1. Installed Ulctl from the installer
2. Downloaded the Reminder.zip from here:
3. Instal OpenSSH on iPhone
4. Installed Winscp on PC
5. Connected to iPhone using WinSCP and could browse folders
6. Copied the following files from the zip file directory (Reminder\Icons\Taskbar Notifier Replacement Icons):-
Default_CALLT.png
Default_EMAILT.png
Default_SMST.png
FSO_CALLT.png
FSO_EMAILT.png
FSO_SMST.png
to /System/Library/CoreServices/SpringBoard.app
and the com.*******.plist files to /Library/LaunchDaemons
I have copied the AudioReminders, not the IconOnly ones
7. Restarted my iPhone
8. Ran Ulctl and clicked on each of the .plist files and selected load -w
Note: the email plist was already loaded but the SMS and Phone only load until I have a call or SMS then they go red. Or if I restart the phone again they are red when it first starts...
I don't get any notifications for phone call or SMS. I haven't tried emails.
Here is a copy of my plist for sms reminders:-
==============
PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.smsReminder</string>
<key>OnDemand</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>/sbin/Reminder</string>
<string>-s</string>
<string>-r</string>
<string>Harp</string>
</array>
<key>StandardErrorPath</key>
<string>/dev/null</string>
<key>StandardOutPath</key>
<string>/dev/null</string>
<key>UserName</key>
<string>mobile</string>
<key>WatchPaths</key>
<array>
<string>/var/mobile/Library/SMS/sms.db</string>
</array>
</dict>
</plist>
==================
The tone is set Harp but it doesn't have .m4r on the end - should it? My ringtones do existing in the correct folder..
I feel like I must be missing something or have done something wrong.
Think there must be something with this part of the .plist for SMS and Phone because if I remove the line:-
PHP Code:
<string>/var/mobile/Library/SMS/sms.db</string>
the ultctl automatically loads the com.SMSReminder.com
and if i leave this line in then its red and has to be loaded each time I start the phone.
I also get this if I leave the above line in but blank out the line after the Username, for example
PHP Code:
<string>mobile</string>
I have also check the location of the sms.db and I have one in the following locations
/var/mobile/Library/SMS/sms.db
and
/private/var/mobile/Library/SMS/sms.db
Does anyone have any ideas as I simply cannot get this working.....
HELP..
Thanks
Mark