[Q] Lost whistle notification - AT&T, Rogers, Bell, Telus Samsung Galaxy S III

I just joined the realm of changing roms on my GS3. The thing I am missing now is that awesome whistle notification sound. How can I get this back? Thanks

Download this unzip it and put S_Whistle.ogg in /system/media/audio/notifications with a file explorer, reboot phone and you should have it back.

Download the original ROM from here, extract it, find your whistle, then copy it to the /sdcard/Notifications folder and it should be available for selection.
EDIT : got beaten on this one... but the end result is the same.

Thanks for the links. Got the file but it appears that you cannot write it to the system folder section you specified. I was able to add it to the internal sdcard in the media/audio/notifications
Thanks again

jrock2004 said:
Thanks for the links. Got the file but it appears that you cannot write it to the system folder section you specified. I was able to add it to the internal sdcard in the media/audio/notifications
Thanks again
Click to expand...
Click to collapse
The system folder is write protected, you should be able to change it in your file explorer. Another root is to make the three folders Ringtones, Alarms, Notifications on your sdcard and put the sounds in there and reboot and they should show up.

Related

Where to Put Files after Root

So I have successfully rooted my EVO with the Simple OTA Root and I know how to install APK's now but where would I put my music? Or where would I put these .ogg files I have from a Droid X. Last Where do I put Ringtones?
Do I just make a folder called music? etc..any help would be greatly appreciated
Globetrahter said:
So I have successfully rooted my EVO with the Simple OTA Root and I know how to install APK's now but where would I put my music? Or where would I put these .ogg files I have from a Droid X. Last Where do I put Ringtones?
Do I just make a folder called music? etc..any help would be greatly appreciated
Click to expand...
Click to collapse
If you mount your card, you'll see that there is a folder called: /Music -- this where you music will go.
For your ringtones; you'll place them inside: /system/media/audio/ringtones
In regards to the Droid X .ogg file -- if that's for the bootanimation; then that file needs to be placed in /system/customize/resource and it will have to be ranamed to: SPC_animation_final.mp3, before you copy it over to that directory.
Thanks very Much
Ok, so may sound ehh.. but How do you mount the microsd, I have it in disk drive mode right now
Thanks again
Globetrahter said:
Ok, so may sound ehh.. but How do you mount the microsd, I have it in disk drive mode right now
Thanks again
Click to expand...
Click to collapse
Disk drive mode = mounting. When you connect your phone to your computer -- your phone to should you with options, choose Disk Drive.
Ok cool, I had to add the Music Folder since I did the root and didnt have any music on there, but Im looking at my folder and I dont see a systems folder and I have my computer set to show hidden files and folders
so I dont see /System
I do have a folder called /media/audio
and there is a notifications folder in there and in there is a facebook_ringtone_pop.m4a
Globetrahter said:
Ok cool, I had to add the Music Folder since I did the root and didnt have any music on there, but Im looking at my folder and I dont see a systems folder and I have my computer set to show hidden files and folders
so I dont see /System
I do have a folder called /media/audio
and there is a notifications folder in there and in there is a facebook_ringtone_pop.m4a
Click to expand...
Click to collapse
The /systems folder won't be on your sdcard, but rather on the phone itself.
You need to open shell/cmd and run:
Code:
adb remount
adb shell
cd /system/media/audio
ls -- You'll see the ringtones folder once you issue this command
Now that you know where the ringtones folder is, can you just adb push the ringtones you want to that folder.
To do this:
1. Put whatever ringtone you want into your AndroidSDK\tools folder first!
2. Open shell/cmd
3. Run following command(s):
Code:
adb push name-of-ringtone.mp3 /system/media/audio/ringtones
Repeat that command if you have more than one ringtone. After you've done that -- you'll need to reboot your phone and when you go to select a ringtone, your's should up.

[Q] help to wright a script

