[Q] [SUPPORT] Headphone Audio Controll issue - Android Q&A, Help & Troubleshooting

im sorry if im not explaining myself well i dont know the terms
ok heres my problem i have been on a hunt for a pair of headphones that will work with a samsung conquer 4g (sph-d600) and have media controlls
currently i have a pair of Sol republic Tracks V8 headphones and the media controls are messing up
when ever i press a button on the wire the voice dialer or call log comes up
my os is Android 2.3.6 gingerbread rooted with a custom rom i cant find
im trying to use poweramp
im attaching a logcat (its my first one so i hope its done right) and screenshots of my headset settings from dbpoweramp
anything i can do to fix this?
new development in post 6 http :// forum.xda-developers. com /showpost.php?p=38217123&postcount=6 (remove the 6 spaces in the url, im under 10 posts)

That's because Android doesn't recognize 3-Headset Buttons correctly due to some patents from Apple...

thanks for your reply
but it does recongnise all 3 buttons as key:231 (according to CWM recovery key test)
so in theory i should be able to assign this as a single button remote
or should i just return this product to the store
is there any way to get rid of the voice dialer
or use an app from the market to fix this issue
on a side note i used to know of a site or forum thread that gave descriptions of system software and weather or not they are safe to remove. would you or anyone else happen to know what that site or thread was?

Sorry but I dont get you...
If you mean wheter its theoretical possible to use a 3 Button Headset: YES
Have look here: http://www.instructables.com/id/Galaxy-Nexus-and-others-headset-remote-with-medi/
You also could try to develop an App on your own in combination with this Hardware Mod. Therefore change the resistor values and check them in cwm. Then route them over the standard Prev Play/pause and next function.....
But this is theoretical....

trapjul said:
Sorry but I dont get you...
If you mean wheter its theoretical possible to use a 3 Button Headset: YES
Have look here: [link removed... im under 10 posts]
You also could try to develop an App on your own in combination with this Hardware Mod. Therefore change the resistor values and check them in cwm. Then route them over the standard Prev Play/pause and next function.....
But this is theoretical....
Click to expand...
Click to collapse
so a hard mod...
i just returned them and ordered a a-jays 1 + through amazon
i just wanted to disable the activation of voice recorder and use it as a media button

i just got a pair of a-Jays one+
installed the jays app and it is still doing the same
logcat and command code obtained through recovery coming soon

What about that?
https://play.google.com/store/apps/...ontrol&feature=nav_result#?t=W251bGwsMSwyLDNd
hope it helps... :fingers-crossed:

trapjul said:
What about that?
[link removed, im under 10 posts]
hope it helps... :fingers-crossed:
Click to expand...
Click to collapse
thats the jays app i was talking about
it didnt help
i also tried a bunch of others

Related

Voice Command Announcement Fix (Version 0.10 Released)

