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: Anidel on Jul 05, '03 07:50:21PM

Yes, it's working, but not lasting forever.
If you disconnect the Address Book from the phone and then quit the application, it will fall back to the normal use and next time you run the application again it will not automatically connect to the cellphone.
I think this option is just a reminder for the application about its last status.

A small script that sets the flag and opens the Address Book would fix it.

---
Anidel



[ Reply to This | # ]
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 | # ]