[MOD] Custom Audio File 1.0 - Samsung Galaxy Nexus

Hello everyone!
I'm trying to get into the theme and MOD show. I have released my Modded version of the Audio file found in every Android Rom that controls the ringtones and notifications. It contains the regular audio files found in Stock rom but also top hits ringtones you find on the radio and season ringtones and notification sounds.
Directions (advanced):
1. Unzip Rom of your choosing
2. Find the "Audio" file under system/media/audio
3.Replace "Audio" file with one you have downloaded
4.Re-Zip all file you Un-Zipped
5.Flash Rom
Directions (simple):
1.Download "Audio" file
2. Place "audio" file on root of SD card
3. Reboot phone (for safe measure)
4.You might have double of ringtones and notifications if this is so you must do the advanced way get rid of doubles
Download link:
Audio 1.0

Nevermind
Point is, I am giving this a try

Thanks Ya its good let me know if the link works good!! I;m not sure what to use as a file manager.

Related

[Q] Original Evo Ringtones

i flashed the CM6 final build last night but i miss the original evo ringtones that i had become so fond of. does anyone have a zip file of the ringtones that come preloaded with the phone?
Anyone?....
bump
dundada08 said:
i flashed the CM6 final build last night but i miss the original evo ringtones that i had become so fond of. does anyone have a zip file of the ringtones that come preloaded with the phone?
Click to expand...
Click to collapse
You could just download the Stock rom unzip it and go to system/media/audio and get them.
zone23 said:
You could just download the Stock rom unzip it and go to system/media/audio and get them.
Click to expand...
Click to collapse
Thats true. But now here is the question, I have tried replacing the audio folder with the one that comes with CM6.1.2 and I have like doubles of each ringtone but they all make the same 1 sound.
Any fix for this?
Is it possible you have them on your storage card too? I'm not real sure how CM structures his audio stuff so I can't really answer that. You could unzip his rom replace the files zip it back up and flash it and see if it does the same thing.
So this may be a nub question but if lets say i create a zip with the folder "system/media/audio/xx" and flash it, it will flash? dont I have to sign it?
For example, I replaced the /system/media/audio/x content with the default ones from the stock rom, but when I go to Settings > Sound > Phone ringtone, i got like tons of other ringtones in the list and they all play the same sound when previewing.
If that helps break it down on what I'm trying to fix lol. I have a nandroid but I have made so many adjustments today, I would loose a lot to roll back.
All you need to do is download a stock rom, take out the Audio folder of that rom and then place that Audio rom onto the root of your SD card. Once the Audio folder is placed on the SD card go into sound settings, ring tones etc.. and you will see that all the files from that Audio folder are there and there will be doubles of some sounds. Once you confirm that the stock sounds are there, go back and delete the Audio folder you put on the root of the SD card and then all the double files will go away and you still have the stock ring tones along with CM tones.
Jfree3000 said:
All you need to do is download a stock rom, take out the Audio folder of that rom and then place that Audio rom onto the root of your SD card. Once the Audio folder is placed on the SD card go into sound settings, ring tones etc.. and you will see that all the files from that Audio folder are there and there will be doubles of some sounds. Once you confirm that the stock sounds are there, go back and delete the Audio folder you put on the root of the SD card and then all the double files will go away and you still have the stock ring tones along with CM tones.
Click to expand...
Click to collapse
Thanks for you response. Yeah thats what I was doing earlier. But the list kept showing doubles after reboot. Then I gave up for a good 15...20 minutes and everything was back to normal, Had all the regular ringtones back on there, Guess it was hung or something, no idea lol.
Thanks though;-)
When I unzip the ROM it only contains image files. Am I using the wrong ROM?

