I added some files to /system/media/audio/ringtones using terminal emulator and busybox mv:
After that, all my ringtones appear in my menu twice (except the one I just added, which appears once).
Then I added another few files using the same method, after reboot, all my original ringtones show up three times, the ones from the first round show up twice and the ones I had just added show up once.
It seems that everytime I touch this directory (/system/media/audio/ringtones) android is appending to the menu everything that's in the file, but it's not doing the right thing with things that are already in the list.
I doubled checked that these files do not appear more than once in the filesystem. Has anyone seen this? It may be related to the question asked in this thread (which was never solved or replied to):
http://forum.xda-developers.com/showthread.php?t=968091
Anyone else experienced this? Know how to fix? I love each one of you.
Code:
#busybox mv thisfile.mp3 /system/media/audio/ringtones
Then I added another few files using the same method, after reboot, all my original ringtones show up three times, the ones from the first round show up twice and the ones I had just added show up once.
It seems that everytime I touch this directory (/system/media/audio/ringtones) android is appending to the menu everything that's in the file, but it's not doing the right thing with things that are already in the list.
I doubled checked that these files do not appear more than once in the filesystem. Has anyone seen this? It may be related to the question asked in this thread (which was never solved or replied to):
http://forum.xda-developers.com/showthread.php?t=968091
Anyone else experienced this? Know how to fix? I love each one of you.