[SOLVED] End call with back key - XPERIA X8 General

This feature is now available in FroyoBread. Thank doixanh.

i wonder if it can be remapped to the camera button instead. some of us still use the back button to navigate around while chatting on the phone (handsfree mode)

There is a thread allready for this!
http://forum.xda-developers.com/showthread.php?t=1044810

No, use... we need a pro to do this...
Sent from my X8 using Tapatalk

I also think that this will be perfect

There must be some correlation between files shakira_keypad.kl and 7k_handset.kl
because the second one has lines
Code:
107 ENDCALL WAKE_DROPPED
116 POWER WAKE
and the first one
Code:
key 158 BACK WAKE_DROPPED
key 139 MENU WAKE_DROPPED
key 102 HOME WAKE_DROPPED
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
key 215 FOCUS
key 212 CAMERA
key 107 POWER WAKE_DROPPED
and when you change key 107 into ENDCALL, power button also ends calls,there must be something to make back button to has multiple actions without loosing its original function...

Or to make back button like power button just during call
Sent from my X8 using Tapatalk

I tried editing those files, but in every case I loose back button function...

Charmed :) said:
I tried editing those files, but in every case I loose back button function...
Click to expand...
Click to collapse
Yup. I know. I hope it's posiblle to make back key as "ENDCALL" just during phone calls...
Damn it! If we can have all other features thanks to our module man doixanh, we could have this too.
I think that this is way more important than multitouch, or screen on/off animation.

I use power button to end calls. It's enough for me
It's even better then wait till the display turns on to end a call...

When you say power button you mean the one that turns off the screen right?
I tryied this today but the screen turned off without ending the call...
I do not think it can be changed from phone's files. We need an apk programer. The solution must be in the phone.apk
Yours GreatApo
(X8 under MiniCM)

GreatApo said:
When you say power button you mean the one that turns off the screen right?
Click to expand...
Click to collapse
Right, this one that turns off the screen/phone.
I have only add the line
Code:
key 107 ENDCALL WAKE_DROPPED
in shakira_keypad.kl and reboot my phone.
I use stock rom...

GreatApo said:
I do not think it can be changed from phone's files. We need an apk programer. The solution must be in the phone.apk
Click to expand...
Click to collapse
Hmm... but what about all of these replacments for dialer? Or it changes just dialer, not phone.apk?
Deeeevss? We need your asses

I am a web developer... may be I can find how to fix the phone.apk. The problem is that I have no freetime... I will try to have a look in phone.apk files...
Yours GreatApo
(X8 under MiniCM)

K, but do you know how to write in C?
And I think you need Linux64bit and Android sdk and ndk for starting such development.
You should ask blagus or someone other expirienced for info about developing tools, especially apks
Sent from my X8 using Tapatalk

Someone finally! Thank you for even announcing that you will try to do something!!!

Any progress?

I thought that you guys have this already?

No...is there a way? ( You are our only hope module man )

Yeah I think I can include it in FroyoBread

Related

[SOLVED][REMAP DIAL BUTTON TO SEARCH BUTTON] Lack of search button

