-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Power button ends call" setting is broken #28
Comments
No fix yet, still working on it. |
If you find a fix I'd suggest submitting it to gerrit. |
It's not a CM bug, it's a keylayout problem: mik9@0061b0c#diff-10 |
This should close inferiorhumanorgans/android_device_lge_thunderc#28. Change-Id: I4d2e5e3427eb7d0137b733cd4176cea858712d7a
Thanks! |
Unfortunately this doesn't fix the problem for me. I needed to also (perhaps only) edit qwerty.kl which is a CM file. This /may/ be a kernel issue as I've taken all the key events out of ats_input, but I doubt it since other home/menu keymappings seem to work fine from the thunder keymap. |
Maybe you need make same patch for 7k_handset.kl (I forgot about it): |
Nope. I don't have that file installed at all (which might? create BT problems, but that's for another day).
|
The following 7k_handset.kl fixes this issue and does not break BT. |
I don't see how that changes anything substantive regarding the power |
@bob: That fixes the headset button (mostly), I'm looking for the author to cite, will submit pull request asap. |
That commit only changes the whitespace on line for the power key. The problem that I had is that there's something else mapping 107 to "ENDCALL" and I didn't want to fork another repository to change one line. |
The problem is the 7k_handset.kl file is not being copied to the build...you need to pull JerryScript@4cef647 |
Sorry, all my commits somehow where added to the pull request. I hate this git stuff. |
I've been doing some toying around with this issue, and may have found a fix.
A workaround (which is half-assed, and DEFINITELY breaks the setting), is to switch the locked-in default to NOT hang up the call. Like so:
As I said though, I may have found a fix that allows the setting to actually work as expected. Once it compiles and I test it, I'll update this issue.
The text was updated successfully, but these errors were encountered: