Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Make the AddressBook autodetect your Bluetooth phone' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Make the AddressBook autodetect your Bluetooth phone
Authored by: celkins on Jul 09, '03 04:59:12PM

The following AppleScript works for me:

do shell script "defaults write com.apple.AddressBook ABCheckForPhoneNextTime -boolean true"
run application "Address Book"



[ Reply to This | # ]