Jump to content

AirDrop with unsupported Wireless or Ethernet!


rcork
 Share

18 posts in this topic

Recommended Posts

Here's a great tip from Mac OSX Hints (Enable AirDrop on Macs without supported wireless hardware)

 

defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1

Great find! It actually works, I just have to have the AirDrop icon selected in the Finder sidebar for both computers for them to show up. Once I did that, they became visible and I could transfer files with no problems. It would be great if the nearby computers would be visible by default... :D

Link to comment
Share on other sites

Great find! It actually works, I just have to have the AirDrop icon selected in the Finder sidebar for both computers for them to show up. Once I did that, they became visible and I could transfer files with no problems. It would be great if the nearby computers would be visible by default... :D

 

Even on a real Mac, both systems have to have Finder open and AirDrop selected. That's just how AirDrop works.

Link to comment
Share on other sites

Great find! Thanks for sharing :P

After this:

defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1

Also write this:

killall Finder && open /System/Library/CoreServices/Finder.app

 

And you're done, you can check your System Profiler>Network>Wi-Fi and see for yourself.

Thanks rcock and also thanks to http://hints.macworld.com/article.php?stor...110913213649565 and this http://hints.macworld.com/article.php?stor...040113194616545

 

Cheers!

Link to comment
Share on other sites

Ich habe mal Schnell ein ShowAirDrop.app geschrieben. :thumbsup_anim:

 

I've written a quick ShowAirDrop.app. :D

 

That's cool.

However, checked your script and it does not include the Finder re-initialise command as recommended by Vagdesign (See Above).

 

It would be nice to have it as an option.

 

Cheers

Link to comment
Share on other sites

Der Finder wird neugestartet.

 

The Finder is restarted.

 

 

defaults write com.apple.NetworkBrowser BrowseAllInterfaces 0;killall Finder

 

defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1;killall Finder

 

 

 

Ich habe mal ein Video gemacht. Es geht mit den ShowAirDrop sehr gut.

 

I once made ​​a video. It goes very well with the ShowAirDrop.

 

http://www.youtube.com/watch?v=3eH_y6T3pN0

Link to comment
Share on other sites

  • 4 months later...
  • 2 months later...

Is there any way to enable this system-wide? I've tried "defaults write /Library/Preferences/com.apple.NetworkBrowser BrowseAllInterfaces 1" but while it writes the prefs file alright, the AirDrop icon doesn't appear. It only seems to work when enabled at the user level.

Link to comment
Share on other sites

 Share

×
×
  • Create New...