.NET CF 3.5 is required.
UPDATE (3/29/10): Version 0.10 Released - See Post 77 for Change Log.
UPDATE (3/11/10): Version 0.9 Released - See Post 67 for Change Log.
UPDATE (3/8/10): Version 0.8 Released - See Post 63 for Change Log
UPDATE (3/3/10): Version 0.7 Released - Only changes are some registry settings that I missed earlier. With this, both Caller ID Announcements and Voice Dialing should work with this installer.
UPDATE (3/3/10): Version 0.5 Released - See Post 55 for Change Log - Device List below updated ... Updated v0.6 with auto start on device boot attached ... If you are using v0.5 (or v0.5_autostart which I screwed up ... sorry), uninstall it and install the v0.6.
Device List (Updated 3/8/10)
Known Working Devices
HTC Titan
HTC RhodiumW (Touch Pro 2)
HTC Rhodium (Tilt 2)​
NOT Known Working Devices - If anyone uses a device listed here and my app, please let me know if it works.
HTC HD2 - I think this is similar to the TP2 - Should work, but I need someone to confirm this
Sony Ericsson XPERIA X1 - I have no idea ... Does this device use the WIDCOMM Bluetooth stack? Can someone test the latest app?​
If you install this app, and have problems, uninstall msvcFix and install "revert_msvcFix.cab"
UPDATE (8/11/09): I have fixed the native app (now referred to as v0.3) and attached. I will leave the v0.1 attached as well.
UPDATE (8/10/09): Sorry, but there is something wrong in the native v0.2 ... I have posted the orig v0.1 in the mean time.
Not sure what devices this effects/fixes, but on my Titan, Voice Command incoming caller ID announcements don't work correctly. The work-around I use is ...
To enable caller ID announcements:
Set HKCU\ControlPanel\Sounds\TTSAnnounce\Category to "Ring"
Set HKCU\ControlPanel\Sounds\RingTone0\Category to "_Ring"
Set HKCU\ControlPanel\SoundsCategories\Ring\initVol to 15
To disable caller ID announcements:
Set HKCU\ControlPanel\Sounds\TTSAnnounce\Category to "_Ring"
Set HKCU\ControlPanel\Sounds\RingTone0\Category to "Ring"
Set HKCU\ControlPanel\SoundsCategories\Ring\initVol to 5
I have written a program to address these "fixes". My program checks the MSVC "Announce incoming caller ID" option, and checks to see if bluetooth is paired and headset service is active. If all these checks pass, I set the "enable" registry settings ... If not, set the "disable" registry settings.
Currently, the default interval is 5 seconds. I intend to make the interval a setting in the registry in the next version. Attached is a CAB install for version 0.3. The CAB will install the EXE to \Program Files\dj13241\ and create a shortcut in \Windows\Startup\ (it will auto-run on device boot). Version 0.1 was written in VB .Net, and took up to ~1.5 MB after running for some time. This version (v0.3) was written entirely in native C and compiled with cegcc-mingw32ce-gcc on Linux, and takes up 32 KB! Quite a memory improvement!
Feedback anyone?
Anyone have any feedback on this? Should I spend the time to improve it? Any feature requests? Anything?
Tilt2
Tried it on Tilt 2 and does not work. Caller ID still gets announced thru handset speaker
I am interested in your success...
186227 said:
Tried it on Tilt 2 and does not work. Caller ID still gets announced thru handset speaker
Click to expand...
Click to collapse
I think I know what the problem is ... I don't have my earpiece with me to test it though. Are you comfortable using a registry editor? If so, please post the values for the following keys:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\AudioGateway]
"BTAGExtModule" =
"Capability" =
Also, please look in your \Windows\ directory for a file called "vcbthag.dll" ... You will have to check off 'Menu->Show all files' in order to see dll files.
Thank you for the constructive feedback!
howdykeith said:
I am interested in your success...
Click to expand...
Click to collapse
Good to know that someone is!
Do you use this on your phone?
I too, am interested in your success.
dj13241 said:
If so, please post the values for the following keys:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\AudioGateway]
"BTAGExtModule" =
"Capability" =
Click to expand...
Click to collapse
Here are the values requested:
"BTAGExtModule" = BTRilProxyOEM.dll
"Capability" = 0x65 (101)
I am VERY interested in getting incoming caller ID to announce over BT on my Tilt 2. If you get this, you are officially the ruler of the universe!!!
I'm interested, will give it a try on my HD2
Hi and thanks for all the great info.Please forgive me (newby) to winmo,i installed ms voice commander and installe the Voice Command Announcement Fix and it still wont announnce the caller calling.Has anyone got any insight to the problem.
Thankyou
Sorry, not working on HD2 either
pity.. does not work on xperia x1 either..
I'm on it ...
I have a Touch Pro 2 and with some registry mods (quite a hack job at this point), I got it to the point of announcing Caller ID without playing a ringtone, but it announced from the phone's external speaker and my earpiece played its internal ringer. It looks to me like a timing issue ... VC creates a file \Application Data\Volitle\TTSCallerID.wav which is the caller ID announcement ... I think that the delay involved with creating that file is causing the issue, and by the time the file is created, my earpiece is already ringing with its ringtone.
On another note, my original program is (apparently) dependent on a different Bluetooth stack that the TP2 (which uses the wildcomm stack) ... If anyone knows how to check for a BT headset via native API, I would love to know!
I will be editing the first post when I have some time later tonight ... I will add "known working" and "known not working" phone lists ... Looks like the "not working" list will be longer for now
Thanks for all the feedback so far.
The Tilt 2 also uses the Widcomm BT stack. We've been blaming everything on the Widcomm stack, but I've begun to suspect that the aging MSVC software is really more to blame as it doesn't know how to play nice with newer software. Of course, I remember all of us soundly denouncing MSVC a few years ago about not being very compatible with the MS BT stack either!
I think you are definitely on to something. Yes, the hacks you have may be a bit kludgy but accurate. A suggestion: forget the checks to see if BT enable or not for the time being; leave BT enabled and do all reg changes, etc with the assumption that BT is enabled and connected. Forgive me if that sounds condescending -- I lost all my programming skills about the time Turbo Pascal died, if anyone here even remembers that from the early 80s -- but sometimes an outside view can make a small difference.
Always willing to try any hacks you suggest to see how they work on my stock Tilt 2; feel free to PM fi there's anything I can do to help.
Hi,
I have a TP2 with Stock ROM and have no problems with announcing phone calls, but..
You may already know about the bug when an "unknown caller" calls. VC does three things choosing randomly:
- 1. Does not announce anything, phone does not ring
- 2. does not anonunce anything, phone rings for a sec.
- 3. does announce the LAST CALLER - and this is really annoying, when you think you have a call from a friend or something, and it turns out VC just scammed you badly.
So my question is can you fix at least the 3rd behavior?
mydexterid said:
Hi,
I have a TP2 with Stock ROM and have no problems with announcing phone calls, but..
QUOTE]
So your TP2 announces your incoming caller ID over your BT headset? Really?
Click to expand...
Click to collapse
jlmwrite said:
mydexterid said:
Hi,
I have a TP2 with Stock ROM and have no problems with announcing phone calls, but..
QUOTE]
So your TP2 announces your incoming caller ID over your BT headset? Really?
Click to expand...
Click to collapse
I have a wired headset.
Is this thread only about the BT headset bug? Then the title should be modified. It is not really clear from the title/1st post that what announcement fix is this.
Click to expand...
Click to collapse
mydexterid said:
I have a wired headset.
Is this thread only about the BT headset bug? Then the title should be modified. It is not really clear from the title/1st post that what announcement fix is this.
Click to expand...
Click to collapse
Its good to know this info though ... Do you have a BT headset you could try it with? Has anyone else tried with a stock ROM, or is everyone using custom ROMs?
I'm going to dump the stock ROM registry and compare it to what I am running (which is a ROM built from Calkulin's 1.5 Beta Kitchen with a few of my own MODs).
Nope. The device itself gives me enough radiation I don't need more from a bluetooth device
dj13241 said:
Its good to know this info though ... Do you have a BT headset you could try it with? Has anyone else tried with a stock ROM, or is everyone using custom ROMs?
I'm going to dump the stock ROM registry and compare it to what I am running (which is a ROM built from Calkulin's 1.5 Beta Kitchen with a few of my own MODs).
Click to expand...
Click to collapse
For inspiration on MSVC you could also read my thread

