This is a staging forum for AgileBits, not an official support forum. Visit http://discussions.agilebits.com instead.

Alert when another iPhone joins network

creativetags
creativetags Junior Member
I'm running 3.5.2 on 10.6.5 and every so often I get an alert:



New connections are disabled by 1Password touch. In 1Password on your iPhone or iPod touch, select Settings > Wi-Fi Synch > Allow New Connections and then try again.



So I guess what's happening is my friend's iPhone is on the local wireless network and he's running 1Password touch with syncing turned off. When my mac picks up his iPhone it alerts me which is a pain - is there a way to turn off the alert without asking him to change the settings on his iPhone?

Comments

  • khad
    khad Social Choreographer
    Yes, but please use this carefully.



    I have actually added the reverse of this it to my standard Wi-Fi syncing troubleshooting routine. It is a hidden preference and easy to forget you have disabled!



    To off Wi-Fi sync detection, open Terminal (found in your /Applications/Utilities folder). Copy and paste this line into Terminal and press Return:



    [code]defaults write ws.agile.1Password ShowWiFiSyncAuthAutomatically -bool NO[/code]



    Likewise, below is the line I include in my troubleshooting to make sure it is back on when you actually want to be syncing and nothing is coming up. <img src='http://forum.agile.ws/public/style_emoticons/<#EMO_DIR#>/skype_smile.png' class='bbc_emoticon' alt=':-)' />



    [code]defaults write ws.agile.1Password ShowWiFiSyncAuthAutomatically -bool YES[/code]



    I hope that helps. Please use this wisely. <img src='http://forum.agile.ws/public/style_emoticons/<#EMO_DIR#>/skype_wink.png' class='bbc_emoticon' alt=';-)' />