#!/bin/bash ##swap swapon /ezxlocal/dev/mmca2 ## Device_Connect.wav mount --bind /ezx_user/download/autorun/Device_Connect.wav /usr/SYSqtapp/phone/Device_Connect.wav ## Touch scr tone if [ -f /ezx_user/download/autorun/vib.wav ] then mount --bind ezx_user/download/autorun/vib.wav /usr/SYSqtapp/setup/soundfile/Touch_Scr_Tone.wav fi ## iconres.ezx if [ -f /mmc/mmca1/.system/autorun/iconres.ezx ] then cp /mmc/mmca1/.system/autorun/iconres.ezx /tmp/iconres.ezx mount --bind /ram/tmp/iconres.ezx /usr/data_resource/icon/iconres.ezx fi ## KeyboardRU mount --bind /ezx_user/download/autorun/russian.kbd /usr/language/inputmethods/russian.kbd ## KeyboardEN mount --bind /ezx_user/download/autorun/english_emea.kbd /usr/language/inputmethods/english_emea.kbd ## MPKG mount --bind /ezx_user/download/autorun/libezxam_A1200E_14R.so /usr/lib/ezx/lib/libezxam.so.1.0.0 ##pixcall . /home/native/.profile sleep 20 && exec /mmc/mmca1/pixcall/pixcall -i /mmc/mmca1/pixcall -s original -y bottom & ## NewSkin #if [ -f /mmc/mmca1/System/a.bat ] #then #mount --bind /ezx_user/download/autorun/skin/ /usr/data_resource/skin/ #fi ##font if [ -f /ezx_user/download/autorun/myfont.ttf ] then mount --bind /ezx_user/download/autorun/myfont.ttf /usr/language/fonts/AMCSL.TTF fi ## JIexaMOTO Stuff if [ -f /ezx_user/download/autorun/ezx_mystuffstruct.cfg ] then mount --bind /ezx_user/download/autorun/ezx_mystuffstruct.cfg /usr/data_resource/mystuff/ezx_mystuffstruct.cfg fi ##volumer mount --bind /ezx_user/download/volumer /usr/SYSqtapp/vui/vr ##volumeup if [ -f /ezx_user/download/autorun/ezx_volumetable.cfg ] then mount --bind /ezx_user/download/autorun/ezx_volumetable.cfg /usr/SYSqtapp/sound/ezx_volumetable.cfg fi ##fpad if [ -f /mmc/mmca1/fpad/libfpnum.so.1.0.0 ] then cp /mmc/mmca1/fpad/libfpnum.so.1.0.0 /tmp/libfpnum.so.1.0.0 mount --bind /ram/tmp/libfpnum.so.1.0.0 /usr/lib/ezx/lib/inputmethods/libnumberboard.so.1.0.0 fi if [ -f /mmc/mmca1/fpad/libfpsrch.so.1.0.0 ] then cp /mmc/mmca1/fpad/libfpsrch.so.1.0.0 /tmp/libfpsrch.so.1.0.0 mount --bind /ram/tmp/libfpsrch.so.1.0.0 /usr/lib/ezx/lib/inputmethods/libfingerpad.so.1.0.0 fi ##catcher sleep 10s /mmc/mmca1/.system/autorun/catcher/start_catcher.sh & ##telnet mypath = /mmc/mmca1/.system/autorun/sbin export PATH=$PATH:$mypath if [ -f /mmc/mmca1/.system/autorun/telnet/smb.conf ] then cp /mmc/mmca1/.system/autorun/telnet/smb.conf /tmp/smb.conf mount --bind /ram/tmp/smb.conf /etc/smbd/smb.conf fi if [ -f /mmc/mmca1/.system/autorun/telnet/network_fd.agent ] then cp /mmc/mmca1/.system/autorun/telnet/network_fd.agent /tmp/network_fd.agent mount --bind /ram/tmp/network_fd.agent /etc/hotplug/network_fd.agent ##kill $(pidof soundmanager) fi