Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |    |  Business / Productivity  |  Contact Management / CRM  |  ProximitySync

ProximitySync

ProximitySync - 5.2

Salling Clicker auto sync with iSync/MobileSync

All Time: (5.0)
This Version: Not rated (0.0)
Current Version: 5.2
Release Date: 2004-09-19
License: Commercial
Downloads (this version): 4,560
Downloads (all versions): 7,302
Price: $6.95

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

ProximitySync automates the process of keeping the information on your computer and mobile bluetooth device (phone or supported PDA) in sync. ProximitySync can be configured to sync your calendar and address book up to twice per day when your bluetooth device is brought near the computer, or when waking or logging into your computer while the device is nearby. Additionally, ProximitySync provides a menu on your mobile device that lets you initiate a sync with the computer remotely, or get status or change configuration settings. With ProximitySync your mobile device and computer intelligently keep each other up-to-date on any changes made, regardless of where the change originates, and without a moment's thought from you.

What's new in this version:

  • Supports use of iSync & MobileSync simultaneously
  • Now quits MobilSync after 60 seconds

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.3
  • Mac OS X 10.2

Additional Requirements:

  • Mac OS X 10.2.6 or higher
  • One (or both) of the following:
  • Bluetooth mobile device (phone or PDA) that Salling Clicker supports phone events on
  • Screenshots:

    Download Links:

    Your Installed Versions:


     

    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)
    Add Your Feedback

    Key to Types of Feedback:

    ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

    ProximitySync Reviewgreat product and good support - Version: 5.1, 8/30/2004 11:39AM PST

    (2 of 2 users found this comment useful)

    ruparell
    I disagree with some comments in the reviews here suggesting that this is something easy to do with a simple script. Simply setting a chron job with a sync script does nothing to check proximity, or when you synced last (thus avoiding needless syncing) and even if you could write something to do all of this, 6 bucks is a deal for the time it would take. Proximity sync worked great on my T68i as well as my P900 and gives me good flexibility to keep my stuff synced. I just set it and have forgotten about it since before I get into my office, most times Proximity Sync has already connected and synced my data. This is great for people with multiple macs and dotMac. it is set to sync again before I leave at the end of the day and I am always sure I have all my appointments and contacts etc. Good work Brad and keep it up.
    Post a commentAlert Admin

    ProximitySync CommentaryOmnivector response - Version: 5.1, 7/16/2004 03:47PM PST

    (2 of 2 users found this comment useful)

    Brad Dolman
    I'm sorry to hear that you are fed up with micro-payment "cripple ware". Thanks for choosing my forum to release your pent-up anger... I hope it helped!

    At 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
    Post a commentAlert Admin

    ProximitySync CommentaryMicropayment cripple ware - Version: 5.1, 7/10/2004 12:05AM PST

    (1 of 4 users found this comment useful)

    omnivector
    Look, I'm absolustely fed up with micropayment cripple ware. a simple app like should be free. period. i'm not going to give you $6 just because you saved me 5 minutes to write an apple script and create a cron job.

    and 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.
    Post a commentAlert Admin

    Most Recent Replies: View All 3 Replies