Jonny Wright Posted November 25, 2010 Share Posted November 25, 2010 Anyone know how to set a custom notification tone on a Desire HD? I have tried copying a custom tone to the /sdcard/media/audio/notifications folder, both via Bluetooth and via USB. Either way the tone does not show up in my notification tones list. Does the file have to be a specific bitrate / size / format etc? I was under the impression pretty much any audio file will work? Have tried converting the original WAV to M4A and MP3...none work :( Cheers Link to comment Share on other sites More sharing options...
zeroday Posted November 25, 2010 Share Posted November 25, 2010 Did you rescan your sd card after copying the file over? You can use sdrescan from market to do that. Link to comment Share on other sites More sharing options...
vincent Posted November 26, 2010 Share Posted November 26, 2010 To push ringtones to the system directory you have to have root access in the ROM, then you put the files in your sdk/tools/notifications folder, plug in your device, bring up cmd: cd \ cd androidsdk\tools adb remount adb push notifications /sdcard/media/audio/notifications Link to comment Share on other sites More sharing options...
zeroday Posted November 26, 2010 Share Posted November 26, 2010 Ermm...you don't need to put notifications in the system directory. You can push files to the sdcard via adb without root. Link to comment Share on other sites More sharing options...
Jonny Wright Posted November 28, 2010 Author Share Posted November 28, 2010 Did you rescan your sd card after copying the file over? You can use sdrescan from market to do that. I did not no. Have downloaded app and got it sorted. Thanks very much! :) Link to comment Share on other sites More sharing options...
Recommended Posts