ads

Affichage des articles dont le libellé est remap. Afficher tous les articles
Affichage des articles dont le libellé est remap. Afficher tous les articles

dimanche 13 septembre 2015

Remap Home Button Function



Hi. I want to remap the functions of the home button as follows:
Click - Home
Long press - Menu/Recent
Double tap - Back

and then eventually disable the softkeys all together. Now, I used xposed additions to open the Menu/Recent on long press, but there's no function for changing how it works when double tapping. Home2 shortcut only lets me open an app while double tapping, and that's not what I want.

Help?



samedi 12 septembre 2015

Xperia Z Ultra Power Button Remap



Hi, I am a complete noob here.

My Sony Xperia Z Ultra is not able to turn off due to hardware issue. The power button is always pressed. Whenever I choose to off the phone, it turns on but also turns on itself. There is time during my work that I need to have my phone off totally (not even silent mode). Repairing costs me the price of a new phone.

I want to remove volume up button function and call for power function when "volume up" button is pressed. I searched and found great remap button apps. But all of them revert back to the original setting when I off my device.

I tried rooting my device using "Root Android without PC" and "KingRoot". I verified the root status of my device using "Root Checker". But I don't dare to move a step further to install Xposed Framework because I don't know how and the risk is real high that I can't take.

What can I go about in this case?



mercredi 9 septembre 2015

Soft buttons remap, disable backlight.



Hi guys,

I am new to the Note Edge. I cannot get used to the location of the back and recent buttons. I have been searching around but cannot find any mention that any ROM support disable the buttons' backlight and remap them to normal locations. Which ROM support it without extra software?



Thanks a lot.



lundi 31 août 2015

Remap hardware keys?



So I'm specifically looking to remap the long-press of the home button to the "SEARCH" function, and simply select the Google app. I tried it successfully with the camera button, just changed it from "INFO" to "SEARCH". But that was just to test. I want to remap the long press of the home button but I cannot figure out how to do it. I'm using 4.6.4, rooted via KingRoot. I am editing the "gpio-keys.kl" file, located in /system/usr/keylayout, and here are the contents of the file:

Code:


# Copyright (c) 2012, The Linux Foundation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#    * Redistributions of source code must retain the above copyright
#      notice, this list of conditions and the following disclaimer.
#    * Redistributions in binary form must reproduce the above
#      copyright notice, this list of conditions and the following
#      disclaimer in the documentation and/or other materials provided
#      with the distribution.
#    * Neither the name of The Linux Foundation nor the names of its
#      contributors may be used to endorse or promote products derived
#      from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
# ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN

key 115  VOLUME_UP
key 114  VOLUME_DOWN
key 102  HOME              WAKE_DROPPED
key 212  CAMERA            WAKE_DROPPED
key 358  INFO              WAKE_DROPPED


For some reason the key number for the long press of the home key is not listed!? I've been searching and reading for quite some time and am still at a loss. Any help is greatly appreciated!!! THANK YOU!!!