I need to launch a tasker action by pressing a key on my external usb keyboard
old quicklaunch is burried but still functional, the problem is that uses ALT + key and NOT 1 key only. Can I change this?
OR
Can i create a custom layout file (/system/usr/keylayout/*.kl) to bind a specific keycode to ALT + key instead of single key?
thank you
Related
Is there any software that will allow me to map the Home button to the Enter button on the QWERTY Keyboard as a secondary function using the Fn key?
Roland
No, the Enter button is not mapped in the keyboard mapping file!
Hi all,
I am trying to remap my Raphael mute button (in the phone application) to a hardware key such as the back button using tarkims button config application. Does anyone have a list of think is classes? I need to see the correct way to identity the mute class to assign it to the hardware button.
Hi there!
Could someone tell me how to remap soft touch buttons to get:
menu = recent apps
menu (hold) = menu
and how to remap them in general?
I tried to edit .kl files in keylayout folder like this:
key 139 APP_SWITCH
key 249 MENU
but soft keys stopped working.
I know codes are different for every device, so please do not redirect me to other devices' topics.
What I have to do?
Ok I might sound like a noob here (which I am ) but I need to know the manufacturer of the screen and obtain drivers for it.
Why I need it?
We are trying to build a custom kernel and actually we got some success. But following are the bugs:
screen doesn't turn off after locking
camera doesn't work.. just a black screen
usb doen't work
touch sensitive buttons don't work except home button which now works as back button!
volume down button has now become volume up button.. and volume up button doesn't work...
What is the device name?
It is Karbonn A18/Neobox tuan 4.3 with MT6575 chipset and MT6620 combo chip.
--------
Can anyone please help? We are just two people working on this and looking for someone who can help us out.
Thanks in advance!
CHANGING HARD KEY FUNCTION (REMAPPING BUTTON)
Quote:
1. open /system/usr/keylayout/[phone model]-keypad.kl with notepad++
(Some phone may have different names, but it will always end with "keypad.kl)
it will look like this --
HERE YOU WILL FIND 3 ROWS...
Quote:
1. As you can see, there are different attributes assigned to each key. like this
Code:
key 102 HOME
key 139 MENU
key 158 BACK
key 115 VOLUME_UP
key 114 VOLUME_DOWN
2. Specific application/action launchers:
Code:
HOME #Launches "Home"
MENU #Launches "Menu"
BACK #Takes you back to the last activity
SEARCH #Launches "Universal Search"
CALL #Launches the "Phone" activity and corresponding .apk or initiates a call
ENDCALL #Ends a call
CAMERA #Launches "Camera" activity and corresponding .apk
FOCUS #Initiates Auto-Focus while using the Camera
VOLUME_UP #Self explanatory
VOLUME_DOWN #Self explanatory
3. And attributes saying if it should wake the phone at button push to complete the action, or if it should just complete the action without waking the screen.
Code:
WAKE #Completes the action without waking the screen
WAKE_DROPPED #Wakes the phone to complete the action
2. NOW WE WILL EDIT SECOND AND/OR THIRD ROW
Erase the center row value for any key to completely disable it. To reassign the key, replace the center row value with another one from the same row. Change the right row value to either "WAKE" or blank to enable the wake function. Do not modify the left row.
NOTE: don't edit left row i.e. first row which contains specific key identity number.
FOR EXAMPLE I DO THESE CHANGES
DEFAULT VALUES ---
Code:
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
CHANGED VALUES ---
Code:
key 115 CAMERA WAKE
key 114 FOCUS WAKE
NOW VOLUME UP KEY WILL WORK AS CAMERA KEY AND VOLUME DOWN KEY WILL WORK AS FOCUS KEY....
NOTE: all words should be in BOLD letters i.e. capital letters...
Hello,
My phone model is CCE SM70 in brazil, same as Karboon A18 and NEOBOX TUNA, i would like to know how you compiled the kernel for this device. You compiled the philips w732 from forum.china-iphone.ru with default kernel config for mt6575?
Thanks in advance,
Tiago
anyone know how to remap the right mouse button to return the "back" function Android 4.1?
forcedv said:
anyone know how to remap the right mouse button to return the "back" function Android 4.1?
Click to expand...
Click to collapse
You need to compare .kl files in your /system/usr
find about hardware buttons for mouse
Left ( code key i.e 341 )
right ( code key i.e 342 )
just change with invert the code key from both buttons