#!/system/bin/sh
mount -o remount,rw /system
if [ -e /sdcard/android_audio.mp3 ];
	then
		cp /sdcard/android_audio.mp3 /system/media/android_audio.mp3
fi
sleep 1
mount -o remount,ro /system
echo "new boot sound set."
sleep 2
bootsound