Media Player Bluetooth issue

Is there a way to make it so when I am using my bluetooth headphones with the remote when I skip a song or hit play or stop the screen on my device does not come on and media player does not pop up? This is especial annoying as I listen to music almost constantly. Thank you for any help I have googled this issue and found no solution.
You should do a little more research!
This was answered very recently in another thread.
Where
I have searched if it was answered in another thread I can not find it. Please provide a link. It is arrogant to point out another persons ignorance and not show them how to fix it. Not to mention rude.
Also if you are referring to the two posts saying to use Mortplayer that is not an option as I use SPB Mobile shell.
GarethD said:
This was answered very recently in another thread.
Click to expand...
Click to collapse
So you took the time to point that out without pointing the person in the right direction.
I hope next time you need help and can't find your answer someone tells you to GTFO and find it yourself.
Are you sure?
GarethD said:
This was answered very recently in another thread.
Click to expand...
Click to collapse
So I ask again prove your work. It is easy to say you found it in another thread and claim superiority however you have shown nothing to indicate you are correct. I have looked and can not find a real solution only threads saying use something else. So...If you realy found it I as you to pleas share the answer if not do not put on airs.
Try this thread for the fix.
http://forum.xda-developers.com/showthread.php?t=598867
Help still needed
jeepers007 said:
Try this thread for the fix.
http://forum.xda-developers.com/showthread.php?t=598867
Click to expand...
Click to collapse
I still want to use windows media player I just do not want it to turn on screen or bring it to the front when I use the remote. This completely removes media player control.
pastorphil said:
I still want to use windows media player I just do not want it to turn on screen or bring it to the front when I use the remote. This completely removes media player control.
Click to expand...
Click to collapse
I am interested in this fix as well. I am using a SENSE build -- The Standard builds seem to have these controls working correctly with the touch flo music interface...but I am not willing to go back to the regular touch flo when the Sense touch flo build has so much more to offer!

