Jump to content

Request: T Mobile ROM Message Alert Wav/MP3 files


Recommended Posts

Posted (edited)

On the T Mobile ROM there are a couple of message alert files (not sure if they are .wav or .mp3) which are loosely based on the T Mobile jingle and I used to use them for my message alerts. Ive recently flashed to MoDaCo Stock 1.7 which of course doesnt have them included.

Would anybode be able to attach them to a message and post them on here for me please ?

Thanks !

Edited by jlgmax
Guest martoto
Posted

Hi, guys. Sorry for the newbie question, but how exactly do you use these sounds? I have tried with abd to push the odd files in /system, but it throws read-only exception. Also creating "alarms", "notification", etc. folders in SD and put them there doesn't work as well...

Guest McSpoon
Posted

To put them into the /system partition you have to temporarily remount it with write access. One way is to reboot the phone in recovery mode and then issue the following ADB command from your PC.

adb shell mount -o rw /dev/block/mtdblock1 /system

Now it'll let you push them into the /system partition. Something like this...

adb push Standard-Ringtone.ogg /system/media/audio/ringtones/

adb push Notification-Normal.ogg /system/media/audio/notifications/

...etc...

Then after rebooting, they can be selected as your default ringtone/notification/etc.

Guest martoto
Posted
...
Thank you for your help. Actually I figurate out by myself - just "/adb remount" command gave me write rights and allow me to push the files.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.