tech_green
Lurker
Okay try this:
(Kind of) automatic instructions:
1. Put the mp3 you want to use as your ringtone onto your computer
2. Go to www.media.io and upload the mp3 file
3. Select the format as .ogg and the quality to high (192kbits/sec)
4. Convert it, download it, and copy it to C:\Android
5. Connect the phone to the computer and enable USB Debugging (Settings>Applications>Development>USB Debugging)
6. Open cmd and typeCode:cd C:\Android
7. Now typeCode:adb push <name of song>.ogg /system/media/audio/ringtones/<name of song>.ogg
For example, if I had ringtone342.ogg on my computer, the code would beCode:adb push ringtone342.ogg /system/media/audio/ringtones/ringtone342.ogg
8. Select the ringtone as normal
Manual instructions
1. Put the mp3 you want to use as your ringtone onto your computer
2. Go to www.media.io and upload the mp3 file
3. Select the format as .ogg and the quality to high (192kbits/sec)
4. Convert it, download it, and transfer it to your phone
5. On your phone, open root explorer and copy the new .ogg file to /system/media/audio/ringtones
6. Select the ringtone as normal
Hope this helps!![]()
![]()
Thanks for the instructions. I've tried using file manager on the phone, and also using ADB, but neither work. I keep getting an error 'Failed to copy', 'Read-only file system'.
Is there something I'm doing wrong?