Synchro T68i automatique [MàJ]
Merci à JAY pour cette excellente bidouille:
Toujours avec ce fameux soft (NDL: Sony Ericsson Clicker), une bidouille pour contourner le fait que iSync ne soit pas scriptable et lancer la syncro depuis le tél ce qui
était impossible avant:
créer une action dans Sony Ericsson Clicker qui stipule:
tell application "Terminal"
do shell script
"/System/Library/CoreServices/SyncServer.app/Contents/Resources/synctool --start"
end tell
Ca marche trop bien !!!
[MàJ] Yann propose un autre script qui évite de lancer le terminal:
tell application "Finder" to do shell script
"/System/Library/CoreServices/SyncServer.app/Contents/Resources/
synctool --start"