Script to start iSync, sync devices, then quit
This Synchronize with iSync, Then Quit script
is yet another one of those handy utilities that is so obvious it makes me say "geeze, Apple really should
have done this themselves." Then I realize I'm talking to myself out loud, but I don't have enough money for
therapy.Moving along, this script is another great one-trick pony for all you iSync users with phones and PDAs that you keep in tune with OS X. When run, the script automatically starts iSync and then quits it once all the magic is finished.
One word of caution: Fraser Speirs, who created this and other goodies like the Flickr Export iPhoto plugin, has a couple of specific build instructions to follow to make this script work properly. As a final tip: Fraser also recommends (and I agree) that if you're a Quicksilver user, this is a great script to tie to a trigger for hotkey-enabled goodness.
Share
Categories
This Synchronize with iSync, Then Quit script is yet another one of those handy utilities that is so obvious it makes me say...
Add a Comment
Ask and you shall receive.
http://www.berko.tv/periodicisync/
It's not anything spectacular; it just works.
Is there a script like this to do something similar with backup? Id like to have the computer come on at say 2am, run the tasks in backup sequentially and then shutdown afterwards. Im a recent switcher so not sure where to look or go about doing this.
Thanks
Andrew
Strangely, I just set something like this up last night using an Applescript i found online & a daily 6am iCal event. It works great!
Script is:
tell application "System Events" to set iSyncRunning to
(number of items in (processes whose name is "iSync") is greater than 0)
tell application "iSync"
synchronize
repeat while (syncing is true)
delay 5
end repeat
if iSyncRunning is not true then quit
end tell
that's it... Just save the script somewhere and call it as a reminder action inside iCal and that's all you need.
Eric
This is almost identical to my Sync Now program, which has been available for months at:
http://mobile.feisar.com/
Hints, tips, software, themes & more for Apple Mac, iSync & Sony Ericsson users
Berko...any chance you could post your script on your site?
March 22 2006 at 5:07 PM Report abuse Permalink rate up rate down ReplyWhat about - syncing straight after bootup and then quit without a Quicksilver hotkey, but with a simple startup item?
March 22 2006 at 5:03 PM Report abuse Permalink rate up rate down ReplyI wrote a script just like this to make sure my devices were always in sync. First, I set the script to check if I have synched in the last three hours. If so, leave it alone; quit. Now, I have a cron job to run the little app every six hours and I use it as a "Returning to computer" phone event for Salling Clicker. It's as close as you can get to continuous synching.
March 22 2006 at 4:27 PM Report abuse Permalink rate up rate down ReplyHot Apps on TUAW
Deals of the Day
more deals- Altec Lansing Octiv Duo iDock for $48 + free shipping
- Used Apple iMac 17" Core Duo 1.83GHz for $430 + $28 s&h
- Lounge Deluxe Stand for iPhone / iPod touch for $28 + $8 s&h
- Brookstone Surround-Sound Earbuds for $14 + $7 s&h
- Refurbished Skullcandy Tokidoki Smokin' Buds Mic'd Headset for $5 + $2 s&h
- Stitchway Backup Battery for iPod / iPhone for $5 + free shipping
Software Updates
more updates- EFI Firmware Update brings Lion Internet Recovery to 2010-model Macs
- OS X Lion 10.7.3 released with Safari 5.1.3, Wi-Fi bug fix
- Aperture updated to 3.2.2, addresses Photo Stream issue
- Apple updates Keynote to address Lion issues
- Google Search app gets new look on iPad
- Apple releases Apple TV Software Update 4.4.3



7 Comments