bummkugel Posted November 6, 2013 Posted November 6, 2013 I have a different problem since the upgrade to Mavericks. I can toggle bluetooth but it no longer connects to my bluetooth speakers automatically. I have to manually connect to them after enabling bluetooth with this workflow. Not sure if this is a problem with Mavericks or with this workflow.
ryansch Posted November 14, 2013 Posted November 14, 2013 The download link in the first post is wrong. The text has been updated to the correct bash version but the href itself still points to the applescript version. Applescript version: http://d.pr/f/ybMT Bash version: http://d.pr/f/9YZR The applescript version fails to toggle bluetooth on Mavericks for me. The bash version works perfectly.
Fasand Posted November 16, 2013 Author Posted November 16, 2013 I have a different problem since the upgrade to Mavericks. I can toggle bluetooth but it no longer connects to my bluetooth speakers automatically. I have to manually connect to them after enabling bluetooth with this workflow. Not sure if this is a problem with Mavericks or with this workflow. What the workflow does, is toggle bluetooth. As for whether the bluetooth devices connect or not, I am afraid that is not the workflow's problem, but Mavericks'. On the other hand, I am not quite sure where the problem is, but I am guessing that maybe it doesn't try to connect just the speakers, because I have no problem with my Magic Mouse on Mavericks. Anyway, I am sorry it doesn't work, but I'm afraid I can't do anything about it. The download link in the first post is wrong. The text has been updated to the correct bash version but the href itself still points to the applescript version. Applescript version: http://d.pr/f/ybMT Bash version: http://d.pr/f/9YZR The applescript version fails to toggle bluetooth on Mavericks for me. The bash version works perfectly. Thanks a lot for that, I probably uploaded my old workflow file instead of the new one. Sorry about that.
nsarthur Posted November 25, 2013 Posted November 25, 2013 (edited) Awesome script! I made a small change to display the current Bluetooth status when running the command (I have the Bluetooth icon hidden, so I need that ) Instead of the bluetooth keyword component use a script filter with the following contents: Keyword: bluetooth (or anything you want), no arguments Placeholder Title: Toggle Bluetooth (or anything you want) Script: BT=$(./blueutil status) cat << EOB <?xml version="1.0"?> <items> <item uid="com.petrmanas.btwftoggle" arg="$BT" valid="yes" type="file"> <title>Toggle Bluetooth</title> <subtitle>$BT</subtitle> <icon type="file">icon.png</icon> </item> </items> EOB Connect with the existing "Run Script" component. Enjoy! Edited November 25, 2013 by fG9Qi8zq
Fasand Posted November 26, 2013 Author Posted November 26, 2013 Awesome script! I made a small change to display the current Bluetooth status when running the command (I have the Bluetooth icon hidden, so I need that ) Instead of the bluetooth keyword component use a script filter with the following contents: Keyword: bluetooth (or anything you want), no arguments Placeholder Title: Toggle Bluetooth (or anything you want) Script: BT=$(./blueutil status) cat << EOB <?xml version="1.0"?> <items> <item uid="com.petrmanas.btwftoggle" arg="$BT" valid="yes" type="file"> <title>Toggle Bluetooth</title> <subtitle>$BT</subtitle> <icon type="file">icon.png</icon> </item> </items> EOB Connect with the existing "Run Script" component. Enjoy! Thanks for that, that is a great addition to the script! I changed the keyword to a script filter with this script and changed the keyword to 'bt' instead of 'bttoggle'. You can get the most recent version here: http://d.pr/f/QckR or in the first post.
dmkash Posted May 14, 2014 Posted May 14, 2014 Can you please post an updated link? I lost my hard drive and I miss this particular workflow. Thank you!
Fasand Posted May 19, 2014 Author Posted May 19, 2014 Can you please post an updated link? I lost my hard drive and I miss this particular workflow. Thank you! Updated the link, it's also in the main thread: https://www.dropbox.com/s/xcka1l6pxt8ibsn/BT%20%26%20Wifi%20Toggle.alfredworkflow Enjoy
Fasand Posted August 3, 2014 Author Posted August 3, 2014 THANK YOU!! Works great. Thank you! Works great! Thanks! I am very glad you like it !
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now