Hi.
I really miss the search button from the Desire device. I have tried to remap the send (dial) button to search by altering the bravo-keypad.kl file in /system/usr/keylayout. But the change didn't work. My altered keypad file is posted below, maybe someone can tell me why it's not working?
SOLUTION: Edit the right file. In my build the default qwerty.kl file was used not the bravo-keypad.kl. Adding SEARCH to key 231 and 61 turns the send key into a search key Even voice search by long press works
key 102 HOME
key 139 MENU
key 158 BACK
key 217 SEARCH
key 107 ENDCALL WAKE_DROPPED
key 116 POWER WAKE_DROPPED
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
key 231 SEARCH
key 61 SEARCH
Sent from my HD2 running Android
just revert what you changed back to how it was.
then hold down the start button (Windows Logo) and the keyboard will pop up, once you start typing it will go into the search app.
mr_billionaire said:
just revert what you changed back to how it was.
then hold down the start button (Windows Logo) and the keyboard will pop up, once you start typing it will go into the search app.
Click to expand...
Click to collapse
Thanks for that tip, but unfortunately it does not work inside all applications.
Thought u ment the Hardware search buttom, missing that a lot, couse a lot of apps maps it (search buttom) to combine some function. If we take ån sms progie fex. The search buttom is maped to compose sms's, hope someone fine a way to map a Hardware key to the search buttom
Yeah I need to map Multi Task manager to a hard key, can you help with that?
-------------------------------------
Sent via the XDA Tapatalk App
Cobra2 said:
Thought u ment the Hardware search buttom, missing that a lot, couse a lot of apps maps it (search buttom) to combine some function. If we take ån sms progie fex. The search buttom is maped to compose sms's, hope someone fine a way to map a Hardware key to the search buttom
Click to expand...
Click to collapse
This is exactly what I have done, remapped the physical send button (left most button on the HD2) to behave like a search button. HTC Desire does not have a send button either, and I don't miss it. I find it more usefully to have a search button then a send (call) button.
Sent from my HTC Desire using XDA App
Where are you entering this data to change these settings?
-------------------------------------
Sent via the XDA Tapatalk App
Try remapping a button to DPAD_CENTER and see if it works for the trackball in camcorder.
paalkr said:
This is exactly what I have done, remapped the physical send button (left most button on the HD2) to behave like a search button. HTC Desire does not have a send button either, and I don't miss it. I find it more usefully to have a search button then a send (call) button.
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
Hi paalkr
Where is the file qwerty placed ? That would be great if it worked for me, I really miss the hardware search buttom.
Thanx
Cobra2 said:
Hi paalkr
Where is the file qwerty placed ? That would be great if it worked for me, I really miss the hardware search buttom.
Thanx
Click to expand...
Click to collapse
All files related to key mappings are located in /system/usr/keylayout . The qwerty.kl is the one that android is defaulting to if not specified otherwise. There may be some other kl files in the folder, but the vendor specific file is just "left overs" from the ROM rip (in some cases).
paalkr said:
All files related to key mappings are located in /system/usr/keylayout . The qwerty.kl is the one that android is defaulting to if not specified otherwise. There may be some other kl files in the folder, but the vendor specific file is just "left overs" from the ROM rip (in some cases).
Click to expand...
Click to collapse
Thanx big time mate for pointing me the right place, that is just what i needed for the handcent sms.
Sent from my HTC HD2 using XDA App
Mapping End Key
Has anyone mapped the end call button to work. On my Darkstone build I have to hit the end call on screen, hitting the red hard key just shuts the screen off (very annoying). I then have to wake up the phone and end the call.
I pulled both bravo_keypad and qwerty files but both seem to be set to the right end key.
Any ideas or help?
Jwatt0918 said:
Has anyone mapped the end call button to work. On my Darkstone build I have to hit the end call on screen, hitting the red hard key just shuts the screen off (very annoying). I then have to wake up the phone and end the call.
I pulled both bravo_keypad and qwerty files but both seem to be set to the right end key.
Any ideas or help?
Click to expand...
Click to collapse
theres an options in the settings menu to do this, i just cant find it. I used to have it set correctly, but changing roms every few days, you start to get confused. I would appreciate it if someone could point us in the right direction.
Thank you.
Thanks for this useful tip that works perfectly !
A way to only map quick press to Search and keep long press on DIAL Button associate to Phone ?
here is my qwerty.kl file. what did i do wrong?
songokussm said:
here is my qwerty.kl file. what did i do wrong?
Click to expand...
Click to collapse
Didn't succeed either, I mounted system as read write and modified qwerty.kl, rebooted but nothing changed. I would like a lot too having the search button on the call key :-(
I am on Shubcraft build
DocteurN said:
Thanks for this useful tip that works perfectly !
A way to only map quick press to Search and keep long press on DIAL Button associate to Phone ?
Click to expand...
Click to collapse
I would like that too, but I haven't sorted that out.
songokussm said:
here is my qwerty.kl file. what did i do wrong?
Click to expand...
Click to collapse
Could be that your build uses an other file then the qwerty.kl. Have you tried to edit the vendor specific file instead?
on my device using shubcraft v1.4 it was the htcleo-keypad.kl
Sent from my HD2
phrozendevil said:
on my device using shubcraft v1.4 it was the htcleo-keypad.kl
Sent from my HD2
Click to expand...
Click to collapse
phrozendevil is 100% correct it is the htcleo-keypad.kl file.
Now i just need help with chaning the volume buttons to the camera buttons.
I changed:
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
To:
key 115 CAMERA WAKE
key 114 CAMERA WAKE
Upon press it starts the camera app, but will not take a photo. However when i switch to the camcorder function, that works just fine.
Ideas?
ps: i just use a widget to control my volume, which is very rare for me.

