simplemente,la copias en la raiz de la tarjeta de memoria(micro sd)....
Gracias
Pero creo que no me explique bien lo que necesito es que el archivo startup.txt dirija sus comandos (si es qe se llaman asi) a la carpeta .sistem por que no quiero que la carpeta sistema quede en la raiz de la mmc por ejemplo
if [ -f /mmc/mmca1/Sistema/ezx_volumetable.cfg ]
then
cp /mmc/mmca1/Sistema/ezx_volumetable.cfg /tmp/ezx_volumetable.cfg
quedaria asi
if [ -f /mmc/mmca1/.system/Sistema/ezx_volumetable.cfg ]
then
cp /mmc/mmca1/.siytem/Sistema/ezx_volumetable.cfg /tmp/ezx_volumetable.cfg
ya lo intente remplazando con el Wordpad todas las lineas que empiezan asi "/mmc/mmca1/Sistema" en el archivo startup.txt
para que quede asi "/mmc/mmca1/.system/Sistema"
pero me marca error Obviamente pongo la carpeta sistema dentro de .system
cuando lo ejecuto con el e-konsole por que mi telefono (A1200i) no ejecuta el archivo starup.txt cuando enciende (por eso lo hago con el E-Konsole)
EDIT:Ya casi lo logro por que aparece el reloj y los sonidos del sistema cambian pero despues de teclear esto en el E-Konsole
"/mmc/mmca1/startup.txt" aparecen las sig. lineas
mount: mount point/ezx_user/download/appwrite/setup/ezx_volumetable.cfg does not exist
star-stop-daemon: stat/mmc/mmca1/.system/QTDownload/Wondermoto2/usb net. sh: no such file or directory
u[log] load config clok.conf
[log] load sKiR sKiR/diner
Por cierto estoy utilizando el startup.txt (Wonder2 - Startup Sistema Reloj y Super Volumen)
lo que puedo llegar a entender es que
/ezx_user/download/appwrite/setup/ezx_volumetable.cfg does not exist (el archivo no existe)
star-stop-daemon: stat/mmc/mmca1/.system/QTDownload/Wondermoto2/usb net. sh: no such file or directory (el archivo o directorio no existe)
pero el archivo ezx_volumetable.cfg si esta en /mmc/mmca1/.system/sistema que es en donde quiero que este y a si es como quedo el starup.txt para que quede la carpeta sistema en la carpeta .system
# Hecho por Fabian Arias
if [ -f /mmc/mmca1/.system/Sistema/ezx_volumetable.cfg ]
then
cp /mmc/mmca1/.system/Sistema/ezx_volumetable.cfg /tmp/ezx_volumetable.cfg
mount --bind /ram/tmp/ezx_volumetable.cfg /ezx_user/download/appwrite/setup/ezx_volumetable.cfg
mount --bind /ram/tmp/ezx_volumetable.cfg /usr/SYSqtapp/sound/ezx_volumetable.cfg
fi
if [ -f /mmc/mmca1/.system/Sistema/Start.wav ]
then
mount --bind /mmc/mmca1/.system/Sistema/Start.wav /usr/data_resource/phone/ui_start_up_mono.wav
fi
if [ -f /mmc/mmca1/Fonts/myfont.ttf ]
then
cp /mmc/mmca1/Fonts/myfont.ttf /tmp/myfont.ttf
mount --bind /ram/tmp/myfont.ttf /usr/language/fonts/AMCSL.TTF
fi
if [ -f /mmc/mmca1/.system/Sistema/ezx_mystuffstruct.cfg ]
then
cp /mmc/mmca1/.system/Sistema/ezx_mystuffstruct.cfg /tmp/ezx_mystuffstruct.cfg
mount --bind /ram/tmp/ezx_mystuffstruct.cfg /usr/data_resource/mystuff/ezx_mystuffstruct.cfg
fi
if [ -f /mmc/mmca1/.system/Sistema/command.spa ]
then
cp /mmc/mmca1/.system/Sistema/command.spa /tmp/command.spa
mount --bind /ram/tmp/command.spa /usr/language/vui/spanish/command.spa
fi
if [ -f /mmc/mmca1/.system/Sistema/commandlist ]
then
cp /mmc/mmca1/.system/Sistema/commandlist /tmp/commandlist
mount --bind /ram/tmp/commandlist /usr/language/vui/spanish/commandlist
fi
if [ -f /mmc/mmca1/.system/Sistema/Stop.wav ]
then
cp /mmc/mmca1/.system/Sistema/Stop.wav /tmp/Stop.wav
mount --bind /ram/tmp/Stop.wav /usr/SYSqtapp/setup/soundfile/Hard_Key_Hold.wav
fi
if [ -f /mmc/mmca1/.system/Sistema/TouchT.wav ]
then
cp /mmc/mmca1/.system/Sistema/TouchT.wav /tmp/TouchT.wav
mount --bind /ram/tmp/TouchT.wav /usr/SYSqtapp/setup/soundfile/Touch_Scr_Tone.wav
fi
if [ -f /mmc/mmca1/.system/Sistema/TouchC.wav ]
then
cp /mmc/mmca1/.system/Sistema/TouchC.wav /tmp/TouchC.wav
mount --bind /ram/tmp/TouchC.wav /usr/SYSqtapp/setup/soundfile/Touch_Scr_Click.wav
fi
if [ -f /mmc/mmca1/.system/Sistema/Conect.wav ]
then
cp /mmc/mmca1/.system/Sistema/Conect.wav /tmp/Conect.wav
mount --bind /ram/tmp/Conect.wav /usr/SYSqtapp/setup/soundfile/Charger.wav
fi
if [ -f /mmc/mmca1/.system/Sistema/Conect.wav ]
then
cp /mmc/mmca1/.system/Sistema/Conect.wav /tmp/Conect.wav
mount --bind /ram/tmp/Conect.wav /usr/SYSqtapp/phone/Device_Connect.wav
fi
if [ -f /mmc/mmca1/.system/Sistema/Alert.wav ]
then
cp /mmc/mmca1/.system/Sistema/Alert.wav /tmp/Alert.wav
mount --bind /ram/tmp/Alert.wav /usr/SYSqtapp/phone/Low_Battery.wav
fi
if [ -f /mmc/mmca1/.system/Sistema/Key.wav ]
then
cp /mmc/mmca1/.system/Sistema/Key.wav /tmp/Key.wav
mount --bind /ram/tmp/Key.wav /usr/SYSqtapp/setup/soundfile/Hard_Key_Default.wav
fi
if [ -f /mmc/mmca1/.system/Sistema/Send.wav ]
then
cp /mmc/mmca1/.system/Sistema/Send.wav /tmp/Send.wav
mount --bind /ram/tmp/Send.wav /usr/SYSqtapp/setup/soundfile/Hard_Key_Send.wav
fi
if [ -f /mmc/mmca1/.system/Sistema/End.wav ]
then
cp /mmc/mmca1/.system/Sistema/End.wav /tmp/End.wav
mount --bind /ram/tmp/End.wav /usr/SYSqtapp/setup/soundfile/Hard_Key_End.wav
fi
sh /mmc/mmca1/.system/QTDownLoad/WonderMoto2/SambaStart.sh
sleep 60s
sh /mmc/mmca1/.system/QTDownLoad/WonderMoto2/clock.lin
De antemano agradezco la ayuda por que no entiendo mucho de esto pero ago mis intentos
EDIT: 14-jun-2008 18:26 (mexico)ya me di cuenta que el mensaje de error me aparece aunque ponga la carpeta sistema y el startup.txt (no modificado) en la raiz
de la mmc