I also need help getting rid of this. I've done everything in the thread and it keeps coming back....
Help! And thanks in advance!
Mike
This one thing is missing from this thread.
You can verify presence of autolaunching for SMSDaemon with terminal:
Code:
launchctl list | grep SMSDaemon
If result is xxxx - com.micromat.SMSDaemon
then:
Code:
launchctl remove com.micromat.SMSDaemon
This will remove SMSDaemon respawning by launchd
Then remove software itself:
Code:
rm ~/Library/LaunchAgents/com.micromat.SMSDaemon.plist
rm ~/Library/Application Support/Syphone
No need to reboot, nor log out.