[Q] Mapping a key to end call

Hello.
I've searched the forum and found no answer to this question. And Android 2.2 is coming/not coming/ coming/ maybe coming, so
is there any way to end call with a key, either power or one of three function keys? Android 2.1.
I will root my phone if it is necessary, no problem.
And if someone knew, how to make calls hands-free with bluetooth... Let's say it, as a business phone my X10mini pro is a disaster, comparing to my previous Nokia N95...
Thanks
A.
I'd love to have a solution for this.
Asc_xda said:
Hello.
I've searched the forum and found no answer to this question. And Android 2.2 is coming/not coming/ coming/ maybe coming, so
is there any way to end call with a key, either power or one of three function keys? Android 2.1.
I will root my phone if it is necessary, no problem.
And if someone knew, how to make calls hands-free with bluetooth... Let's say it, as a business phone my X10mini pro is a disaster, comparing to my previous Nokia N95...
Thanks
A.
Click to expand...
Click to collapse
Not sure but may be Tasker can do it. I have a gesture so that when I put the phone face down, it disconnect from the data network and also hangs the current call. Not sure about doing through a key, but I bet that it's possible.
you might want to have a look at ADB Mask controller..
http://forum.xda-developers.com/showthread.php?t=868423
I used this to change my power button to end call
Look on the first picture.. (Sleep button action during call)
kiwiBratwurst said:
you might want to have a look at ADB Mask controller..
http://forum.xda-developers.com/showthread.php?t=868423
I used this to change my power button to end call
Look on the first picture.. (Sleep button action during call)
Click to expand...
Click to collapse
Tryed just that.. it work flawlessly
Glad I could help
kiwiBratwurst said:
Glad I could help
Click to expand...
Click to collapse
Unfortunately X10 mini pro is not supported, only mini.
:/
A.
Asc_xda said:
Unfortunately X10 mini pro is not supported, only mini.
:/
A.
Click to expand...
Click to collapse
Damn.. sorry bout that.. I wonder what the difference is.. perhaps you could ask the DEV who made it to include the pro.. or ask him what he is changing to make the power button end the call..
He is editing some file for sure. Let's hope he will reveal it.
Sent from my U20i using XDA App
Resolved:
For X10 mni pro.
In file "system/usr/keylayout/mimmi_keypad.kl" change this line:
key 107 POWER WAKE_DROPPED
with this:
key 107 ENDCALL WAKE_DROPPED
For X10 mini change the file
"/system/usr/keylayout/robyn_keypad.kl"
REBOOT!
change pwer key function
im on mini pro also,,is it possible to alter that txt with root explorer ,,? thanks
edit sorry does work after reboot,,,
By the way, after this modification the button continues to work for putting the phone into the sleep mode as well!
One more link, I have not tried though:
http://forum.xda-developers.com/showthread.php?t=850464
for mini users I still recommend using the ADB mask controller tool.
kiwiBratwurst said:
for mini users I still recommend using the ADB mask controller tool.
Click to expand...
Click to collapse
Sure. But what it does it changes the line that I quoted. In fact the information comes from ADB developer
vlissine said:
Sure. But what it does it changes the line that I quoted. In fact the information comes from ADB developer
Click to expand...
Click to collapse
Yep, I know that, I asked the ADB mask DEV in the same thread you did and he answered us both in the same post I'm just saying that the ADB mask controller is quicker (for mini users) and can do a bunch of other stuff too.. (pretty much everything can be done with adb, txt editors and root explorer but its always nice having a GUI to speed things up/simplify things)
parthabhatta said:
One more link, I have not tried though:
http://forum.xda-developers.com/showthread.php?t=850464
Click to expand...
Click to collapse
i want more explanation on this. used ADB mask to change the call button
I think I'll try it, reporting later.
Sent from my E10i using XDA App
parthabhatta said:
One more link, I have not tried though:
http://forum.xda-developers.com/showthread.php?t=850464
Click to expand...
Click to collapse
It seems like it is able to map all buttons except the power and the focus... could try to make an x10 version. ill look into it. the dev seems a bit occupied at the moment, i'll put a 'SE x10 minis not fully working" post.
Sent from my E10i using XDA App
kiwiBratwurst said:
you might want to have a look at ADB Mask controller..
http://forum.xda-developers.com/showthread.php?t=868423
I used this to change my power button to end call
Look on the first picture.. (Sleep button action during call)
Click to expand...
Click to collapse
Thank You, miss that one there