Search Button not linked to search ?

I had a few problems with my phone at the weekend and had to do a factory reset. Everything works fine but the hardware search button no longer brings up search. Any ideas how I map it back ?
NX3 said:
I had a few problems with my phone at the weekend and had to do a factory reset. Everything works fine but the hardware search button no longer brings up search. Any ideas how I map it back ?
Click to expand...
Click to collapse
What rom are you using? download google search off market
I got the app installed from Market already, its just not linked to the hard button.
What rom are you using?
Stock 2.2 on Vodafone UK but I've ditched the bloatware from them.
It could be linked to the bloat you have removed? Make sure that you have HTC Search in system/app and that you have the right link in system/usr/keylayout/keypad-legend.kl
............................................................................................................................................................................................
key 102 HOME
key 139 MENU
key 158 BACK
key 217 SEARCH
key 107 ENDCALL WAKE_DROPPED
key 116 POWER WAKE_DROPPED
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
keyboard file yet, htc search file no..... I was using titanium backup and 'integrate into rom' updated apps after kicking off the VF 360 rubbish. So it looks like while I have the app from market I don't have the original in the system folder. This is why the button doesn't work, not sure how I would rectify that though. Any tips ? and thanks for so far...

[DEV][NOT WORKING] Softkeys haptic feedback integration into stock ROMs

