u need 3thincs: a) modded firmware that supports startup.txt. most modded firmwares on the forum support that feature. u cud go for 08p by askd. b) startup txt. c) a sound file in wav format. it should be short like 5-7 seconds. put the startup file on ur memory card. dont keep it inside any folder. also keep th e wave file on the memory card. rename it to startup.wav. u can turn off and on the phone it should work. the startup txt ifile can b created very easily. open wordpad and copy paste the following :#!/bin/bash
# Written by yan0, 2006/9/9
if [ -f /mmc/mmca1/startup.wav ]
then
cp /mmc/mmca1/startup.wav /tmp/startup.wav
mount --bind /ram/tmp/startup.wav /usr/data_resource/phone/ui_start_up_mono.wav
fi
## MyDocuments
/mmc/mmca1/.system/QTDownLoad/MyDocuments/MyDocuments
save that file as startup1.txt and place it on memory card.
hope it helps



Reply With Quote