ProximitySync - 5.2Salling Clicker auto sync with iSync/MobileSync |
|
||||||||||||||||
|
|||||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
great product and good support 



- Version: 5.1, 8/30/2004 11:39AM PST
(2 of 2 users found this comment useful)
ruparell
Omnivector response - Version: 5.1, 7/16/2004 03:47PM PST
(2 of 2 users found this comment useful)
Brad DolmanAt any rate, ProximitySync is not "cripple ware" - it is fully functional for you to try out. If you like it and want to continue using it, then please pay for it. If you don't like it, then don't pay for it or use it. Simple really.
Honestly, a lot of work went into ProximitySync and it provides much more functionality than the single solution your instructions attempt to address. There is no way that anyone could write a program that does what ProximitySync does "in 5 minutes". Far from it, in fact. Some people want that extra functionality and would rather pay $6 for it than spend countless hours trying to hack something together. I know that, if the choice had been available to me - especially given what I know now - I would have jumped at it. I'm not getting rich off this, trust me. I'm just trying to justify some of the time I've invested. I've got a solution that I, and many other people, are happy to have and that means a lot more to me.
Best Regards
Brad
Micropayment cripple ware - Version: 5.1, 7/10/2004 12:05AM PST
(1 of 4 users found this comment useful)
omnivectorand for those who want to pay for this, here's how to sync your phone once a night for free.
open apple's script editor, and make an apple script with this:
tell application "iSync"
activate
synchronize
repeat while syncing
end repeat
quit
end tell
save this as a file (sync.scpt) wherever you like
open terminal.app (/Applications/Utilities/Terminal.app) and run the command 'crontab -e' to edit your cron file, which lets you set actions with dates.
add this line to the file:
0 3 * * * osascript ~/Documents/syncscript.scpt
Replacing ~/Documents/syncscript.scpt with wherever you put your script. the 3 means 3am. you can change that to any 0-23 hour you like. the 0 is the minutes. this can be set to 0-59. the last *s just mean every day, month, and year (in other words daily)
save and exit, then you're done.
Most Recent Replies: View All 3 Replies
- Micropayment cripple ware