This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
My Drode X, has had all the updates and is supported by verizon. It will not play the ringtone that is set. Instead it only rings like an ordinary phone. If anyone knows why or is having the same problem please tell me.
There is a known issue posted in the motorola fourms of if you are meaning that you are setting custom ringtones and another ringtones plays??
I copied and pasted the issue and reply as it appeared on motorola website
18. custom ringtones work fine until at some unknown time the custom ringtone does not ring, the default ringtone rings. the contact setting still shows my custom ringtone. A reboot of the phone corrects the problem for a random amount of time. This is the known but as-yet unsolved issue where any on-device media -- and some types from Web -- suddenly stop working until after a reboot. On Droid 2 and X. We are working on it
YOU MUST BE ROOTED. This is how you fix: you can move your mp3 ringtones from /sdcard/media/audio/ringtones to /system/media/audio/ringtones.
Open terminal
Su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
chmod 777 /system
cp /sdcard/media/audio/ringtones/filename.mp3 /system/media/audio/ringtones
Reboot
This will move the mp3 you specify on your sdcard to phone memory and stop the annoying random ringtone.
YOU MUST BE ROOTED. This is how you fix: you can move your mp3 ringtones from /sdcard/media/audio/ringtones to /dev/system/media/audio/ringtones.
Open terminal
Su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
chmod 777 /system
cp /sdcard/media/audio/ringtones/filename.mp3 /dev/system/media/audio/ringtones
Reboot
This will move the mp3 you specify on your sdcard to phone memory and stop the annoying random ringtone.