 nu2thisNOTPremium join:2005-04-07 Hallandale, FL 1 edit | annoying... iphoto opens everytime i connect my iphone... how do i stop this?
edit~ let me be a little more specific. i want to connect my iphone and iphoto NOT open, but i do want iphoto to open automatically when a camera is connected to the computer, just NOT my iphone.
is there a way? |
|
 LBDSLLightning BoltVIP join:2002-01-07 Auburn Hills, MI 1 edit | your iPhone is a camera, so your request is not possible.
EDIT: I stand corrected -- Lightning Bolt Technologies |
|
 Count ZeroMD2BePremium join:2007-01-18 Warner Robins, GA | Actually someone online created an AppleScript that will do what you are asking - but I don't have a link to it so you'll have to Google for yourself, sorry!
Best of luck. |
|
 nu2thisNOTPremium join:2005-04-07 Hallandale, FL | thanks for the heads up |
|
 Count ZeroMD2BePremium join:2007-01-18 Warner Robins, GA | How about a thumbs up?  |
|
 HiVoltPremium join:2000-12-28 Toronto, ON kudos:11 | reply to nu2this How about posting the code or link, instead of a tiny screenshot? -- ,,!,,('-'),,!,, |
|
 | on device_is_connected(device_name)
set check_for_device to "ioreg -rn" & quoted form of device_name
return (length of (do shell script check_for_device) is not equal to 0)
end device_is_connected
on run
if device_is_connected("Canon Digital Camera") then tell application "iPhoto" to activate
end if
end run
Didn't compile it but saved a few of you lazy folk the time of deciphering that screenshot. |
|