hi im trying to make a script that i can flash to move 3 audio file from my sd card
to my ringtones folder in the system and delete all the ringtones that are already in there
the files are located in
sd/tones/alarms/01 break ya neck.mp3
sd/tones/notifications/vampier_2002.mp3
sd/tones/ringtones/wild international ringtone.mp3
any help is greatly appreciated and thanks in advance
cruse2382 said:
hi im trying to make a script that i can flash to move 3 audio file from my sd card
to my ringtones folder in the system and delete all the ringtones that are already in there
the files are located in
sd/tones/alarms/01 break ya neck.mp3
sd/tones/notifications/vampier_2002.mp3
sd/tones/ringtones/wild international ringtone.mp3
any help is greatly appreciated and thanks in advance
Click to expand...
Click to collapse
Correct me if i'm wrong but all you want to do is move 3 audio files to system folder? well, you need root access for that and once you gain root access, you can install root explorer or some sort of explorer through which you can copy your 3 audio files and paste them into the system folder. Look here if you want to root your phone.
Hope this helped!
shad0wboss said:
Correct me if i'm wrong but all you want to do is move 3 audio files to system folder? well, you need root access for that and once you gain root access, you can install root explorer or some sort of explorer through which you can copy your 3 audio files and paste them into the system folder. Look here if you want to root your phone.
Hope this helped!
Click to expand...
Click to collapse
thanks for the reply but thats the way i do it already but i flash a new rom every few days so it gets a bit annoying having to move them all the time then set permissions so was hoping to make a script that i could just flash after flashing a new rom
bump
i've made flashable zips for just this very reason. i was flashing too many roms and i wanted to keep the same sounds. i flash them straight after flashing a new rom.
what do you want to replace? ringtones only? or ringtones, notifications and alarms?
let me know and i can send you a zip
this zip is to replace all of the sound files in 'alarms', 'notifications', and 'ringtones'
navigate through the zip and drop your sound files in to the appropriate folders, then delete the .txt file that's also in there. don't delete the .txt file first or the directory will disappear
then all you have to do is flash the zip in recovery
whenever i update my rom i stay in recovery and flash this zip straight after, it makes life a lot simpler!
so just to repeat: this will delete ALL of the alarms, ringtones and notifications currently on your phone and replace them with whatever you put in to the corresponding folders in this zip
just as an extra tip: if you don't want to delete everything, you can change this behaviour by modifying 'updater-script' with an appropriate text editor like notepad++. get rid of the lines "delete_recursive". e.g. if you want to keep your alarms, delete the line delete_recursive("/system/media/audio/alarms");
maatsby said:
this zip is to replace all of the sound files in 'alarms', 'notifications', and 'ringtones'
navigate through the zip and drop your sound files in to the appropriate folders, then delete the .txt file that's also in there. don't delete the .txt file first or the directory will disappear
then all you have to do is flash the zip in recovery
whenever i update my rom i stay in recovery and flash this zip straight after, it makes life a lot simpler!
so just to repeat: this will delete ALL of the alarms, ringtones and notifications currently on your phone and replace them with whatever you put in to the corresponding folders in this zip
just as an extra tip: if you don't want to delete everything, you can change this behaviour by modifying 'updater-script' with an appropriate text editor like notepad++. get rid of the lines "delete_recursive". e.g. if you want to keep your alarms, delete the line delete_recursive("/system/media/audio/alarms");
Click to expand...
Click to collapse
thanks i owe you one will give it a try later and let you know how it goes
maatsby said:
this zip is to replace all of the sound files in 'alarms', 'notifications', and 'ringtones'
navigate through the zip and drop your sound files in to the appropriate folders, then delete the .txt file that's also in there. don't delete the .txt file first or the directory will disappear
then all you have to do is flash the zip in recovery
whenever i update my rom i stay in recovery and flash this zip straight after, it makes life a lot simpler!
so just to repeat: this will delete ALL of the alarms, ringtones and notifications currently on your phone and replace them with whatever you put in to the corresponding folders in this zip
just as an extra tip: if you don't want to delete everything, you can change this behaviour by modifying 'updater-script' with an appropriate text editor like notepad++. get rid of the lines "delete_recursive". e.g. if you want to keep your alarms, delete the line delete_recursive("/system/media/audio/alarms");
Click to expand...
Click to collapse
works perfect thanks

[FIXED] Problem adding sound files to my Ringtones and Notifications