[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

[tutorial] [change boot sound on Stock ROM to anything you want]

Hi guys,
I found a way to change the boot up sound that's played during the boot animation when you start your phone.
You can change it to anything you want
I did this on Stock Samsung LP7 ICS 4.0.3
This works for Samsung ROMs. For other CUSTOM ROMs it may not work because they don't support the boot sound, or the sound must be placed in system/media and not in system/etc for example.
Here's how it's done:
1. Device must be rooted
2. Open a file explorer, I use Root Explorer.
Navigate to 'System' folder on root of internal SD card, then go to 'etc' folder and find a file called: PowerOn.ogg
i.e /System/etc/PowerOn.ogg
3.Rename the file to: 'PowerOn.ogg.Backup' (just so you have a back up of your original) (to restore simply delete the custom sound you made and then rename this back to PowerOn.ogg)
4.Find an appropriate .MP3 file you want as a start up sound and rename to PowerOn.ogg (notice the capitals at the start of Power and On)
(You may need to use a convertor to convert .MP3 to .ogg but I didn't, I simply renamed the .MP3 file
5.Once you have your new PowerOn.ogg file simply paste it into System/etc folder
6. Turn up volume, reboot phone and test it out!
Let me know how you got on
I used the PlayStation 2 start up sound for my phone and it sounds awesome!
Here's a link to Playstation 2 sound (already re-named and ready to go): https://www.dropbox.com/s/xxycdj1rjokufim/PowerOn.ogg
Have fun!
P.S If anyone else has any other cool sounds please share
Sweet! Will try it out soon
I did this on Stock Samsung LP7 ICS 4.0.3 but dont see why it wouldn't work on others
Click to expand...
Click to collapse
This works for Sammy ROMs, for other CUSTOM ROMs maybe won't work because they don't support the boot sound!! Or the sound must be placed in system>media and not in system>etc for ex....:good::good:
Tuqano said:
This works for Sammy ROMs, for other CUSTOM ROMs maybe won't work because they don't support the boot sound!! Or the sound must be placed in system>media and not in system>etc for ex....:good::good:
Click to expand...
Click to collapse
Thanks for the heads up! I'll add this to my OP
thank you !
very helpful!
093236 said:
thank you !
very helpful!
Click to expand...
Click to collapse
You're welcome mate

Stock Sounds SGS 3 I747/I747M

So with a lot people running custom AOSP/AOKP/CMx ROMS I noticed the last couple days that some may want the stock sounds back. So I have extracted the sounds from a stock ROM and zipped them up.
Instructions 1- download the zip you want
2- unzip with winrar or 7zip, direct download straight to phone most file explorers should unzip
3- move files to phone sd card
4- use a file explorer app to move wanted sound to /system/media/audio and then copy into appropriate folder there
5- reboot phone and the new sound should be available
I have just done the AT&T stock sounds but comparing them to Bell and Rogers they are the same so don't be worried about the file name, they are all titled AT&T just to keep things straight on my own computer.
Ringtones
Notifications
Alarms
Edit--> you should also be able to create the three folders(or whichever you need) on your internal/external SD card and move sounds into those and reboot and they should also show up. /system is write protected by default so if you don't know how to change that then use this method.
jethro650 said:
So with a lot people running custom AOSP/AOKP/CMx ROMS I noticed the last couple days that some may want the stock sounds back. So I have extracted the sounds from a stock ROM and zipped them up.
Instructions 1- download the zip you want
2- unzip with winrar or 7zip, direct download straight to phone most file explorers should unzip
3- move files to phone sd card
4- use a file explorer app to move wanted sound to /system/media/audio and then copy into appropriate folder there
5- reboot phone and the new sound should be available
I have just done the AT&T stock sounds but comparing them to Bell and Rogers they are the same so don't be worried about the file name, they are all titled AT&T just to keep things straight on my own computer.
Ringtones
Notifications
Alarms
Click to expand...
Click to collapse
Thank you! Much appreciated!
This are flashable in CWM zip in HERE
Didn't know that was there guess I should have searched but I didn't because I didn't remember seeing it and I'm here several times a day, and this way people can pick and choose what they want and delete the rest.
BTW--> great work on the splash screens....got a new one almost every day :thumbup:
No I did not see them too that why I made flashable zip.
BTW. I'm trying add one splash screen a day. Thanks for kind words
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Just FYI, in my experience the ringtones/notifications (and maybe alarms?) don't need to be anywhere in particular. I keep all mine on my external MicroSD card and the phone automatically picks them up and adds them to my choices for ringitnes/notifications. No flashable zip needed. Just copy & paste.
Lols yup the beauty of android, ten different ways to do almost everything. I was just presenting these in an organized way to help people who aren't sure or are not used to exploring files on their phone keep things straight and organized.
[email protected] CZ Eddie ever use the gscript tutorial I sent you a link to a while back?
AWESOME!! Was definitely missing the stock sounds. Thanks.
jethro650 said:
So with a lot people running custom AOSP/AOKP/CMx ROMS I noticed the last couple days that some may want the stock sounds back. So I have extracted the sounds from a stock ROM and zipped them up.
Instructions 1- download the zip you want
2- unzip with winrar or 7zip, direct download straight to phone most file explorers should unzip
3- move files to phone sd card
4- use a file explorer app to move wanted sound to /system/media/audio and then copy into appropriate folder there
5- reboot phone and the new sound should be available
I have just done the AT&T stock sounds but comparing them to Bell and Rogers they are the same so don't be worried about the file name, they are all titled AT&T just to keep things straight on my own computer.
Ringtones
Notifications
Alarms
Edit--> you should also be able to create the three folders(or whichever you need) on your internal/external SD card and move sounds into those and reboot and they should also show up. /system is write protected by default so if you don't know how to change that then use this method.
Click to expand...
Click to collapse
Just found this thread. I'm wondering if you can add a category called "sent mail" to the notifications folder, and have it appear on the phone, then attach an appropriate sound. Thanks.
Moved to themes and apps
FNM
I luv the stock sounds and noises, can you do the same for themes and wallpapers too? I want stock theme and stock wallpapers Please
Sent from my SAMSUNG-SGH-I747 using xda premium

Sony Audio Effect Enable for any custom rom!

HOW to ENABLE Sony Audio effects(custom rom only)
1st you needed things below:
1. Current custom rom build.prop file (copy this file from system folder of rom)
2.Notepad++
3.Sony Audio Effects file
4.Sony Permission enabler file
5.AND finally, this text file must be needed
links are below
openload.co/f/jH9RXsFN8i0/Sony_Audio_Effect.zip
openload.co/f/EXO-eopYW5U/SAE_permissions.zip
openload.co/f/-_g2zXezvMI/SAE.txt
How to Enable:
1st open the SAE.txt text file while using Notepad++ and copy the all text without any changes
2nd edit build.prop file using Notepad++ after pasted copied text into the end of the file, now save the build.prop file
3rd unzip Sony Audio Effect.zip file, after unzip you copy or move edited build.prop file into the system folder, now again zip unzip the file
AND finally you ready to flash the zip files after flash it two zip files, now reboot your mobile and enjoy it!
Flashed the zips in LOS and I don't find any change in the audio, there should be a settings option somewhere right?
manaf_ek said:
Flashed the zips in LOS and I don't find any change in the audio, there should be a settings option somewhere right?
Click to expand...
Click to collapse
Use Sony Music player and see the effects...
after you flashed all files... you can download sony official apps from google play store
Installed the Sony music player, but can't enable the sound mod (ClearAudio+) in settings. The option appears when I open the settings but then it disappears instantly (had to screen record to get the first screenshot) and the "Audio Settings" option takes me to the stock AudioFX app. ?

Categories

Resources