yeah. it can't
Its can't be disabled correct? Please confirm.
Cheers, Andy
sadly to say yes, it can't be disable..
but the project for the disable function is still in development..
so, let's wish them all the best of luck..
p/s: u can check the progress updates HERE
Last edited by KooNKHaR; 08-31-2008 at 06:15 AM.
Yes it can, if Programmers do not shift towards Lacky Iphone
it might be possible if we replace the soundfile.wav with a silent.wav file... i just disabled the normal keypadsounds for browser & shortcut keys... using startup files..,.. will give it a try....
in workinbgman's firmware this sound is removed...
i think he can help us
i Browse
i Download
i Flash
i Brick
the beep file is in phone system files under usr/SYSqtapp/phone/Notification_5.mid
put a blank audio file like 'silent.mid' on the root of SD n copy n paste this script in 'startup1.txt' on SD root... reboot the phone to have silent recordin of calls
#!/bin/bash
if [ -f /mmc/mmca1/silent.mid ]
then
cp /mmc/mmca1/silent.mid /tmp/silent.mid
mount --bind /ram/tmp/silent.mid /usr/SYSqtapp/phone/Notification_5.mid
fi
this method works...
ONLY FOR AUTORUN ENABLED FIRMWARES.
for generic firmwares type the cmd in everytime u boot ur phone.
*thanks to laksluvmoto for idea
Last edited by tojo_friend; 08-31-2008 at 10:42 AM.
i Browse
i Download
i Flash
i Brick
ya dats was i said... thanx tojo,.. u reduced my work