1 create a startup/sound folder in your memory card.
2 record a silent wav file. Name it Device_Connect.wav and place it in the folder
3 add the following line to your startup.txt file
if [ -f /mmc/mmca1/startup/sound/Device_Connect.wav ]
then
cp /mmc/mmca1/startup/sound/Device_Connect.wav /tmp/Device_Connect.wav
mount --bind /ram/tmp/Device_Connect.wav /usr/SYSqtapp/phone/Device_Connect.wav
fi
Restart Phone.. All done![]()



1Likes
Reply With Quote

