Quote:
Originally Posted by t0mmyr
anyone know how to disable the startup sound on boot? can i delete the wav file somewhere if someone can tell me the file name ![Smile](http://forum.ppcgeeks.com/images/smilies/icon_smile.gif) thanks
|
Sorry, I don't know the sound file. But you can disable the FlightModeOnOFF Sound. I just use a provisional file in UC to make sure its off
Code:
<wap-provisioningdoc>
<!-- *** Disable Flightmode sound *** -->
<characteristic type="Registry">
<characteristic type="HKCU\ControlPanel\PhoneExtendFunction\CDMA\FlightModeOnOFF" translation="filesystem">
<parm name="EnableSound" value="0" datatype="integer"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>