[MOD][iOS 10] Ringtone and Notification Sounds - OnePlus 6 Themes, Apps, and Mods

Hey guys,
if anyone wants the iOS10 default ringtone and some well known Apple notification sounds, I made 2 zips I extracted from Alexis ROM. (Galaxy S6)
Note: There is only one ringtone available, since the original mod doesn't provide any others
If you want the default ringtone (most common one on Apple devices, you will know it for sure), just download iOS10 ringtones.zip below and extract the folder with Root Explorer (or any other root-file commander) in
Code:
/system/media/audio/ringtones
and give the ringtone permission 0644 (rw-r-r). Reboot phone, select the ringtone in settings (called "Opening") and enjoy. :good:
Same for notifications: download zip, and extract it to
Code:
/system/media/audio/notifications
and give all notifications 0644 (rw-r-r) permisision also.
If this was helpful for you, I would be happy if you hit THANKS :highfive:
Credits go to the awesome dev @AlexisXDA
Be aware, this is a repost of an old thread I made in s7 themes section. (https://forum.xda-developers.com/galaxy-s7/themes/ios-10-ringtone-notification-alarm-t3564399)

is possible to have the keyboard sound too? I like the one from ios 10

Hitman478™ said:
is possible to have the keyboard sound too? I like the one from ios 10
Click to expand...
Click to collapse
I think this isn't possible at all. Sorry.

Can we have Pixel 2 sounds and notifications please?

nintendolinky said:
Can we have Pixel 2 sounds and notifications please?
Click to expand...
Click to collapse
Please go with this link: https://forum.xda-developers.com/an...udio-files-t3698022/post74359727#post74359727
Since we're still unable to flash files, you have to un-zip the downloaded file and follow my steps which I've given in my first post.

Hitman478™ said:
is possible to have the keyboard sound too? I like the one from ios 10
Click to expand...
Click to collapse
memocatcher said:
I think this isn't possible at all. Sorry.
Click to expand...
Click to collapse
It's possible. It just takes more work.

Hey bro thanks a lot! This was greatly appreciated cos even though I prefer android for pretty much everything, ios has the best ring and text tones imo and all the mp3s out there you can download are trash quality. Thanks so much for this!!!!!! I literally couldn't find this anywhere else on the web!!!!

This was helpful for me, thanks. I know where to download free ringtones for phones.

着信音または 着信音は、電話またはテキストメッセージを示すために電話で作られたサウンドです。 文字通りトーンでも実際のリングでも、この用語は、携帯電話で使用されるカスタマイズ可能なサウンドを参照するために今日最も頻繁に使用されています。

Related

Sounds files for Notifications

I have downloaded several sound files which I would like to use for "Notifications" email/sms etc. but I don't see those files when I go into
Settings - Sound and Display - Notification ringtone.
Do I need to put them in some specific folder structure or what?
thank you
If you are rooted, the stock notification sound location is:
/system/media/audio/notifications/
gregc2009 said:
If you are rooted, the stock notification sound location is:
/system/media/audio/notifications/
Click to expand...
Click to collapse
Thank you !!!
gregc2009 said:
If you are rooted, the stock notification sound location is:
/system/media/audio/notifications/
Click to expand...
Click to collapse
There's no need to stick notification and ringtone sounds in the system path though...
/media/audio/notifications/ and /media/audio/ringtones/ on the internal SD works fine too...And this doesn't require root...though root is so easy to obtain on these phones that it's hardly a distinction to care about...
masterotaku said:
There's no need to stick notification and ringtone sounds in the system path though...
/media/audio/notifications/ and /media/audio/ringtones/ on the internal SD works fine too...And this doesn't require root...though root is so easy to obtain on these phones that it's hardly a distinction to care about...
Click to expand...
Click to collapse
Good to know. Thanks!

[MOD] Dialer / Phonebook.apk | Update

UPDATE:
First of all let me apologize for not being active/updating the app. or posting updates about it.
Since my mini pro is my primary phone and I have to keep restarting/modifying Semcphone.apk I couldn't devote time to it.
Over the weekend, I tried to learn the SemcPhone.apk and to see what all $ONY had done with the file.
They did do a job but I wouldn't say a good job.
Coming to that,I have a few things,
Removing a feature is always easy but to put it in requires a lot of work.
And no matter what I tried with the 'programming' I know,
It din work out
OK, That was the bad news , next
If everyone is willing to put an extra app. into their phone until $ony releases its source ( WHICH MAY BE NEVER ACTUALLY ) ,
I was thinking to make a no-bull**** app with the extra features that i wanted to add(the call connect vibrate,blacklist),
If you guys are thinking y use my app,we can use/download it directly from the market,then please do so.
So delivering to my promise,I have an update and have done with another feature i.e Vibrate on Call Waiting(simple app really just few lines of code)
If enough people want me to still continue,i'll continue with this app cause I have given up on semcphone.apk
But the overhead is that you will have to use another app. i.e Call_Waiting.apk
What the app actually does:
The app is simple few lines of code which tap into the telephony and see if there is an incoming call when there is already a call in progress.
It will vibrate after a small pause.
I did not attach any activity to it just to make it simple.Once you install it,it will be running.
For the concerned users : it asks you for the phone state permission cause the app needs to know if there is an incoming call and also to control vibrator that's all.
you can uninstall it by going to package manager and finding the app sud.phone.extra.
Little write up on the 3rd post
feed3 said:
Actually, has been asked by someone in general section HERE.
Screenshot attached (taken from that thread as well..
Click to expand...
Click to collapse
We can actually do that,if anyone has seen the semcphone file you can see that you can modify the position of the buttons.Its just trial and error am sure.more on that later
But as I said, mini pro is my primary device and I cannot find a working emulator for $ony ROM(if anyone made it run please do let me know,it'll make all of the themer's,developers life easy)
Also vibrate on call connect requires internal android packages to view the call state as being active,
Internal packages are not allowed for normal app. development, and hence looked for a workaround this and am doing my best to put this feature in call_waiting.apk soon.
I used Android devices before and I never liked the option of vibrate on keypress so I removed that and thought to share.
Features for now :
NO vibrate on key press in dialpad.(phonebook.apk)
Vibrate on Call Wait. (Call_Waiting.apk)
To-Do :
Vibrate on call connect
Blacklist
1. copy phonebook.apk to /sdcard
2. remount system rw
3. cp /system/app/Phonebook.apk /sdcard/Phonebook.apk.orig
4. cat /sdcard/Phonebook.apk > /system/app/Phonebook.apk
5. chmod 644 Phonebook.apk
6. chown root:root Phonebook.apk
7. rm /system/app/Phonebook.odex (only do this if there is a Phone.odex file)
or
Just do the required steps from RootExplorer, Its easy.
Click to expand...
Click to collapse
FAQ:
Q: Which rom can this run on?
A: I personally use Hybrom but it should work on any Sony Rom which has stock SEMCPhone and Phonebook . Am sure CM uses different phone.apk so please do not install on CM roms.
Q: Which phone can Phonebook.apk run on?
A: This can be run on any Sony phone's.
Q: Which phone can Call_waiting run on?
A: All 2.3 + phones.
Special thanks to ALL the rom,kernel developers and everyone on XDA .
[size=+2]I AM NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR PHONE.PLEASE MAKE BACKUPS[/size]
P.S If anyone is adding this to their ROMS, please let me know.thnx
my only wish; corner buble removed (arc style?)
feed3 said:
my only wish; corner buble removed (arc style?)
Click to expand...
Click to collapse
Point me to some links or screenshots please??
Sent from my GT-P1000
Dare{D}evil said:
Point me to some links or screenshots please??
Sent from my GT-P1000
Click to expand...
Click to collapse
Actually, has been asked by someone in general section HERE.
Screenshot attached (taken from that thread as well..
Nice
Thank you
feed3 said:
my only wish; corner buble removed (arc style?)
Click to expand...
Click to collapse
+1 for that.
also how about swipe left/right for sms/call on contacts?
When You plan release new version?
How to use the blacklist?
eliccs said:
How to use the blacklist?
Click to expand...
Click to collapse
it is in the "to do" list. so no blacklist till new version
Sent from my ST15i using XDA App
How about a smart dialer... Missing that one in the stock dialer
Dare{D}evil said:
To-Do :
Vibrate on call connect
Click to expand...
Click to collapse
When will be released?
And is this will be mod on SemcPhone.apk?
No Updates....
To-Do :
Vibrate on call connect
Blacklist
Vibrate on call waiting.
--------------
Seems like the development has stopped..!
No updates
Sorry guys been busy with something and been also looking for ways to get more ASOP like dialer without modifying too many files.
Will roll out a new version in a few days...
feed3 said:
my only wish; corner buble removed (arc style?)
Click to expand...
Click to collapse
Your wish is fulfilled.checkout this link.
http://forum.xda-developers.com/showthread.php?t=1533575
Sent from my ST15i using xda premium

Camera Sounds[Team Venum]

Well this took me a day to throw together and it will become much bigger when I find sounds that work/sound right to throw in there.
1.Download
2. Flash through recovery[don't worry about clearing cache or anything]
Downloads:
--------------------------------
This needs a bit of testing but I know for a fact the shutter sound changes for sure (only when the camera is focused). As for everything else I'm not 100% sure about. Please give me some feedback!
I have tested Option 2 (setting back to default "after trying option 1 to changing my shutter to a dog barking") and it worked perfectly so no worries when going back to the orignal sounds
Camera Sound Changer V1[Aroma](2..37 MB)​
Changelog:
10/16/13 VERSION 1.0.0
- INITIAL RELEASE
- FIRST TIME BACKS UP ORIGNAL FILES
- ALLOWS CHANGING OF ALMOST EVERY SOUND OF CAMERA
-------------------------------------------------------------------------------------------
FAQ
Q: Nothing yet
A:
Kev, is their an option in there to silence the shutter sound? That's what I really need.
SantinoInc said:
Kev, is their an option in there to silence the shutter sound? That's what I really need.
Click to expand...
Click to collapse
Dear god. Can't believe I forgot that one
By any chance did you have a chance to add a "Silent" mode?
SantinoInc said:
By any chance did you have a chance to add a "Silent" mode?
Click to expand...
Click to collapse
not yet but soon
you can edit the features.xml file and put the silent menu option back in the rom. I did and enjoy my silence.
congrats on the review! love this thanks again.might there be a "HULK SMASH" sound in the near future? lol
Compusmurf said:
you can edit the features.xml file and put the silent menu option back in the rom. I did and enjoy my silence.
Click to expand...
Click to collapse
How and where can I do this exactly?
SantinoInc said:
How and where can I do this exactly?
Click to expand...
Click to collapse
This will help
http://forum.xda-developers.com/showthread.php?t=2261789
If anyone would like to contribute to this project (I will keep making this until I reach 1000+ sound sets) please let me know. If you want to contribute find sounds that go together and label them alert, in and out and send them to me, I will add u in the credits for that specific sound set
:laugh::highfive:
kevinrocksman said:
If anyone would like to contribute to this project (I will keep making this until I reach 1000+ sound sets) please let me know. If you want to contribute find sounds that go together and label them alert, in and out and send them to me, I will add u in the credits for that specific sound set
:laugh::highfive:
Click to expand...
Click to collapse
While back friend of my had a flip phone lol @flipphone and his sound when he takes photo was "person too ugly cant take the picture" i tried for dear life to replicate and it was no go i change the .ogg file rename it same as org. Set 0644 and i actualy silenced the shutter by doing that,so my question is can you make one that says that lol
Sent from my SM-N900P using XDA Free mobile app

Floating Audio Player

Hi guys,
Today I am sharing app naming 'MyPlayer ++'
It's got many features and a very nice UI. The main thing is that it can float everywhere. So switching music becomes more easy. You can close its floating anytime by pressing close button. Well I liked it very much. Give it a try, maybe you found it interesting too...
"Install as normal apk file."
Note- I am not the developer or creator of this app nor I changed anything from these files. Credit goes to original developer 'DMDP'
Moreover it has got awesome themes. I am uploading zip file containing 8 themes with material look. Size is small but the package is good.
Screenshots on second post. Hit thanks if u liked it.
Screenshots
Awesome creation
Strong Equalizer
It has got 10 band equaliser to control music more powerful + many default settings.
Not a single feature is missing in this small package.
Aplication crashed at samsung grand prime
robertlindz said:
Aplication crashed at samsung grand prime
Click to expand...
Click to collapse
Sorry to hear that. If you are on Android 6.0+, make sure permissions to browse files is enabled. Otherwise it will crash. It worked fine on my device.
rajputmiles said:
Sorry to hear that. If you are on Android 6.0+, make sure permissions to browse files is enabled. Otherwise it will crash. It worked fine on my device.
Click to expand...
Click to collapse
Sorry, its work on any device...install as normal apk dont push it to system/app. Tested again n work. Thanks this greatest music

How to use custom notification sounds to the LG V30?

How do I add and use custom notification sounds to the LG V30. I don't like any of the stock notification sounds. Thanks
Try this, for the notification sound, place the sound in /sdcard/Notifications (create new folder if it not exist). For ringtones, in /sdcard/Ringtones.
Hope it works, cause it works in mine.
Thanks
hikku13 said:
Try this, for the notification sound, place the sound in /sdcard/Notifications (create new folder if it not exist). For ringtones, in /sdcard/Ringtones.
Hope it works, cause it works in mine.
Click to expand...
Click to collapse
Thanks, it did not work on my phone for some reason, but the Zedge app did work.
gobananasnet said:
Thanks, it did not work on my phone for some reason, but the Zedge app did work.
Click to expand...
Click to collapse
Did you reboot? Mine didn't recognize the new tone (for an alarm) until I rebooted the phone.
Perhaps rebooting is necessary for the OS to scan and repopulate the media. If it works you dont have to install 3rd party app, since android should already give you this basic feature. Screenshot of mine attached.
hikku13 said:
Try this, for the notification sound, place the sound in /sdcard/Notifications (create new folder if it not exist). For ringtones, in /sdcard/Ringtones.
Hope it works, cause it works in mine.
Click to expand...
Click to collapse
Worked great but be patient after rebooting: changes appeared a few minutes later in my LG V30. Thanx Hikku13.

Categories

Resources