[MOD by APP] Nebtop - Universal HDMI Webtop hack

This MOD by APP is different than the existing MOD by replacing system apks:
1. No risk of brick
2. Ease of use
3. Universal hack for phones and ROMs that has Webtop
Since this app is intended to support multiple devices, see the original post from the Razr thread http://forum.xda-developers.com/showthread.php?t=1404625 .
Please report the test result in this thread. Whether success or fail and your device, ROM, etc.
It'd be nice to use the "Send" option in the app if it failed.
Thanks!
Working for me on mopho 198_7,rooted,with jokersax 1.3 preuvHighpro! Thank you!
it worked for me too!
It works, but the screen doesn't properly emulate a track pad. Connecting a bluetooth keyboard works fine though.
fendergrab said:
It works, but the screen doesn't properly emulate a track pad. Connecting a bluetooth keyboard works fine though.
Click to expand...
Click to collapse
Is anyone else having this problem? I actually have this issue on occasion with the current webtop over HDMI hack that replaces the stock files. But, it doesn't happen all the time, only some of the time.
Also, if anyone can answer this for me, I haven't bought a lapdock yet, but I am considering it, if I do, I think the other webtop over HDMI hack will have to be removed to make the lapdock work, is that true? Second, if that is true, then this method shouldn't have the same problem right?
Please try with the latest version(v0.5). More diagnostic messages are logged and can be sent using the "Send Info" menu item from the app.
fendergrab said:
It works, but the screen doesn't properly emulate a track pad. Connecting a bluetooth keyboard works fine though.
Click to expand...
Click to collapse
For the first question, I have no idea since I have never tried the "webtop over HDMI hack that replaces the stock files".
For your last question, if the Webtop related things are restored to the stock, this method will still work thus it should have no interference with the Lapdock.
bradleyw801 said:
Is anyone else having this problem? I actually have this issue on occasion with the current webtop over HDMI hack that replaces the stock files. But, it doesn't happen all the time, only some of the time.
Also, if anyone can answer this for me, I haven't bought a lapdock yet, but I am considering it, if I do, I think the other webtop over HDMI hack will have to be removed to make the lapdock work, is that true? Second, if that is true, then this method shouldn't have the same problem right?
Click to expand...
Click to collapse
fendergrab said:
It works, but the screen doesn't properly emulate a track pad. Connecting a bluetooth keyboard works fine though.
Click to expand...
Click to collapse
I cant make the track pad work at all. What stock apk files have to be installed for this to work? I am stock rooted with some bloat removed. I am thinking I might have removed one apk file to many...
Could you use the "Send Info" option in the app after you tapped the "Load' button?
my2cents said:
I cant make the track pad work at all. What stock apk files have to be installed for this to work? I am stock rooted with some bloat removed. I am thinking I might have removed one apk file to many...
Click to expand...
Click to collapse
400757 said:
Could you use the "Send Info" option in the app after you tapped the "Load' button?
Click to expand...
Click to collapse
All give it a go. I tried rebooting my phone, but still no luck. I sent the debug info via email. This is pretty cool. I've never bothered using webtop, but it looks pretty interesting.
EDIT: I already got an email back from the developer. He said that it all looks good, but the extdock state cant be set to 4, which is what mine loads to when I press load. I see what he says.
Yep, it seems that even everything for Razr looks good for Photon 4G, the track pad on the phone could only react to orientation but couldn't receive any touch action.
I will try to first locate this track pad from Razr, and how are the events being sent then inspect if this is working correctly for Photon 4G.
So this may not work at all.
If anyone got any real dock that made the Photon 4G to have the track pad working correctly, please kindly run logcat to log how all these happen and send to me for analysis. This may boost up the progress by differential analysis.
my2cents said:
All give it a go. I tried rebooting my phone, but still no luck. I sent the debug info via email. This is pretty cool. I've never bothered using webtop, but it looks pretty interesting.
EDIT: I already got an email back from the developer. He said that it all looks good, but the extdock state cant be set to 4, which is what mine loads to when I press load. I see what he says.
Click to expand...
Click to collapse
I don't have a dock, so i cant be of much help there. Hopefully someone can run the logcat for you. If you need me to test anything else, I will gladly do it.
Now it seems to me that logcat is not enough.
I've figured out that evbridge is the process that draw the virtual pad on the phone and responsible for translating and forwarding touch events to mouse movement and key inputs to the Webtop world.
It seems to be using /dev/webtop/input/event4 as a placeholder for the touch event. But when evbridge is not running, those event devices won't work.
So in the worst case your phone have the evbridge running, some event4 receiving touch events but just that are not being processed and forwarded to the Webtop world.
In this case I will need to look deeper inside evbridge for how it actually emit the events or how the Webtop world see and process them then find out which part is broken.
my2cents said:
I don't have a dock, so i cant be of much help there. Hopefully someone can run the logcat for you. If you need me to test anything else, I will gladly do it.
Click to expand...
Click to collapse
More of the "track pad" stuffs have been studied(https://sites.google.com/site/androidnothize/nebtop/webtop). What remain are testers like "my2cents".
In short, we used TeamViewer(on PC) + PuTTY(on PC) + SSHDroid(on phone) + WiFi(connect PC and phone) + time.
In the last test I haven't studied enough of the track pad so couldn't make real use of it. But now I've studied more of it and have sorted out 3 possible points of breaking the chain of events from the touch screen to the Webtop. Unfortunately "my2cents" seems to be on a vacation.
If you know what are these and could prepare these, we could arrange a time that both of us could go online at the same time to perform the investigation.
Send me a PM or email me at either this nick name or another at gmail.
400757 said:
More of the "track pad" stuffs have been studied(https://sites.google.com/site/androidnothize/nebtop/webtop). What remain are testers like "my2cents".
In short, we used TeamViewer(on PC) + PuTTY(on PC) + SSHDroid(on phone) + WiFi(connect PC and phone) + time.
In the last test I haven't studied enough of the track pad so couldn't make real use of it. But now I've studied more of it and have sorted out 3 possible points of breaking the chain of events from the touch screen to the Webtop. Unfortunately "my2cents" seems to be on a vacation.
If you know what are these and could prepare these, we could arrange a time that both of us could go online at the same time to perform the investigation.
Send me a PM or email me at either this nick name or another at gmail.
Click to expand...
Click to collapse
Hi 400757,
I was on vacation for new years. I got your email, but it was at 5 AM my time and we left that morning to go see family. I am back at home now and I am happy to help again. I will be available all day tomorrow and possibly tonight. I have to get the kids in bed first...
Follow up of the freshly done live investigation on my2cents's Photon 4G.
Turn out that it is quite different than Razr....that lead to more unknowns and needs a working Photon 4G as the basis to compare with.
One must-fail point is that evbridge is expecting /dev/input/by-id/touchscreen which doesn't exist at all. This is the first problem that made the track pad unresponsive.
Secondly the aev and evfwd input devices are not exposed to the X using xinput like in Razr.
After linking this path to the touch device /dev/input/event4, the track pad buttons became responsive though those events are not forwarded to the Webtop cursor.
strace didn't show further open failure afterward.
Thus in order to ease the life, a working Photon 4G Webtop with track pad is needed for inspection.
Does that mean that if someone has a dock, you could debug that way?
I'm not sure....
If someone has the HD dock, and used it to activate the Webtop mode, and if the track pad works.......
Then later using the Nebtop to activate the Webtop mode should work too.
In contra, if a fresh boot using Nebtop doesn't work, (due to the missing device link) but if the HD dock make it work, then it means there're some extra stuff done by recognizing a real HD dock.
Otherwise, if both Nebtop and HD dock failed, perhaps it's regional issue? eg. Some region's Photon 4G has track pad bug since there will be no selling of HD dock?
The last possibility perhaps related to the "bloat" apps that you've removed/disabled? But this is odd that if the app would create the device link under /dev...
my2cents said:
Does that mean that if someone has a dock, you could debug that way?
Click to expand...
Click to collapse
works great on stock rom rooted. but is this where ads that pop up in notification bar?. .... they are driving me crazy!
Sent from my Motorola Electrify using XDA
ads r driving me crazy! they pop up in my notification bar! are they from this app?!
Sent from my Motorola Electrify using XDA

[App] GALA (SDVC) Speed dependant volume control (using GPS)

Did you guys ever notice the "GALA" function of your stock radios?
When you drive faster the volume is raised automagically.
I really love this feature and miss it here. BUT I am currently coding an App to fix this lack
I hope you are looking forward to this and so I have a Alpha Verison ready for you. But beware! it is not tested in live environment yet!!!
I will update this post with any new version or information.
Hint: GALA = german "Geschwindikeitsabhängige Lautstärkeanhebung" which means "Speed-sensitive volume increasement"
On Google Play: https://play.google.com/store/apps/details?id=de.firesplash.galaapp
//Updated 2014-06-17
Do you have an updated version of this or no? I know this is an old thread but someone pointed it out to me.
Dave
TT_Vert said:
Do you have an updated version of this or no? I know this is an old thread but someone pointed it out to me.
Dave
Click to expand...
Click to collapse
There is Car Service app that supports this among other fubctions
https://play.google.com/store/apps/details?id=com.petrows.mtcservice
It is preinstalled on e.g. Malaysk ROM. I would recommend to use it as is is stabile and proven to work on our units.
pa.ko said:
There is Car Service app that supports this among other fubctions
https://play.google.com/store/apps/details?id=com.petrows.mtcservice
It is preinstalled on e.g. Malaysk ROM. I would recommend to use it as is is stabile and proven to work on our units.
Click to expand...
Click to collapse
That's what I was using but I was having an issue w/ the first speed jump being more than the specified jump. The new Malaysk ROM fixed that though.
Dave
There are settings in RK3066 HEADUNIT, is this kph or if the unit is on MPH, do I use those values 2 settings for up and down?
Oldpapa49 said:
There are settings in RK3066 HEADUNIT, is this kph or if the unit is on MPH, do I use those values 2 settings for up and down?
Click to expand...
Click to collapse
Same question here.
I see the setting in the Malaysk ROM, but it's not quite clear what the numbers mean or what the reference units are. It'd be nice if there were further explanations.
I tried some settings. They are KPH values for each volume kick up or down. I did 40, 70, 100 and the volume goes up or down at those thresholds.
It was confusing for the default values.
Sent from my SM-G920T using XDA-Developers mobile app
Hi , the way, this discussion seems dead and the "Gala" application too. I'm looking for an app SDVC that increases volume based on speed on my PX5 android 6. Unfortunately Gala does not work on my unit like any other I've tried. I would like some developers to make an application for all Px5 MTCD or better yet updated " Gala" that supports MTCD Px5. I hope some genius will do it soon.
I am also (and many PX5 user too ) very interestest on a app like "RK3066 Headunit" or "S.D.V.C." (unfortunately Android 4.4/5.1.1 only) , which can provide Speed Depend Volume Change for Android 6 / PX5 users!
Come on Guys, i believe somebody can programming a small SDVC-tool - I would donate for it!
We hope that a developer will consider this request. Many Px5 users want it.
Do not you move a leaf for this? !!
Is anyone get this GALA function (increase volume from speed) i have PX3 with Malaysk 3.1 rom,but I not see MTC SERVICE in Malaysk rom,and I can't get this function to work in any way ???
I have created an app that does that https://play.google.com/store/apps/details?id=net.festinger.autovolume
ronenfe said:
I have created an app that does that https://play.google.com/store/apps/details?id=net.festinger.autovolume
Click to expand...
Click to collapse
...installed your app a few days ago - but can't figure out, how to set it up properly so that it works. is there even an option like a settings menu? all i can see, is the speedometer (working - means: the speed is shown) and the volume: recognizes the volume i set via volume-knob.. BUT: the volume does not change at all, no matter how fast or slow i drive... is there anything i can do?
how is this app supposed to work??
I've made an instruction video, see if it helps.
ronenfe said:
I've made an instruction video, see if it helps.
Click to expand...
Click to collapse
wow. thanks a lot for your work and uploading an explanation. but unfortunately this did not solve the problem. it seems, the app is not working on my head unit - it's a s32f0_leima, rk3368.
maybe your app is only for phones?!
i recorded a video of my last try with your app - i set the minimum volume to 8 and the max to 20 - for testing i set the speed between 10 and 120... your app is showing the speed, but the volume never changes - it only displays the current volume which i set via volume knob. it also recognizes, when i change the volume by myself via volumen knob - but the app unfortunately does not change the volume at all
...link to the recording: https://www.dropbox.com/s/d2nc5w0opc9i3de/VID-20230111-WA0000.mp4?dl=0
...any ideas? or maybe you can adapt the app for head units?! would be great!!
Sorry, you are correct, it won't work on head units, didn't work on mine either. Google doesn't think controlling volume from an app is needed there. https://issuetracker.google.com/issues/172344922?pli=1 .
volume control with buttonless MTCE
Hello all, So I purchased a buttonless PX5: https://www.aliexpress.com/item/Android-8-0-2-Din-8-Inch-Car-DVD-Player-Stereo-System-For-Porsche-911-997/32849648099.html?spm=a2g0s.9042311.0.0.qvQ36y However, none of the Android widgets or volume...
forum.xda-developers.com
One of the users told me he could use FCC launcher and the auto volume there worked. I don't know how they managed to do it, you can try it. https://play.google.com/store/apps/details?id=ru.speedfire.flycontrolcenter&hl=en&gl=US

Categories

Resources