So I added about a hundred various ringtones and sounds to these folders:
/system/media/audio/ringtones
/system/media/audio/notifications
But when I go to my menu/sounds to select a new ringtone or notification sound, all the files I added are sitting there in duplicates or triplicates.
Or they show up with weird Chinese characters.
But when I use Root Explorer, they all show up as single files with correct filenames.
Is it possible each file may have an name that shows up one way here, then shows up another way somewhere else?
Any idea what I might be doing wrong?
Not sure if this helps, but you don't have to add them to root. You can just put them on your internal/external sdcard in folders with the same names.
TheFiveDots said:
Not sure if this helps, but you don't have to add them to root. You can just put them on your internal/external sdcard in folders with the same names.
Click to expand...
Click to collapse
YES! That was totally it.
I had no idea the system was smart enough to pull the sounds from other folders on my phone. I had the same sounds in a few folders since I had extracted them from a zip.
I deleted all the other folders and now only the ones in the /root/media are showing up!
Thanks!

Where I should write my ringtones in order to Android recognize them

Hi every, I've downloaded several ringtones using Zedge application as yours should notice in the img1.png attached. I'm trying to change the default tone using one of this and can't see them. Where I should place them in the internal storage (see img2.png)?
Cheers and thanks in advance
reynierpm said:
Hi every, I've downloaded several ringtones using Zedge application as yours should notice in the img1.png attached. I'm trying to change the default tone using one of this and can't see them. Where I should place them in the internal storage (see img2.png)?
Cheers and thanks in advance
Click to expand...
Click to collapse
Wrong section. Your post is supposed to be in "Q & A" section.
You just need to create a folder "Ringtones" in the internal SD card. Then copy your ringtones to this folder.
tthaz777 said:
Wrong section. Your post is supposed to be in "Q & A" section.
You just need to create a folder "Ringtones" in the internal SD card. Then copy your ringtones to this folder.
Click to expand...
Click to collapse
My bad, any admin or moderator please move the topic to the correct forum.
@tthaz777 if you see the first image you'll notice that ringtones are in Internal SD card > Ringtones so ....
reynierpm said:
My bad, any admin or moderator please move the topic to the correct forum.
@tthaz777 if you see the first image you'll notice that ringtones are in Internal SD card > Ringtones so ....
Click to expand...
Click to collapse
You could also put in the system folder if you have root access. I currently have the Skyrocket so this solution might not work for you. I put my .ogg file in /system/media/audio/ and then into the proper sub directory either /alarms /notifications or /ringtones. Then rebooted my system and I could assign them properly. Actually the first suggestion worked for me as well, but I just like having all my files in the same place. So it might work or it might not... i can't say for sure. I subscribe to the nexus development because g/f's mom who has the nexus and likes slim rom a lot.
reubendevries said:
You could also put in the system folder if you have root access. I currently have the Skyrocket so this solution might not work for you. I put my .ogg file in /system/media/audio/ and then into the proper sub directory either /alarms /notifications or /ringtones. Then rebooted my system and I could assign them properly. Actually the first suggestion worked for me as well, but I just like having all my files in the same place. So it might work or it might not... i can't say for sure. I subscribe to the nexus development because g/f's mom who has the nexus and likes slim rom a lot.
Click to expand...
Click to collapse
Nice I'll try your solution later because I need to install some kind of Root Explorer and I've in my PC at home as for the first solution could not work due to .mp3 extension? I'm on GNex ROM 1.9.0 with 4.1.1
reynierpm said:
Nice I'll try your solution later because I need to install some kind of Root Explorer and I've in my PC at home as for the first solution could not work due to .mp3 extension? I'm on GNex ROM 1.9.0 with 4.1.1
Click to expand...
Click to collapse
Yeah I think that the .ogg will work for sure. I just used root explorer the app to find out what my other ringtones were and then converted the ringtone to that file.
You have to put your ringtones in a folder called "Ringtones". Not just in the internal SD card.
Sent from my Galaxy Nexus using xda premium
I have a few mp3's and ringtones I got from zedge as well and I couldn't see them at first - you just need to let the mediascanner find them. A reboot will force the phone's mediascanner to do so, or it'll find them on its own in a little bit.
Guiding.God said:
I have a few mp3's and ringtones I got from zedge as well and I couldn't see them at first - you just need to let the mediascanner find them. A reboot will force the phone's mediascanner to do so, or it'll find them on its own in a little bit.
Click to expand...
Click to collapse
Ringtone/mp3 files will not be available as ringtones unless they are in the ringtones folder. Rebooting the phone won't change that, at least not with the stock ROM.
reubendevries said:
You could also put in the system folder if you have root access. I currently have the Skyrocket so this solution might not work for you. I put my .ogg file in /system/media/audio/ and then into the proper sub directory either /alarms /notifications or /ringtones. Then rebooted my system and I could assign them properly. Actually the first suggestion worked for me as well, but I just like having all my files in the same place. So it might work or it might not... i can't say for sure. I subscribe to the nexus development because g/f's mom who has the nexus and likes slim rom a lot.
Click to expand...
Click to collapse
One reason to NOT put custom ring tones in the /system/media/audio/ringtones folder is that if you wipe your system (to change ROM's, for example), is that the system wipe would then also wipe your custom ringtones. However, if you place them in the Ringtones folder on your sdcard, that doesn't get wiped, and you'll be able to use the ringtones right away after flashing a new ROM, and you won't have to re-copy them onto your phone.
Sent from my Galaxy Nexus using Tapatalk 2
patruns said:
Ringtone/mp3 files will not be available as ringtones unless they are in the ringtones folder. Rebooting the phone won't change that, at least not with the stock ROM.
Click to expand...
Click to collapse
The post before mine had already ascertained which folder to put them in, I was just adding that to force a mediascan of that folder a reboot would do the trick. Sorry for any confusion
install es file explorer on to your phone.
When you want to select a new ringtone, the phone will ask you to either select a "system tone" or "select a file" (using the file explorer)
then you just navigate to the sound file no matter what folder you stored it in (on your sd)

add notification sound

hi, im trying to add a new notification sound to the notifications folder on an s9. the folder is /system/media/audio/notifications. i have the file i want in my download folder. there is no add button in the notification menu in the s9. so i tried doing it with total commander. but every time i try either move or copy the file it says 'error writing to target file! ' the file itself is an .ogg file . i have added a similar file to the ringtones menu but that was because it gave me an add button in the menu, just not available in the notification menu.
any ideas, thanks
You should have a folder in device storage called Notifications. Just copy the file there and Android will find it. It doesn't need to be in system.
Notifications
meyerweb said:
You should have a folder in device storage called Notifications. Just copy the file there and Android will find it. It doesn't need to be in system.
Click to expand...
Click to collapse
hi thanks for the reply... just to be clear so i understand.
there is only one folder called Notifications on my phone and that is in the system section ( /system/media/audio/notifications).
there is no folder called notifications in my device storage.
so as that is the case does that mean i should create a folder called notifications in device storage, if so will the phone add the 2 folders together when showing list of notifications?
thank you
bobwal70 said:
hi thanks for the reply... just to be clear so i understand.
there is only one folder called Notifications on my phone and that is in the system section ( /system/media/audio/notifications).
there is no folder called notifications in my device storage.
so as that is the case does that mean i should create a folder called notifications in device storage, if so will the phone add the 2 folders together when showing list of notifications?
thank you
Click to expand...
Click to collapse
EDIT: Looks like I have to eat my hat. What I wrote below worked on EVERY Android phone I've had, from htc, Samsung, LG, and Google. It does not seem to work on the S9+.
ReEdit: Working now. See post below.
The short answer is yes, that is how it should work. I thought my S9 plus already had a Notifications folder in the user partition, but I might have created it in the process of restoring things from the prior phone. It is Notifications with a capital N, btw. You can also create (if you don't have it already) a Ringtones folder to add new ringtones to the device.
These have to be on internal storage, not an SD card. At least on older versions of Android, if you put them on an SD card the new sounds would work for a while, but eventually Android would "lose" them.
Finally the notification sounds I added are showing up in the list. The only thing I can think of that made them show up is that I rebooted the phone. So if you add files to the Notifications directory, and don't see them when you try to choose one, try rebooting your phone.
meyerweb said:
You should have a folder in device storage called Notifications. Just copy the file there and Android will find it. It doesn't need to be in system.
Click to expand...
Click to collapse
Great! Thanks!

Categories

Resources