PDA

View Full Version : Ringtone RE/BIN?



Kontact
03-11-2002, 01:54 AM
hello ppl

i would like to know if this is correct...

the ringtone we d/l from the eeprom part or saved ringtone is call *.re and *bin?

what's the difference between them?

thanks

NokiaPhreak
03-11-2002, 12:07 PM
it almost same, only .re include some extra bytes about the ringtone shortname, ringtone id, and length of the ringtone included shortname,id and contents of the ringtone.

[000000660000026444464748]0000000008446F6E27744B6E00
...f...dDFGH.....Don'tKn

0000000008446F6E27744B6E
.....Don'tKn

diffirent is in the bracket.

0066 <- tone id
0264 <- ringtone length
44464748 <- ringtone shortname

Kontact
03-11-2002, 03:34 PM
ok.. so how do we get *.re.. ? from the cellphone. by using mygnokii?

i am trying to add a feature like if we have *.re we could use it as source or input to put/load on alerts(sms) and ringtone on my program. Kxplorer.

one thing i also notice is the extra 00 after 02fc09. (ex. 02 fc 09 00 0a 01 )at first i don't think i would work but checking some mods flash file. and seeing it there. i came to a conclusion it do works. but i haven't tested it.

i recently revise my program to accept the extra 00. 8-)
it will be on ver 1.0c.

regards,

NokiaPhreak
04-11-2002, 06:00 AM
mygnokii can only get ringtone in *.bin format, which the one without those *.re header. You can only getting ringtone which already in the phone, but not the one you download or received which saved in your phone eeprom in *.re format. you can using PPMManager or ppmedit to get those ringtone in *.re format.

Download this nokrev chm windows help file.

Nokrev (http://marcin-wiacek.fkn.pl/english/zips/nokrev.chm)

NokiaPhreak
04-11-2002, 06:02 AM
oh year, may i know what is the price you plan to sell your software at? I'm interesting to own a copy, please PM me thanks you.

Kontact
04-11-2002, 06:17 AM
about the ringtone *re. so i think it's the same with *.ton. hmm..

i did check some *.re d/l fron this forum and some numbers that r not the same with the ppm ringtone format like in re;

for ex.

0000 0001 index id
0000 0050 tone size
4 byte short name id
4 bytes 00 00 00 "CC" (on *re it's 0xCC) i do replace it with 00.
so that it would be the same as in *ton.

i will recheck..

so does it mean that the one they d/l using gnokii is *.bin.
they manually inserted /converted it to re, by adding the *re headers?

all along i thought there r ways to get the saved tone in *.re. anyway, i will try mygnokii and see it. 8-)

btw, about kxplorer. i will decide when i reach version 1.1
i will email u. as of now i am trying to remove bugs and make it better so that we could use any tone format apac/finland/62xx *.re/*.ton/rtx/rttl with special effects. it will auto detect and convert it in proper flash file u r editing. to minimized bugs and errors.

i will pm u as soon as i think it's ready.. thanks.

regards,

NokiaPhreak
04-11-2002, 06:45 AM
Originally posted by Kontact
about the ringtone *re. so i think it's the same with *.ton. hmm..

I don't know how *ton format is, can you please send me a copy of ringtone in *ton format. Thanks.


so does it mean that the one they d/l using gnokii is *.bin.
they manually inserted /converted it to re, by adding the *re headers?

yes, I add those header by my self using hexeditor.


i will pm u as soon as i think it's ready.. thanks.

Great! thanks.