I am using Bluetooth speakers. The problem is depending on my position, left/right speakers become right/left speakers, especially when I am holding the device over my head. It would be very nice if there is an option to swap left/right if the device is the device's screen is heading bottom, or at least a button to manually swap the channel at the select audio dialogue.
Lol, I have to admit: I love your drawings
@bleu8888 please take a look. Would this have anything to do with how the audio is passed to the system?
yourrealking said:
I am using Bluetooth speakers. The problem is depending on my position, left/right speakers become right/left speakers, especially when I am holding the device over my head. It would be very nice if there is an option to swap left/right if the device is the device's screen is heading bottom, or at least a button to manually swap the channel at the select audio dialogue.
Click to expand...
Click to collapse
I will try this feature in mx 2.0.
Thanks.
Related
I am looking for an easy way to set my XDA to silent using one hand, like when heading into a meeting.
I have searched through these forums and found My|Profile & Ultra Profiler but really was looking for something even easier (freeware?).
Anyone want to do a little programming?
Here is how it would work.
1. Today screen plug-in
2. One icon or button labeled as "Silent"
3. Using a 'Today Options' button you could select a check box to Vibrate when Silent.
4. When "Silent" is pressed it would set the Volume Settings to 'Off'
That's it. Nothing else, no changable tones, no schedules. Just quickly silence the device. You can then use the Volume Slider to restore your previous settings.
On a related matter I don't understand why I can use the Volume Slider to recover from a "Volume Off" setting. It restores my previous Phone & PDA settings but I can't go to "Volume Off" using the slider. Weird.
If you can cope with two screen taps, the easiest way is simply to tap the speaker symbol at the top of the screen then tap "Off" (then tap the speaker symbol again if you want to close the pop-up). After the meeting there are two quick ways to restore the volume settings to their previous levels:
1) tap the speaker symbol and then "On" (then tap the speaker symbol again to close the pop-up)
2) slide the volume button on the side of the XDAII up twice
Regards -- Rafil.
just press the colum button about 2 times it will go from max sound to off then to vibrate then to low then keep pressing it to make it go up and up till it reaches max then the cycle starts again very simple
Thanks for the ideas.
RafilK, maybe I have fat figures but trying to hit the Speaker Icon, with a finger, nestled between the time and the signal icon is a hit and miss affair.
gazzaman2k, please excuse my ignorance but what's a "Colum Button"? Is it one of the hardware buttons?
sorry typos meant to say volume
Fair enough. What I believe gazzaman2k was referring to was the hardware sliding button on the side of the XDAII that is used to increase and decrease volume. He is right, two downward movements of the volume button do silence the XDAII - I forgot about that! Hope this helps. Regards -- Rafil.
no i was on about the ahrdware button on the xda 1 actually
So i have an old pair of headphones from my s3. the play/pause button works fine with the M8, but the volume up/down buttons only skip tracks and not change the volume. i can skip tracks with double/triple pressing the play button. would really like to see something control the media volume with my headphone buttons.
im sure it is... but the xda post i found for it doesn't address what i posted about.
Abe21599 said:
So i have an old pair of headphones from my s3. the play/pause button works fine with the M8, but the volume up/down buttons only skip tracks and not change the volume. i can skip tracks with double/triple pressing the play button. would really like to see something control the media volume with my headphone buttons.
Click to expand...
Click to collapse
I even purchased the oem headphones on HTC's site that says compatible with M8, still no dice. Hopefully there will be a fix soon.
i have the ones that came with the M8 and i noticed only one button. i just dont get why they need to go in their own direction and remove buttons instead of comply with the current accessories and just add the features. i run with my phone in an armband so a one button remote has limited usefulness.
I am in the exact same boat...When I work out the phone is an athletic armband so I don't really have access to it during my workout. I use these headphones: http://www.amazon.com/gp/product/B005I2IVRO/ref=oh_details_o01_s00_i00?ie=UTF8&psc=1 and I can play/pause by pressing the middle button once and skip tracks forward by double tapping the middle. However, the volume up and volume down buttons are do not function period. Very annoying and hoping there's an Xposed module or an app that can make them work.
pettigrew95 said:
I am in the exact same boat...When I work out the phone is an athletic armband so I don't really have access to it during my workout. I use these headphones: http://www.amazon.com/gp/product/B005I2IVRO/ref=oh_details_o01_s00_i00?ie=UTF8&psc=1 and I can play/pause by pressing the middle button once and skip tracks forward by double tapping the middle. However, the volume up and volume down buttons are do not function period. Very annoying and hoping there's an Xposed module or an app that can make them work.
Click to expand...
Click to collapse
thats the functionality i have now with any headphones i use.
also FYI, you can go back a track by triple pressing
Hello all,
So I purchased a buttonless PX5:
https://www.aliexpress.com/item/And...32849648099.html?spm=a2g0s.9042311.0.0.qvQ36y
However, none of the Android widgets or volume buttons work to control the volume.
Only the little button off to the top right corner does anything.
I feel like I'm going to crash my car, constantly hunting for that thing.
Is there anyway to patch/hack this thing to respond to something like a virtual volume slider like this?
https://play.google.com/store/apps/details?id=com.clownface.volumeslider
Thanks!
Why do you need onscreen volume? Didnt you have a CAN and steering wheel controls? The volume control on HU is not the same as on smartphones. It has controlled by MCU board where android board sends special commands from the headunit service.
My car came with a sport package, which meant smaller diameter steering wheel and therefore no wheel controls
That being said, the sound slider via settings menu is indeed able to control the volume via onscreen controls. It just doesn't seem to respond to the normal android media controls, is there a way to link the two together?
Then the simplest way is to use infrared remote control (if your HU has it) or to buy universal resistive SWC and connect it to Key-wires.
xtracrispy said:
That being said, the sound slider via settings menu is indeed able to control the volume via onscreen controls. It just doesn't seem to respond to the normal android media controls, is there a way to link the two together?
Click to expand...
Click to collapse
The only way is to create your own service or automation that will send volume control broadcast intents to mcu.
For my MTCB it may be even a shell commands:
Code:
am broadcast -a com.microntek.irkeyDown --ei keyCode XX
where XX - 19 (volume up) or 27 (volume down).
You need to find this commands for your MTCE here and you will be able to use Tasker for your own service creation.
The second way is to write service on java. But you need a skill for that.
Found xposed-mtce-utils do the job. It has "a strip of volume control at the bottom of the screen".
https://forum.xda-developers.com/showpost.php?p=72103289&postcount=2
aluver said:
Found xposed-mtce-utils do the job. It has "a strip of volume control at the bottom of the screen".
https://forum.xda-developers.com/showpost.php?p=72103289&postcount=2
Click to expand...
Click to collapse
Thanks for the link! I'll definitely give this a shot.
Do you have any experience entering recovery mode on a deck that has absolutely no buttons?
xtracrispy said:
Thanks for the link! I'll definitely give this a shot.
Do you have any experience entering recovery mode on a deck that has absolutely no buttons?
Click to expand...
Click to collapse
Don't have a MTC unit but try this,
Install Terminal Emulator app, enter "reboot recovery"
pretty big fails on the trying front.
I've managed to buy a MTCE deck that has neither buttons or SD card slot with which to install malaysk rom the prescribed way.
Has anyone had luck with a pure download -> flash approach? If so, any instructions online?
xtracrispy said:
Has anyone had luck with a pure download -> flash approach? If so, any instructions online?
Click to expand...
Click to collapse
I believe it must update from usb-flash drive.
Volume up/down codes for your MTCE: 273 and 281.
You can now use Tasker to draw your own Up/Down arrows and set the shell commands for them (w/root).
Or you can use any usb keyboard or other usb-hid device and set the volume commands for buttons you wish.
Other key codes here https://forum.xda-developers.com/an...tcd-5-1-1-xposed-compatibility-t3380468/page2
Volume control workaround on buttonless HU
Hi this should help you which I posted on Car Launcher thread.
Seems we have the same HU except mine was sold by XTRONS.
Like many of you on this forum, I love the simple efficient GUI of Car Launcher AG, amazing work from the developer ! yet I have come to the frustration of volume control on bare HU like mine : PE88CMPL from XTRONS which has absolutely zero buttons at all.
So I went on eBay and bought "Car steering wheel remote control buttons wireless android gps navigation", connected it to Key 1/Key 2, Ground and acc 12V.
Programmed the buttons to volume up down mute and other useful functions such as back/home/gps/answer call/hang up and shutdown.
These setups are in the Car Steering Wheel area in settings.
Those buttons are super small and come with a 3M double face on the back and can be properly installed on the console at arm/finger reach.
I saws that JOYING sells a larger one that fits in cups holder "JOYING SWC Steering Wheel Controller for Android Universal Car GPS Stereo Radio" if you prefer that design.
Enjoy
Hello, i now that issue isn't from this thread but i need some help for use an usb knob that dont make nothing on a MCU of Spreadtrum SC9853I.
This multimedia knob change only the sound level of notifications. It's possible to make it work on MCU.
Thanks
PaulBorges said:
Hello, i now that issue isn't from this thread but i need some help for use an usb knob that dont make nothing on a MCU of Spreadtrum SC9853I.
This multimedia knob change only the sound level of notifications. It's possible to make it work on MCU.
Thanks
Click to expand...
Click to collapse
you're in the wrong forum, suggest searching for "SC9853I" and ask the question of the knowledgeable joying people.
Hi. Sorry for my google english.
I have -Px6 DSP 9 " MTEC_CHS buttonless with Android Pie- and I couldn't find (if any) a "Knobby volume control style" apk for volume control. I can't put a link from Google Play.
The idea is to touch the screen with 3 fingers (anywhere on the screen) and rotate your wrist to bring up the volume control and increase or decrease the volume. Like a home amp. Do you know of any MTCE that has it since I suppose it should be integrated into the MCU or some apk ?.
Thank you all
Hi guys how's everybody. The Mate 30 Pro one of the phones that is in my list for my future flagship. It had most of the things I think a phone like that should have BUT they removed the damn volume buttons and it is a bit concerning for me. So I have some question...
1 - How easy is it to volume up and down? Does it fail a lot to recognize your double touch?
2 - Is there anybody like me that usually control the volume with the phone in the pocket? How is it for you to now remove the phone from your pocket all the time?
3 - is there a way to hide the volume panel?
Thanks for the attention guys
I expected it will be worse. You can change volume level on both sides of phones. Of course you can't do this in pocket, but... When you listening to music, you have control in headphone buttons, bluetooth headphones also allow control volume. Good thing is You can change easy volume when you call to someone. You tap twice and side panel of phone changes to slider - you no need see screen to adjust volume. I think buttons are of course better, but i can live without them It's not big problem for me.
I quite like them, actually...I'm left handed so it is nice to be able to change the volume on the left of the phone...and on the right if I happen to have it in that hand.
..similarly for the 'back' gesture - it works on both left and right edges and is very convenient, IMO.
I do still, sometimes, have to try twice, to get the volume slider to come up, but I suspect I'll get it right 100% soon enough (I've only had it a week or so).
When I switch a call over to the speaker, the volume is extremely loud. The volume slider(s) do nothing! I see the standard slider which can be moved up and down (but does not make any changes to volume), and there is a secondary slider to its left which is faded out and cannot be moved.
1) What is the purpose of this secondary, non-functional slider?
2) How can I gain control of speakerphone volume?
I have the opposite problem. I think the speakers are too soft. Sometimes hard to hear video and music without headphones even on max. Voice calls are ok, but would prefer them a bit louder like I had on other phones.
Superguy said:
I have the opposite problem. I think the speakers are too soft. Sometimes hard to hear video and music without headphones even on max. Voice calls are ok, but would prefer them a bit louder like I had on other phones.
Click to expand...
Click to collapse
For me is the same. In some video i have to put the volume all way up. I checked and i think it's a bug... I hope they will fix it becausw is very annoyng. Someone know how to fix it? I have the 7pro. Thanks
andygold said:
When I switch a call over to the speaker, the volume is extremely loud. The volume slider(s) do nothing! I see the standard slider which can be moved up and down (but does not make any changes to volume), and there is a secondary slider to its left which is faded out and cannot be moved.
1) What is the purpose of this secondary, non-functional slider?
2) How can I gain control of speakerphone volume?
Click to expand...
Click to collapse
The way I can adjust speaker volume during a call is by pressing the rocker, then the 3 dots which brings up Sound and vibration menu. There is a menu for call volume which adjusts speaker volume and in-ear volume.
andygold said:
When I switch a call over to the speaker, the volume is extremely loud. The volume slider(s) do nothing! I see the standard slider which can be moved up and down (but does not make any changes to volume), and there is a secondary slider to its left which is faded out and cannot be moved.
1) What is the purpose of this secondary, non-functional slider?
2) How can I gain control of speakerphone volume?
Click to expand...
Click to collapse
1) I believe that slider is a slider for an Accessibility feature called Switch Access. I had to activate this feature to get my Google Assistant mic-open notification sound to work. I only saw this secondary slider when I set Switch Access up. I never saw it faded out....
schmeggy929 said:
The way I can adjust speaker volume during a call is by pressing the rocker, then the 3 dots which brings up Sound and vibration menu. There is a menu for call volume which adjusts speaker volume and in-ear volume.
Click to expand...
Click to collapse
2) It seems your slider is not set to call/speaker volume, but ring & notification or media volume. I sometimes get this, but not consistently. You should do as schmeggy929 says and have to specifically set it in the sounds settings menu (3 dots gets you there). Hopefully this bug is addressed...
I found an answer on another site and it worked for me. In the phone app, hit the 3 dots at the top right, go into phone settings, down to "General" then to "Accessibility". Toggle the "hearing aids" on and off......that worked for me.
Hope this helps someone.