Clickatell converter midi to hex string not working anymore

Clickatell converter midi to hex string not working anymore SearchSearch
Author Message
Ali
Unregistered guest
Posted on Sunday, April 11, 2004 - 04:03 pm:   

Clickatell converter midi to hex not working they have closed the area for public please advise alternative for midi to hex string conversion anyone!!
'OLA MUSA
New member
Username: 1default

Post Number: 6
Registered: 02-2004
Posted on Friday, April 16, 2004 - 09:57 pm:   

pls i also need this conveter any one ohw i can get it pls forward it to me or let me have the url pls .
thank a million
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2268
Registered: 10-2002
Posted on Saturday, April 17, 2004 - 03:33 am:   

I believe they were just using the Mike Kohn Ringtonetools behind a script (at least I saw very similar results when performing some conversions). You can find it at:

http://ringtonetools.mikekohn.net/
'OLA MUSA
New member
Username: 1default

Post Number: 7
Registered: 02-2004
Posted on Saturday, April 17, 2004 - 04:39 am:   

THANK YOU FOR THE SPEEDY RESPONCE YOU HAD TO THE ANSWER PLS I USE YOUR FILE2HEX CONVERTER BUT I HAVE LITTLE ISSUE ON THIS.I RUN THE PROGRAM FROM CMD.EXE BUT IDO NOT KNOW HOW TO WRTIE A STRING WITHIN THAT ENVIROMET SUCH THAT THE RESULTANT HEXADECEMAL CODES WILL BE WRITEN TO A FILE OUTSIDE THE COMMAND PROMPT AND I CAN THEN JUST LIFT HTE FILE TO THE APPLICATIN AM USNG . PLS HOW DO I DO THESE.? THANK VERY MUCH FOR U ANTICIPATED ANSWER
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2279
Registered: 10-2002
Posted on Saturday, April 17, 2004 - 05:03 am:   

Using the Mike Kohn tools, there is a command line program called ringtonetools.exe.

Assuming a MIDI file named test.mid that you want to convert to Nokia format, you can issue the following command:

ringtonetools test.mid test.nok -u

This will output the Nokia ring tone format into the file test.nok.

The UDH and the message data are mixed together, so you need to manually separate them.

Or, use the -x parameter instead of the -u parameter, and it will return the results without the UDH (and you can add it manually).

By default, this tool will split longer ring tones into multiple messages. If you want one long string, use the -s parameter with a large number, such as -s 1000.

-bn
'OLA MUSA
New member
Username: 1default

Post Number: 8
Registered: 02-2004
Posted on Saturday, April 17, 2004 - 08:09 am:   

thanks again for the responce cuold u pls give he string (statement )if i were to use ur file2hex converter cos i prefer using file2hex.just the way i will type it and ask it to output to an external file. thanks
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2335
Registered: 10-2002
Posted on Wednesday, April 21, 2004 - 07:11 pm:   

I'd run ringtonetools test.mid test.nok -x -s 1000

Then "test.nok" is the hex string (without the UDH). There is no need to run file2hex.

Just specify 06050415810000 (or 06050415811581) as the UDH when sending that string.

(If you have a reason to need the UDH included in the string, use -u parameter instead of -x.)

-bn