PDA

View Full Version : Tone id



slikmik
09-10-2002, 08:58 PM
Hi,

Have tried searching past threads but cant find what im after

Could someone tell me please how to correct tone id in hex editor?

Cheers
Mike

Lapu-Lapu
10-10-2002, 01:07 AM
I use "rttl to re" converter to correct/change ToneIDs...

NokiaPhreak
10-10-2002, 06:38 AM
open your .re tone or your ppm file with hex editor, look at each tone starting hex code, it should look like this:

0000 0039 0000 00FC 5249 4E54
====ToneID===================

change the above hex code from 0001~003F...

Hope this help.

slikmik
10-10-2002, 09:52 AM
Nice one i'll give it a go

So its the first byte i change?

0000 0039 0000 00FC 5249 4E54

is changed to :

0001 0039 0000 00FC 5249 4E54 ??????

In increments of 1?

Cheers
Mike

Lapu-Lapu
10-10-2002, 11:13 AM
Originally posted by slikmik
Nice one i'll give it a go

So its the first byte i change?

0000 0039 0000 00FC 5249 4E54

is changed to :

0001 0039 0000 00FC 5249 4E54 ??????

In increments of 1?

Cheers
Mike

i think you have to change the 0039 not the 0000

NokiaPhreak
11-10-2002, 06:16 AM
yea, you should change the 0039 not the 0000 with increment 1, ex.

0001 0002 ~ 0009 000A 000B ~ 000F 0010

Hope this help.