Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

12.08.2012 11:02:35
Activate Airplay Mirroring with Remote Buddy in Mountain Lion
View

This posting is older than 6 months and can contain outdated information.
Hi there 
I'm sure, I missed something because I can't find an option to active / deactivate Airplay Mirroring from my Mac to my Apple TV with Remote Buddy AJAX Control on my iPhone. There seems to be no button or behaviour for that, but is there probably a workaround that I don't get? I.e. Applescript or else? Thanks for help. It drives my crazy!

Last edited: 23.08.2012 15:51:31 

These entries from the FAQ may be relevant to this topic:

Behaviours
Hardware
Hardware - Apple® Remote
Hardware - iPhone™ / iPod® touch / AJAX Remote
User

16.09.2012 10:24:09
Re: Activate Airplay Mirroring with Remote Buddy in Mountain Lion
View

This posting is older than 6 months and can contain outdated information.
Hi,

I found a solution for this at http://oguzarduc.blogspot.de/2012/08/applescript-for-activating-airplay.html

This script activates AirPlay mirroring on OS X Mountain Lion 10.8:

------------------------------------------------------------------------

tell application "System Preferences" 
set current pane to pane "com.apple.preference.displays" 
activate 
end tell

tell application "System Events" 
tell process "System Preferences" 
click pop up button 1 of window 1 
click menu item 2 of menu 1 of pop up button 1 of window 1 
end tell 
end tell

tell application "System Preferences" 
quit 
end tell

------------------------------------------------------------------------

Now I can hit the button on my BT remote while sitting in the living room and having my mac mirrored to the TV.

User

18.09.2012 00:35:48
Re: Activate Airplay Mirroring with Remote Buddy in Mountain Lion
View

This posting is older than 6 months and can contain outdated information.
Thanks a lot. Works fine! 
User

10.02.2013 02:48:09
Re: Activate Airplay Mirroring with Remote Buddy in Mountain Lion
View

This posting is older than 6 months and can contain outdated information.
Thanks for posting this! I was looking for something to do exactly this. I have copied the entire script and pasted into a function in remote buddy, but it is only opening the display preferences and not activating the airplay or mirroring. Any ideas what I might be missing?

Again, thanks for posting this. 

User

30.09.2015 21:32:41
Re: Activate Airplay Mirroring with Remote Buddy in Mountain Lion
View

This posting is older than 6 months and can contain outdated information.
Hi, sorry for my english 
This script worked for a while in Mountain Lion 
After updating to Yosemite it don't work anymore. 
I'am not a Apple Script Writer, so could perhaps somebody modify this script for Yosemite? 
Thanks a lot 
Moothor