winhex

Changing the Alarm Clock Ringtone

rename the ringtone (even if it was a wav file (*.wav) because the SX1 recognize files by Content and not by Extension, and the refer to the ringtone is mono_ring_long.mid) of your choice to "mono_ring_long.mid" and copy it to "E:\Nokia\Sounds\Digital" or "C:\Nokia\Sounds\Digital" depends on which firmware you have applied
apply the patch and enjoy your new alarm Ringtone
Patch tested with FW13, FW14 and FW15

if the file "mono_ring_long.mid" wasn't in "[E|C]:\Nokia\Sounds\Digital" then the default Ringtone will be played

incompatibily problem with T9 Patch, t9 english will no longer be found (can't use t9 english only, others can be used)

alarm_clock_on_e.whs contents

/////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////
///////// Patch By My SX1, My Precious www.siemens-mobiles.org ////
///////// whs file must be applied with winHex Only ////
///////// 05-12-04 06:23 AM ////
/////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////

MessageBox "Welcome to Alarm Patch!!! by My SX1, My Precious"
Goto 0x0
{Find "z:\Nokia\Sounds\Digital\" Unicode MatchCase MatchWord Down
IfFound
Write 0x65
Else
JumpTo Error
EndIf}[2]
JumpTo NoError
Label Error
MessageBox " Patch not applied!!!! Sorry..."
Exit
Label NoError
MessageBox "Patch Applied Succefully,

alarm_clock_on_c.whs contents

/////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////
///////// Patch By My SX1, My Precious www.siemens-mobiles.org ////
///////// whs file must be applied with winHex Only ////
///////// 05-12-04 06:23 AM ////
/////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////

MessageBox "Welcome to Alarm Patch!!! by My SX1, My Precious"
Goto 0x0
{Find "z:\Nokia\Sounds\Digital\" Unicode MatchCase MatchWord Down
IfFound
Write 0x63
Else
JumpTo Error
EndIf}[2]
JumpTo NoError
Label Error
MessageBox " Patch not applied!!!! Sorry..."
Exit
Label NoError
MessageBox "Patch Applied Succefully,