Guest jlgmax Posted January 20, 2010 Report Posted January 20, 2010 (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 January 20, 2010 by jlgmax
Guest McSpoon Posted January 20, 2010 Report Posted January 20, 2010 I posted them in another thread here. They're .ogg files.
Guest jlgmax Posted January 20, 2010 Report Posted January 20, 2010 I posted them in another thread here. They're .ogg files. All working now - many thanks !
Guest martoto Posted January 22, 2010 Report Posted January 22, 2010 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 January 23, 2010 Report Posted January 23, 2010 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 January 23, 2010 Report Posted January 23, 2010 ... 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.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now