i tried 'RingtoneManager.setActualDefaultRingtoneUri(this,RingtoneManager.TYPE_RINGTONE,Uri.parse("mnt/sdcard/music.mp3"));' i have the music in the emulator
but it didnt work.
i have this after the above and it plays the file so i know i got the path right
Ringtone rt = rm.getRingtone(this,Uri.parse("mnt/sdcard/music.mp3");
rt.play();