Hi there! On the web I saw sooo many different feebacks about the s3 mini that I got a little confused. However it seems that users have a common problem/issue/annoyance: the absence of softkey vibration.
Well there's a possible solution: I need someone to post the content of the file placed here: /system/usr/keylayout/golden-kp.kl
Nevermind, got it. Normally you should have something like this (I've pasted only the first part):
Code:
key 399 GRAVE
key 2 1
key 3 2
key 4 3
key 5 4
key 6 5
key 7 6
key 8 7
key 9 8
key 10 9
key 11 0
[B]key 158 BACK [/B]
key 230 SOFT_RIGHT WAKE
key 60 SOFT_RIGHT WAKE
key 107 ENDCALL
key 62 ENDCALL
key 229 MENU
key 59 MENU
[B]key 139 MENU [/B]
key 127 SEARCH
key 228 POUND
key 227 STAR
key 231 CALL
key 61 CALL
key 232 DPAD_CENTER
key 108 DPAD_DOWN
key 103 DPAD_UP
key 102 HOME WAKE
key 105 DPAD_LEFT
key 106 DPAD_RIGHT
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
key 116 POWER WAKE
key 211 FOCUS
key 212 CAMERA
Now you should edit the two lines I've bolded to this:
Code:
[B]key 158 BACK VIRTUAL[/B]
[B]key 139 MENU VIRTUAL[/B]
Now push back to your device (or just save if you're editing from your phone) and reboot,there's a good chance it will work I recommend editing this file with something like Notepad++ on your PC -- REMEMBER TO PAY ATTENTION TO THE SPACING BETWEEN BACK/MENU AND VIRTUAL. If you're not sure/you're editing from your mobile, copy the spaces between other lines such as HOME - WAKE or POWER - WAKE
Waiting for your (haptic I hope) feedbacks
Tried to edit both on phone and computer, and pushed back with the right permissions. Rebooted.
Didn't work
Anyone else?
R: [DEV] Softkeys haptic feedback integration into stock ROMs
Tried but without luck. I have modofied that files paying attention to spaces.. restarted but nothing. No haptic feedback
Inviato dal mio GT-I9300 con Tapatalk 2
Re: [DEV] Softkeys haptic feedback integration into stock ROMs
Same here don't work.
Sent from my GT-I8190 using xda premium
Re: [DEV] Softkeys haptic feedback integration into stock ROMs
Vibrator functionality can be enabled through the vibrator driver..
I do not respond to tech support via PM
Shaaan said:
Vibrator functionality can be enabled through the vibrator driver..
I do not respond to tech support via PM
Click to expand...
Click to collapse
It's the vibetonz kernel driver right?
However, to everyone: I'm sorry it didn't work,on other sammy phones (like my Ace) it used to work even if the feature was not integrated into the settings app
dariolob said:
It's the vibetonz kernel driver right?
However, to everyone: I'm sorry it didn't work,on other sammy phones (like my Ace) it used to work even if the feature was not integrated into the settings app
Click to expand...
Click to collapse
F***... have to learn to read all the posts on the thread, before trying something .. ! not working for me also !! sorry
regards,
infected_
infected_ said:
F***... have to learn to read all the posts on the thread, before trying something .. ! not working for me also !! sorry
regards,
infected_
Click to expand...
Click to collapse
I'll investigate a bit on our kernel if I have time
Update: I also changed the title so that anyone won't waste time with this for now
Still no news on this?
R: [DEV][NOT WORKING] Softkeys haptic feedback integration into stock ROMs
Until someone manages to integrate softkeys vibration into kernel, no
Sent from my GT-I8190N using xda app-developers app
Maybe error on stock rom, up new rom and try again
cry to cry said:
Maybe error on stock rom, up new rom and try again
Click to expand...
Click to collapse
It's a kernel feature ^^
It's been a few months. Anyone get the haptic feedback working fully?
I only got the I8190N a couple of days ago.
Apart from the soft keys (menu/back) not having haptic feedback, it's also not working on the phone dialling keypad or the text messaging keyboard.
I have found haptic feedback is only existent on options where a long key press is required. Such as pressing and holding the home key to bring up a list of recent apps, holding the menu soft key to bring up Search, pressing and holding the home screen to add a widget, pressing & holding the back button on the keyboard to clear all text at once, etc...
Really would be great to have haptic feedback working fully on the soft keys, dialling keypad & the keyboard, as it does on the Galaxy S, SII, SIII, S4.
Note: Yes, power saving is off.
Anyone ?
If someone still want softkeys vibration, just try flash my fix. I don't have S3 mini, so i cannot confirm. Should working on any 4.1+ Rom.
http://www.mediafire.com/download/b86d4p7m2w11a2i/Softkeys_vibrations1.zip
PolishVodka said:
If someone still want softkeys vibration, just try flash my fix. I don't have S3 mini, so i cannot confirm. Should working on any 4.1+ Rom.
http://www.mediafire.com/download/b86d4p7m2w11a2i/Softkeys_vibrations1.zip
Click to expand...
Click to collapse
WORKS! Thanks!
PolishVodka said:
If someone still want softkeys vibration, just try flash my fix. I don't have S3 mini, so i cannot confirm. Should working on any 4.1+ Rom.
http://www.mediafire.com/download/b86d4p7m2w11a2i/Softkeys_vibrations1.zip
Click to expand...
Click to collapse
Specific to stock roms?
AssToast said:
Specific to stock roms?
Click to expand...
Click to collapse
Tried with CM10.1 and works perfect!
Dani26 said:
Tried with CM10.1 and works perfect!
Click to expand...
Click to collapse
Yeah, tried it, IM IN LOVE
A lil too weak but whatever
not sure if the dialers had vibration but it has now
Thank you so much, but it didn't work for me.
I've flashed the zip via CWM, went all good, rebooted, no haptic on softkeys.
I'm on 4.1.2, almost stock.
Works great with CM10.1! Thanks!
is there an app to control the strength?

[Q] is it possible to change key functions?

I was wondering if there is a way to change key functions on note 3, for example: by pressing menu key we can see recent apps instead of menu
I would be thankful if anyone can suggest a solution to do this:good::laugh:
arash2901 said:
I was wondering if there is a way to change key functions on note 3, for example: by pressing menu key we can see recent apps instead of menu
I would be thankful if anyone can suggest a solution to do this:good::laugh:
Click to expand...
Click to collapse
There are actually a couple different ways to do it...
You can used Xposed mod, with either Xposed Additions or MenuBeGone
(I've never used either of these methods...)
or, the way that I do it, manually edit the \system\usr\keylayout\Generic.kl file.
When I do it, I make the following two changes:
Change key 139 from MENU to BACK
Change key 158 from BACK to APP_SWITCH
Then I use button savior to add the menu for those things that need it...
(I'm coming from Nexus devices, so having the keys with back on the left, and app switch on the right is how I'm used to it...)
Ever wondered to use Google search ? Just saying.
Sent from my N9005
carnagecjb said:
There are actually a couple different ways to do it...
You can used Xposed mod, with either Xposed Additions or MenuBeGone
(I've never used either of these methods...)
or, the way that I do it, manually edit the \system\usr\keylayout\Generic.kl file.
When I do it, I make the following two changes:
Change key 139 from MENU to BACK
Change key 158 from BACK to APP_SWITCH
Then I use button savior to add the menu for those things that need it...
(I'm coming from Nexus devices, so having the keys with back on the left, and app switch on the right is how I'm used to it...)
Click to expand...
Click to collapse
thanks
that's helpful (kind of!)
I was able to change function of key like starting camera by pressing menu key, but still don't know how to put recent app instead of menu?
--------------------------------------------
[problem solved,found it]
thanks a million man
big help
arash2901 said:
thanks
that's helpful (kind of!)
I was able to change function of key like starting camera by pressing menu key, but still don't know how to put recent app instead of menu?
Click to expand...
Click to collapse
Quick and easy answer:
Change key 139 from MENU to APP_SWITCH

[guide] disable capacitive buttons

I have seen a bunch of posts regarding the capacitive buttons and on screen navigation buttons. Love them or hate them, this is how you can turn them off.
I will leave that up to you on how to get onscreen Navy buttons.
As for turning off the capacitive buttons this is how I did it.
1.To eneble onscreen buttons follow this thread http://forum.xda-developers.com/redm...mi-1s-t2950455
2. Download a root file explorer. Root Browser Lite --> http://goo.gl/b9ISW This is what I will use.
3.Load up Root Browser and navigate to system>usr>keylayout. We will be looking for a file called "atmel_mxt_ts.kl".
4. Select it and hit "Open as..." then "Text file" then "RB Text Editor"
5. Now we see this:
key 139 MENU
key 102 HOME
key 158 BACK
key 217 SEARCH
All you have to do is option out the keys you don't want to work with a #. So if you are like me and think the home button is fine, it will look like this.
#key 139 MENU
key 102 HOME
#key 158 BACK
key 217 SEARCH
6. When you have the ones you want optioned out just tap the little disk icon in the top right. It will ask for root rights, grant it, saved.
7. Now just reboot and DONE!
Tested on
1. One plus one a.k.a bacon(miui6, h2os, oxygen..you tell)
Sent from my bacon using Tapatalk
Hit thanks if this post helped you[emoji106]
Why on earth would anyone want to do that when there is a toggle to switch between On-Screen and Hardware Keys
PsyGik said:
Why on earth would anyone want to do that when there is a toggle to switch between On-Screen and Hardware Keys
Click to expand...
Click to collapse
OK give me a screen shot of that toggle in h2os,miui6
@Snapdragon815
Will this guide also turn off the HW key backlight?
Will it survive a reboot?
Mr.Ak said:
@Snapdragon815
Will this guide also turn off the HW key backlight?
Will it survive a reboot?
Click to expand...
Click to collapse
As you can see, i made this post 2 years ago, you can give it a try, do a backup on TWRP first, if everythinggoes as you expected, that good. If not you know how to restore.
Snapdragon815 said:
As you can see, i made this post 2 years ago, you can give it a try, do a backup on TWRP first, if everythinggoes as you expected, that good. If not you know how to restore.
Click to expand...
Click to collapse
Sorry for reviving the thread. ?
But I was hoping you atleast remember if this trick turn off HW key backlight or not.
Mr.Ak said:
Sorry for reviving the thread.
But I was hoping you atleast remember if this trick turn off HW key backlight or not.
Click to expand...
Click to collapse
Np mate,. Did it work? I don't rememberif it did or not

Categories

Resources