Android: Move ringtones from SD-Card to internal memory
I have a Motorola Milestone and keep it inside the Desk-Dockingstation all day long. While it is in there, the phone cant use the ringtones saved on the sd-card, because the sd-card is shared over USB. I simply moved my ringtone to the internal ringtone memory.
You need root access and a terminal to put in these commands:
WARNING:
Be carefull because this could ruin your system!
su -
cd /
mount -o remout,rw /system
cp /sdcard/media/ringtones/YOURRINGTONE.mp3 /system/media/ringtones/
exit
cd /
mount -o remout,rw /system
cp /sdcard/media/ringtones/YOURRINGTONE.mp3 /system/media/ringtones/
exit
Afterwards restart you phone, delete the ringtone file vom sdcard and select the internal ringtone. Should be working now :)
No related posts.