diff --git a/scripts/audio_reload.sh b/scripts/audio_reload.sh new file mode 100755 index 0000000..ad23fa8 --- /dev/null +++ b/scripts/audio_reload.sh @@ -0,0 +1,6 @@ +#!/bin/sh +echo "Make sure to quite all sound using applications before running this (i.e. browsers, skype, garageband, etc.)" +sudo kextunload /System/Library/Extensions/AppleHDA.kext +sudo kextload /System/Library/Extensions/AppleHDA.kext +sudo killall coreaudiod +echo "Done, try changing the volume up and down a bit." diff --git a/scripts/launch_android.sh b/scripts/launch_android.sh new file mode 100755 index 0000000..07844cd --- /dev/null +++ b/scripts/launch_android.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +export JAVA_HOME=/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home +export STUDIO_JDK=$JAVA_HOME + +open /Applications/Android\ Studio.app