[Xposed mod] SMS In Ringer Stream - Galaxy S III Themes and Apps

SMS in Ringer Stream - Changes SMS audio stream of notifications from 'notification' to 'ringer'
================
This was made for Samsung Galaxy S3 and tested on it. It should work on other phones, but I can't be sure. I don't held any responsibility for any damage you do on your phone.
The default SMS/MMS app has no option to set volume level for notifications and it uses the level set by the system to all notifications. I prefer to have it use the same level as the ringer so I made this mod to do it. This way I can have a low sound level for notifications, a normal sound level for ringer and hear not only incoming calls but also SMS/MMS.
This uses Xposed framework (http://forum.xda-developers.com/showthread.php?t=1574401)
After you have installed Xposed framework, install this app. After that, enable the mod inside Xposed Installer (you probably have a notification to do it, you can click it). Then reboot your phone (you can soft reboot inside Xposed Installer).
NOTE: This only works in default SMS/MMS app, others apps won't work.
Source code: https://github.com/OXINARF/SMSInRingerStream
Download: View attachment SMSInRingerStream.apk

OXINARF said:
SMS in Ringer Stream - Changes SMS audio stream of notifications from 'notification' to 'ringer'
================
This was made for Samsung Galaxy S3 and tested on it. It should work on other phones, but I can't be sure. I don't held any responsibility for any damage you do on your phone.
The default SMS/MMS app has no option to set volume level for notifications and it uses the level set by the system to all notifications. I prefer to have it use the same level as the ringer so I made this mod to do it. This way I can have a low sound level for notifications, a normal sound level for ringer and hear not only incoming calls but also SMS/MMS.
This uses Xposed framework (http://forum.xda-developers.com/showthread.php?t=1574401)
After you have installed Xposed framework, install this app. After that, enable the mod inside Xposed Installer (you probably have a notification to do it, you can click it). Then reboot your phone (you can soft reboot inside Xposed Installer).
NOTE: This only works in default SMS/MMS app, others apps won't work.
Source code: https://github.com/OXINARF/SMSInRingerStream
Download: View attachment 2054535
Click to expand...
Click to collapse
Good idea...great
...oihcceps ollad klatapaT noc otaivnI

a shame it wont work with other apps (like facebook, whatsapp)...

fredsky2 said:
a shame it wont work with other apps (like facebook, whatsapp)...
Click to expand...
Click to collapse
Well, it can be done, but it's not the purpose of this mod. But source code is available, you just have to change what packages it hooks, it's really simple.

I see, would be nice though, maybe when i learn developing ill give it a shot
Sent from my XT907 using xda app-developers app

This is a great solution !
Now sms is on same volume as the ringer wich is much better then the original !

not working on Note 2 N7100
Android Version 4.3 Leaked .

aukhan said:
not working on Note 2 N7100
Android Version 4.3 Leaked .
Click to expand...
Click to collapse
Check /data/data/de.robv.android.xposed.installer/log/debug.log for any error and report it here (or /xposed/debug.log if you aren't in latest Xposed). Also, how do you know it's not working? Have you tried making notifications silent and then receive a SMS and it didn't played?

It's great to notice one of my most needed mods this still works on kitkat 4.4.2

How about making an app that can change or set volume for all apps separatly?
Work like This:
add an app in it and set volume for that app
add facebook and set volume to 100%
add whatsapp and set volume to 60%
...
maybe an option to change notification sound for every apps too
.
is this possible at all?

genius.lizard2 said:
How about making an app that can change or set volume for all apps separatly?
Work like This:
add an app in it and set volume for that app
add facebook and set volume to 100%
add whatsapp and set volume to 60%
...
maybe an option to change notification sound for every apps too
.
is this possible at all?
Click to expand...
Click to collapse
+1 there are apps that let you put their sounds in another channel (my alarm clock app let me choose between alarm channel and phone call channel) so maybe it is possible to create an app that let us decide in wich channel a sound is played so we can put different volumes in each channel ?
I would love to be able to have some notifications (for example facebook) sound silent while other more important apps (for example mail) make more sound

Something like this for the navigation voice in maps would be awesome. It drives me nuts when listening to music at a low volume that the nav voice can't be heard.

deepsix_69 said:
Something like this for the navigation voice in maps would be awesome. It drives me nuts when listening to music at a low volume that the nav voice can't be heard.
Click to expand...
Click to collapse
+1
I hope someone creates an xposed mod for things like this

genius.lizard2 said:
How about making an app that can change or set volume for all apps separatly?
Work like This:
add an app in it and set volume for that app
add facebook and set volume to 100%
add whatsapp and set volume to 60%
...
maybe an option to change notification sound for every apps too
.
is this possible at all?
Click to expand...
Click to collapse
About setting different volumes I'm not sure, but I think that it may be possible, you have to change the volume every time a notification is going to be played. But I won't be doing it, I don't have time and more importantly I don't need it - and I hate working for no purpose.
deepsix_69 said:
Something like this for the navigation voice in maps would be awesome. It drives me nuts when listening to music at a low volume that the nav voice can't be heard.
Click to expand...
Click to collapse
That is a different thing, you aren't talking about a notification sound, so it requires a different method than this module. But I think it would be possible.

OXINARF said:
Well, it can be done, but it's not the purpose of this mod. But source code is available, you just have to change what packages it hooks, it's really simple.
Click to expand...
Click to collapse
Hi,
Tomorrow I will have a shot at modifying your code to listen for "hello" sms instead of default.

OXINARF said:
But source code is available, you just have to change what packages it hooks, it's really simple.
Click to expand...
Click to collapse
arjag said:
Tomorrow I will have a shot at modifying your code to listen for "hello" sms instead of default.
Click to expand...
Click to collapse
I tried changing the package in the code to use "com.hellotext.hello" instead of "com.android.mms".
I could not figure out to compile on pc, but I got it to compile on tablet with "AIDE" from the store. Unfortunately it didn't work.
:crying:
Any thoughts on how to proceed?

arjag said:
I tried changing the package in the code to use "com.hellotext.hello" instead of "com.android.mms".
I could not figure out to compile on pc, but I got it to compile on tablet with "AIDE" from the store. Unfortunately it didn't work.
:crying:
Any thoughts on how to proceed?
Click to expand...
Click to collapse
Hi arjag,
I can't help you. What I can do is recommend that you read http://www.xda-developers.com/andro...reate-your-very-own-xposed-module-in-eclipse/ and http://www.xda-developers.com/android/easily-configure-xposed-module-projects-in-eclipse/
Also there is the possibility that the app you want to use works in another way, I don't know.

Related

[APP][BETA] ICS Notify! - Separate SMS/Gmail/Ringtone Volumes! - January 31st

First of all, you should realise this app is very much in the early stages of development, and as such, bugs should be expected.
So what does this app do?
Well, if you are anything like me, you will have been annoyed by the fact that in ICS your notification and ringtone volume are locked together. This application attempts to resolve that.
So far you can only set separate volumes for your Gmail and SMS notifications. Everything else will play at the volume specified in your phone's settings. More notification options will be added soon.
I couldn't find an application that allows you to do this on ICS, but if one already exists on here, then I apologise.
So yeah, It's pretty self explanatory, enjoy!
Still does not support 3rd party sms/gmail applications. This is being worked on!
Click to expand...
Click to collapse
WHAT'S NEW?
* Incoming call bug fixed (where it used the gmail values)
* The relative checkbox bug fixed
* Incoming call volume added
* 'Relative volume' added (thanks to pascanu for the idea!)
* Vibration can be turned on or off for each setting (except incoming call, caused too many problems)
* Help menu added
* New icon (by yours truly, if someone wants to make me a better one, please do!)
BUGS:
* It's rare, but If you receive SMS/Gmail messages in rapid succession, the volume will fluctuate wildly (multiple sms/gmail less than 1 second apart).
* There may be some bugs with the Incoming Call settings. If you find any please let me know!
BETA v2 DOWNLOAD
BETA DOWNLOAD
ALPHA DOWNLOAD
great idead, will try out. Thanks
great app, work awesome. When you separe other notification ring?
I'm away till Tuesday, so I should have a new version out Tuesday or Wednesday. I'll be hopefully adding new notifications like twitter, incoming call, etc. but we'll see how it goes
Sent from my Galaxy Nexus using xda premium
Awesome idea for an app! Can I request you include google voice notifications too?
waylo said:
Awesome idea for an app! Can I request you include google voice notifications too?
Click to expand...
Click to collapse
+ 1
Thanks Meltus for ALL your apps.
Great app! I was also very annoyed by the fact that in ICS ringer and notification volumes can no longer be separated.
A few suggestions/requests:
- ability to specify notifications volume relative to ringer volume (i.e. +/- a specific amount). For example indoors I would have ringer set to 5 and notifications to 3, but if I go outdoors I would easily increase the ringer to 10 (using the rocker) and the notifications would follow to 8 (no need to enter the app)
- Tasker plugin (endless possibilities)
Thanks for your effort.
pascanu said:
Great app! I was also very annoyed by the fact that in ICS ringer and notification volumes can no longer be separated.
A few suggestions/requests:
- ability to specify notifications volume relative to ringer volume (i.e. +/- a specific amount). For example indoors I would have ringer set to 5 and notifications to 3, but if I go outdoors I would easily increase the ringer to 10 (using the rocker) and the notifications would follow to 8 (no need to enter the app)
- Tasker plugin (endless possibilities)
Thanks for your effort.
Click to expand...
Click to collapse
Sounds like a great idea, I'll definitely add that to the next version. Thanks!
Has anyone experienced any bugs or anything yet?
Sent from my Galaxy Nexus using xda premium
Hey Meltus
Thanks for stepping up to fill this big void in ICS when no one else has. Given your other work, you're the right guy for the job!
As mentioned above, it is a little confusing for those of us also using your Volume+ app. Since that one has volume #s way past 10, does setting the volumes in this app negate those? Or supplement? Or subtract?
waylo said:
Hey Meltus
Thanks for stepping up to fill this big void in ICS when no one else has. Given your other work, you're the right guy for the job!
As mentioned above, it is a little confusing for those of us also using your Volume+ app. Since that one has volume #s way past 10, does setting the volumes in this app negate those? Or supplement? Or subtract?
Click to expand...
Click to collapse
No, the 0 - 7 in this app refers to the 'volume steps', it can be used in conjunction with Volume+ just fine. So 0 is silent, 1 is the equivalent of pressing the volume up button once from silent and so on. 7 is full volume.
Sorry, I'm terrible at explaining things lol
Great Idea. It would be nice to have this work in ICS. I have installed the app buy so far now luck. It does not disable or change volume in SMS or GMAIL. I chanbe the numbers 0 though 7 but nothing changes.
bigtrashcanfan said:
Great Idea. It would be nice to have this work in ICS. I have installed the app buy so far now luck. It does not disable or change volume in SMS or GMAIL. I chanbe the numbers 0 though 7 but nothing changes.
Click to expand...
Click to collapse
Hi, it was tested on ICS so it should be working fine.
Does it not change at all when you get an SMS or Gmail? What happens in the logcat?
It doesn't seem to change anything no matter what I set it to. Even setting to 0 doesn't disable sound, should right?
I am not sure where to check logcat. Let me know and Id be glad to look.
Thanks for the reply. I'll be glad to help out. Hope I'm not doing something stupid.
I am running CynaogenMod 14 for captivate. Thought Id point that out.
---------- Post added at 09:24 PM ---------- Previous post was at 08:52 PM ----------
Do I need a terminal session or logcat app easier?
Meltus said:
Hi, it was tested on ICS so it should be working fine.
Does it not change at all when you get an SMS or Gmail? What happens in the logcat?
Click to expand...
Click to collapse
It doesn't change for me either...sms at least. Does it not work on 3rd party apps like handcent?
nklenchik said:
It doesn't change for me either...sms at least. Does it not work on 3rd party apps like handcent?
Click to expand...
Click to collapse
Ah, that could be it. I'll do some testing with handcent now.
And a few updates so far:
pascanu said:
- ability to specify notifications volume relative to ringer volume (i.e. +/- a specific amount). For example indoors I would have ringer set to 5 and notifications to 3, but if I go outdoors I would easily increase the ringer to 10 (using the rocker) and the notifications would follow to 8 (no need to enter the app)
Click to expand...
Click to collapse
The 'Relative' volume options are now fully coded and working
(-4 to +4. They will adapt to whatever volume level you set).
I've also changed '0' to 'Silent' and will be adding a 'Silent and Vibrate' option.
Meltus said:
Ah, that could be it. I'll do some testing with handcent now.
And a few updates so far:
The 'Relative' volume options are now fully coded and working
(-4 to +4. They will adapt to whatever volume level you set).
I've also changed '0' to 'Silent' and will be adding a 'Silent and Vibrate' option.
Click to expand...
Click to collapse
Awesome...can't wait for this. I need my ringer volume at it's highest capacity but the notifications constantly going off are too loud
If you could consider ChompSMS as well please!
Yeah, I was not getting any notable volume changes. I had turned off native SMS notifications though.
Also, my gmail was FCing for some reason when I tried to open it, possibly from this app? If it happens again, I'll try to send a logcat. After I disabled the app, it didn't FC any more.
Whatsapp pleaseee
Sent from my GT-I9100 using XDA App
UPDATED TO BETA
WHAT'S NEW?
* Incoming call volume added
* 'Relative volume' added (thanks to pascanu for the idea!)
* Vibration can be turned on or off for each setting (except incoming call, caused too many problems)
* Help menu added
* New icon (by yours truly, if someone wants to make me a better one, please do!)
BUGS:
* It's rare, but If you receive SMS/Gmail messages in rapid succession, the volume will fluctuate wildly (multiple sms/gmail less than 1 second apart).
* There may be some bugs with the Incoming Call settings. If you find any please let me know!
BEFORE DOWNLOADING PLEASE READ
There is a small bug in this version which I will fix as soon as possible (far too tired to do it now). When you load up the app, the 'Relative' option will be enabled. This needs to be disabled for the settings to update. You can then re-enable it again if you wish. DISABLING IT FIRST IS VERY IMPORTANT!!!
Click to expand...
Click to collapse
BETA DOWNLOAD
Enjoy!
Testing. Seams to work fine.
Problem: I am also using Light Flow and have set it to clear notifications when screen is switched on. When I receive a notification ICS Notify kicks in and turns the screen on, negating Light Flow's action.
Not technical a bug, I know. Trying to figure out a workaround...

Notification volume linked to ring volume.

Apparently, within ICS, there is no way to separate ring volume from notification volume, which means that when a Profile Manager is used it isn't possible to have ring enabled and notification silent at night, which is my objective.
I've used Quickprofiles and Profile Scheduler and am now on My Profiles + - all of which let me make changes to a night profile, but none of which allow me (because of the specifics of ICS) to keep the ringer on but turn notifications off.
Does anyone have a solution to this, or do I need to wait until ICS changes occur in later updates? Many thanks!
I made an app that can do this. It's still very much in beta so there may be bugs.
http://androidaudiohacks.com/?page_id=171
Not tested on the HTC One X
Thanks for this! Is it easily switchable - in other words, can I change profiles with a click that will turn off notification sounds but keep the ringtone on (and can I set a slightly quieter ringtone for the 'night' setting?)
Thank you for going to the trouble to try and fix this!
bigbamboo5 said:
Thanks for this! Is it easily switchable - in other words, can I change profiles with a click that will turn off notification sounds but keep the ringtone on (and can I set a slightly quieter ringtone for the 'night' setting?)
Thank you for going to the trouble to try and fix this!
Click to expand...
Click to collapse
You can set the "absolute" values for the Gmail, SMS and Ringtone volumes. So you can set the Ringtone to "4", the Gmail to "0" and the SMS to "3", for example, and it will alter the volume accordingly when something is received.
I will try and add support for more notifications and 3rd party applications soon!
Meltus said:
You can set the "absolute" values for the Gmail, SMS and Ringtone volumes. So you can set the Ringtone to "4", the Gmail to "0" and the SMS to "3", for example, and it will alter the volume accordingly when something is received.
I will try and add support for more notifications and 3rd party applications soon!
Click to expand...
Click to collapse
Is this for separate profiles - so I can set an easily switchable 'Day' and 'Night' profile?
bigbamboo5 said:
Is this for separate profiles - so I can set an easily switchable 'Day' and 'Night' profile?
Click to expand...
Click to collapse
Sorry, no, it doesn't feature profiles yet.
I'll look at adding them in the future though
Meltus said:
Sorry, no, it doesn't feature profiles yet.
I'll look at adding them in the future though
Click to expand...
Click to collapse
Thank you!
Aren't you the genius behind Volume+?
Audio Control
You should check out Audio Control. Separate ringer and notification volumes, profiles, and a host of amazing features. My favorite app!

SYSTEM Volume

Hi,
why is there no option to adjust system volume (camera-shutter, battery warning, ...) in any ICS ROM?
Without 3rd party-apps you can´t set system-volume of the phone...
I really don´t like that...
e.e I like 3rd party apps ... they are sometimes better than stock
- Google
iGoogleNexus said:
e.e I like 3rd party apps ... they are sometimes better than stock
- Google
Click to expand...
Click to collapse
that´s the problem... why do i need a third party app to adjust simple things like system-volume?
ICS has integrated sliders for alarm-volume, in-call-volume, and so on... but why is system-volume missing?
Why CM9 or AOKP don´t include such a slider?
rockvoid said:
Hi,
why is there no option to adjust system volume (camera-shutter, battery warning, ...) in any ICS ROM?
Without 3rd party-apps you can´t set system-volume of the phone...
I really don´t like that...
Click to expand...
Click to collapse
If you're already using ics roms which are always third party, why do you mind using a third party app? Personally, I have fallen in love with volume+. Check the developer's website for free full version (market version sucks).
Sent from my Galaxy Nexus using Tapatalk 2
xxBrun0xx said:
If you're already using ics roms which are always third party, why do you mind using a third party app?
Click to expand...
Click to collapse
because it kills homogenous look&feel ... i´d like to adjust all volumes with ICS-settings (e.g. opened via volume button) - and i don´t like to start an extra app for adjusting system-volume.
that´s really not necessary... what´s the problem to add a slider into ics-settings?
Its built into the stock sound settings on aokp. You can link or unlink system volume. I forget how it was on stock, but I'm pretty sure its tied in with ringer volume on stock. So your camera sound is whatever level your ringer volume is.
RogerPodacter said:
Its built into the stock sound settings on aokp. You can link or unlink system volume. I forget how it was on stock, but I'm pretty sure its tied in with ringer volume on stock. So your camera sound is whatever level your ringer volume is.
Click to expand...
Click to collapse
oh thanks.. so i will try AOKP...
at stock-ROM it is definitely not tied in ringer volume - you need an extra app there...

S7 edge user

Hello,
I'm S7E happy user but I just purchased OP3 for my girlfriend. Can I ask for few things, here?
- Alarm- is any way when home button pressed deactivate alarm in the morning? When she pick up phone in the morning while alarm ring accidentally she touch home button and then unlock the phone. and then takes ages to turn the annoying alarm off.
- Scheduled DO NOT DISTURB- I just cannot believe phones without this function still exist- what to do?
- Change system font- is it missing or I'm blind?
- DPI, any way for changing it without the root? Everything looks like has been made for DISABLE, blind 80y old person. It is JUST MASSIVELY HUGE.
- Nova's Tesla unread count badge is not working for FB messenger
- Pickup call- is any way of swapping annoying swipe to answer for just click icon or similar? When phone or finger cold there is no way of answering incoming call.
- What is the best browser with adblock (needs to be easy to temporary turn it off) and sync with google?
Thank you for all your replies.
- Not that i know off.
- Scheduled Do not disturb is a missing feature, but again we have a notification slider.
- Its missing indeed.
- Nope, but it takes 7 min to Rlroot and u dont void warranty.
- idk
- Not that i know off. Never had a issue with not beeing able to pick a call up in cold weather.
- I personally use chrome with this. With root it works better.
Demian3112 said:
- Not that i know off.
- Scheduled Do not disturb is a missing feature, but again we have a notification slider.
- Its missing indeed.
- Nope, but it takes 7 min to Rlroot and u dont void warranty.
- idk
- Not that i know off. Never had a issue with not beeing able to pick a call up in cold weather.
- I personally use chrome with this. With root it works better.
Click to expand...
Click to collapse
Hello, thank you for your reply. Our bank aps won't work with rooted phones and this is more important for us
prfraczek said:
Hello, thank you for your reply. Our bank aps won't work with rooted phones and this is more important for us
Click to expand...
Click to collapse
How about systemless root? Anyways u can root and change DPI and then remove root again.
I never done it before and little bit scared. Also I was just reading that OP3 is not dealing very well with changed dpi
Sent from my SM-G935F using Tapatalk
prfraczek said:
I never done it before and little bit scared. Also I was just reading that OP3 is not dealing very well with changed dpi
Sent from my SM-G935F using Tapatalk
Click to expand...
Click to collapse
I absolutly have no problem with my currently 420 DPI. If you are going to buy it i recommend using Freedom OS. Its basicly OxygenOS with a little bit more features such as: Adblocker, DPI etc.
No need to root you can use adb to change the dpi on the fly
yubrowser from the playstore is really good with built in ad blocking
The other ones like others have said cannot be changed afaik.
NetGuard works via the VPN API and doesn't require root/xposed/unlocked BL and works with any browser
So when alarm goes off you can't snooze with home button?
borijess said:
So when alarm goes off you can't snooze with home button?
Click to expand...
Click to collapse
You can't. Home button- fingerprint unlocking your phone, alarm ringing like crazy and you have to go to notifications to turn it off. What a mess in the morning. iPhone alarm just stop when home pressed.
You can get scheduled DND functionality using an app. I use Silence Premium but they have a free version also.
Edit: Note that Google includes scheduled and other nice DND functions in stock Android but OnePlus delete this functionality from OxygenOS even though it is essentially stock Android. They delete it because they are too lazy to think about accommodating it with their hardware slider even though other manufacturers do it, most notably Apple.
Super. Silence premium do the job. Thank you.
bulletmark said:
You can get scheduled DND functionality using an app. I use Silence Premium but they have a free version also.
Edit: Note that Google includes scheduled and other nice DND functions in stock Android but OnePlus delete this functionality from OxygenOS even though it is essentially stock Android. They delete it because they are too lazy to think about accommodating it with their hardware slider even though other manufacturers do it, most notably Apple.
Click to expand...
Click to collapse
Out of curiosity, how does Apple manage potential conflicts between physical alert slider and different software settings?
What setting does take over?
prfraczek said:
You can't. Home button- fingerprint unlocking your phone, alarm ringing like crazy and you have to go to notifications to turn it off. What a mess in the morning. iPhone alarm just stop when home pressed.
Click to expand...
Click to collapse
This is a ridiculous complaint. Just slide the alarm to end it like everyone else
2x4 said:
This is a ridiculous complaint. Just slide the alarm to end it like everyone else
Click to expand...
Click to collapse
Some people are just NOT like everyone else so please keep stupid comment for yourself. Thanks.
Giocarro said:
Out of curiosity, how does Apple manage potential conflicts between physical alert slider and different software settings?
What setting does take over?
Click to expand...
Click to collapse
I don't own an iPhone so no idea but Silience Premium on the OnePlus 3 works exactly how I would expect. I.e. the slider always has priority. In the normal position the software can set priority mode on/off but the slider always sets it on if set and sets it off if toggled etc. When the app sets priority on the indicator goes on just like the slider so it is a true system setting thus we know that the stock DND could do it as well. I just don't understand why this simple and obvious behavior wasn't adopted by the OP design team.

Top speaker not working for notifications/alarms/Ringtone?

As the title states... Is this normal?
Sent from my Pixel 2 XL using Tapatalk
mrbracht said:
As the title states... Is this normal?
Sent from my Pixel 2 XL using Tapatalk
Click to expand...
Click to collapse
Not sure if you are still wondering, but yes, this is normal unfortunately. I've gone as far as setting up a Tasker profile to get around it.
Don't really see the big deal
ccoulterjg1 said:
Not sure if you are still wondering, but yes, this is normal unfortunately. I've gone as far as setting up a Tasker profile to get around it.
Click to expand...
Click to collapse
Can you share your Tasker profile?
Sent from my Pixel 2 XL using XDA Labs
Don't know but mine is silly loud on alarms and tones.
Sound definitely comes out of both speakers during incoming calls and notifications. However, when choosing a sound in the settings, it does only come from the bottom speaker.
Atomregen said:
Can you share your Tasker profile?
Sent from my Pixel 2 XL using XDA Labs
Click to expand...
Click to collapse
I have attached my prj.xml I have literally never shared a Tasker project so I hope this is sufficient! If you have any questions, let me know! Just remember to set the ringtone in Android settings to "none".
ccoulterjg1 said:
I have attached my prj.xml I have literally never shared a Tasker project so I hope this is sufficient! If you have any questions, let me know! Just remember to set the ringtone in Android settings to "none".
Click to expand...
Click to collapse
how can I use this tasker profile? You do this with a app or how I can use it? Dou you have a little descrpition for me
bendancin said:
how can I use this tasker profile? You do this with a app or how I can use it? Dou you have a little descrpition for me
Click to expand...
Click to collapse
go into the Tasker settings and disable the beginner mode. then long press in the main screen on the house bottom left and import the project file.
Sent from my Pixel 2 XL using XDA Labs
bendancin said:
how can I use this tasker profile? You do this with a app or how I can use it? Dou you have a little descrpition for me
Click to expand...
Click to collapse
Sure thing! If you haven't already, you're going to want to download the tasker app. Once you've installed that, open it and (like the previous post mentioned) go to its preferences and disable "beginner mode" under the "general" section. Then go back to the main screen and long press on the home icon in the bottom left corner. Tap "import" and then navigate to wherever you downloaded my profile and click on it. That should import the project. Once the project is imported, you should see "Phone Ringtone" next to the home icon on the main Tasker screen. Tap on that and it should bring up 4 profiles. At the top, tap on the tab that says "Tasks" and that should bring up a list of 4 tasks. Tap on the one labeled "Play Ringtone" then click on "Music Play". To the right of "File", tap the icon that looks like a magnifying glass, then navigate to the file you want to use as your ringtone. After that, make sure all the profiles are enabled on the main screen, then go to Android settings and set your ringtone to "None" so you won't have a ringtone AND music playing each time someone calls you. Hope this helps!
ccoulterjg1 said:
I have attached my prj.xml I have literally never shared a Tasker project so I hope this is sufficient! If you have any questions, let me know! Just remember to set the ringtone in Android settings to "none".
Click to expand...
Click to collapse
As I commented in another thread, I imported this project, made a test call to my cell phone with Google Voice/Hangouts from my PC, and it works and sounds great! Thanks again!
I believe there is an actual issue here.
If you play music and have the notification selection for SMS or phone calls open, and pause the music and select a notification or ringtone, it will play from both speakers and be loud and sound great.
If you play it again, it will suddenly only play from the bottom speaker. If this is intended, it's not a good decision in my opinion. It's way too quiet.
so this XML fixes the issue and makes ringtone play via both speakers?
because i rooted my phone, didnt find a solution, restored back to stock. just want to make sure this works, to go through the rooting proccess again,.

Categories

Resources