Nice firmware, but too many preloaded apps
I don't want to delete my previously installed SmartAsst, MCleaner, econsole and sysinfo because not all firmware will have those pre-installed.
The lesser the number of preloaded apps and skins, the better(I feel).
So, I have edited the firmware a little bit to remove SmartAsst, econsole, BCR, barcode reader, loader, MyFont, PowerOff, talking dict, xcap and swap, extra wallpapers and ringtones, screen3 and changed to default font.
@Chefanim:
You can always have the autorun folder type of startup by examining this firmware ( autorun.txt and autorun folder in ezxlocal folder)
Also, you can ger the touchscreen sound by a mount --bind command in your startup.txt/startup1.txt.
Put the TouchC.wav in your SD card.
if [ -f /mmc/mmca1/TouchC.wav ]
then
cp /mmc/mmca1/TouchC.wav /tmp/TouchC.wav
mount --bind /ram/tmp/TouchC.wav /usr/SYSqtapp/setup/soundfile/Touch_Scr_Click.wav
fi
Thanks to workingman for this firmware.