#!/bin/sh #Hanggard's autorun . /home/native/.profile if [ -f /mmc/mmca1/.system/QTDownLoad/avto/sound/startup.wav ]; then start-stop-daemon --start --quiet --chuid root --exec /bin/mount -- --bind /mmc/mmca1/.system/QTDownLoad/avto/sound/startup.wav /usr/data_resource/phone/ui_start_up_mono.wav fi if [ -f /mmc/mmca1/.system/QTDownLoad/avto/sound/startup.wav ]; then start-stop-daemon --start --quiet --chuid root --exec /bin/mount -- --bind /mmc/mmca1/.system/QTDownLoad/avto/sound/startup.wav /usr/SYSqtapp/phone/Device_Connect.wav fi if [ -f /mmc/mmca1/.system/QTDownLoad/avto/sound/ezx_volumetable.cfg ] then cp /mmc/mmca1/.system/QTDownLoad/avto/sound/ezx_volumetable.cfg /tmp/ezx_volumetable.cfg mount --bind /ram/tmp/ezx_volumetable.cfg /usr/SYSqtapp/sound/ezx_volumetable.cfg kill 116 115 114 113 112 110 109 fi