PDA

View Full Version : MP3 as a ringtone, possible ?


woolies
24-12-2005, 02:12 AM
Hi,

I have MDA compact, and want to know is it possible to use mp3 or any song file as a ringtone.

If so, then how can i do this.

Please !!
Thanks

dodos_4
24-12-2005, 03:06 AM
i think it is possible, i tried this in my i mate pda2k try it and tell us the result.
first use rescue registry which usually comes with rescue explorer then open HKEY_CLASSES_ROOT THEN MP3 THEN DEFAULT THEN CHANGE MP3FILE IN THE SECOND SQUARE TO BE WMAFILE THEN OK
PUT THE MP3 RING TONE IN FOLDER WINDOWS\RINGS
THEN TRY TO MAKE IT RING TONE
THX

whighway
29-03-2006, 07:00 AM
use this file and you have in the explorer-popupmenu the option "set as ringrone"

27
29-03-2006, 11:56 AM
Hi,

I have MDA compact, and want to know is it possible to use mp3 or any song file as a ringtone.

If so, then how can i do this.

Please !!
Thanks

It is very easy and simple.

Copy your mp3 to My Device>Windows>Rings folder

Then go Start>Settings>Phone and select it as a ringtone.

joehorn
29-03-2006, 03:49 PM
I have MDA compact, and want to know is it possible to use mp3 or any song file as a ringtone.Yes it is! The easiest way to do that is copying the desired mp3 file to the folder \Windows\Rings, than you can choose it as ring tone in the same way as the preinstalled tones (it appears in the same list).
If you like to have the "Set as ring tone" entry in the explorer context menu also for mp3 files (and not only for midi, mp4 and wma) do not the following registry change:
i think it is possible, i tried this in my i mate pda2k try it and tell us the result.
first use rescue registry which usually comes with rescue explorer then open HKEY_CLASSES_ROOT THEN MP3 THEN DEFAULT THEN CHANGE MP3FILE IN THE SECOND SQUARE TO BE WMAFILE THEN OK
PUT THE MP3 RING TONE IN FOLDER WINDOWS\RINGS
THEN TRY TO MAKE IT RING TONE
THX
First: if you want to copy and choose the file manually, you don't need to change anything in the registry!
But if you change the linked file type from MP3File to WMAFile, you are telling the system that .mp3 is a wma file (and that is definitely wrong). That works as long as the system has under \\\registry\HKCR\MP3File and \\\registry\HKCR\WMAFile equal entries for the used software to handle those files. But it's never a good idea to map different file extensions to the same file type except all these extension are synonyms and belongs to the same type of data (like .htm and .html). As soon as a user installs different players for wma and mp3 he will get into trouble.

So instead of mapping .mp3 to the type WMAFile it will be much better to add the missing context handler entry to the file type MP3File in the registry . (Only the entry is missing, the handler exists, we can use the one which is already used for wma, mp4 and midi, see below)
So lets have a look to \\\registry\HKCR\midifile\Shellext, \\\registry\HKCR\mp4file\Shellext, \\\registry\HKCR\wavfile\Shellext, \\\registry\HKCR\WMAFile\Shellext and \\\registry\HKCR\MP3File\Shellext and see:
the first 4 have a key named ContextMenuHandlers and all refer to the same handler, but there is no key named ContextMenuHandlers in \\\registry\HKCR\MP3File\Shellext. So copy (not move!) \\\registry\HKCR\WMAFile\Shellext\ContextMenuHandl ers completely (with all subkeys) to \\\registry\HKCR\MP3File\Shellext and you have will have the "Set as ring tone" entry in the explorer context menu of a .mp3 file too (and not only for .wma, .wav, .mp4 and .mid files). And you preserve the possibility to link different players to .mp3 and to .wma files.
And don't be afraid, the context handler for "Set as ring tone" for wma is the same as for wave, midi and for mp4 so it will work well with mp3 files too because it doesn't care about the file content. It does nothing more than copy the file to the folder \Windows\Rings. (Ok, the message box is telling that the file also has been set as new ring tone, but on my Magician that is not true, it is still the previous tone active and I have to choose it manually)use this file and you have in the explorer-popupmenu the option "set as ringrone"That also creates the missing key but installs an additional handler and refers to it. I believe that these 100kBytes can be used better for other thing. As long as you are happy whith the way the systems handles .wma files (as ring tones) you can use the same handler for .mp3 files too and there is no need for an special "ring tone" handler for .mp3 files. But if you are afraid of modifying your registry but really want the context entry than this cab file is better than nothing.

Joe