remap back and recent apps keys... - T-Mobile Galaxy Note 4 Q&A, Help & Troubleshooting

Hi, is there any way to replace roles of those 2 navigation keys?
I have problem with screen sensitivity on bottom right part so want to have back key left (back is muck more used and this part of screen is perfectly responsible)
This will help me a lot, I have no solution to fix this or to replace phone...

Related

Mouse arrow type software on my Fuze

So I down loaded this:
http://www.innovisoft.com/virtuamouse/
Free trial, seems to work as stated. it gives you a mouse pointer that the direction keys control. But I got to thinking that the fuze has a touch sensitive control pad since Gscroll works with it. If one could get them both to work together (including double tap to open) you would have a regular laptop type touch pad control of the phone then. And control it one handed to do almost everything.
Is there a way to get Gscroll to work with this?
Looks good but there are two issues for Fuze users... #1, our directional pad is too low/flat for easy side to side scrolling. #2, the price for this program + Gscroll would be over $30.. lil steep for a virtual mouse.
Maybe someone thats handy at programming would take an interest in it. Doesnt look like much codewise, as both programs (mouse pointer and gscroll) are tiny bytewise. I wouldnt care if you had to swipe 2-3 times on the small Fuze touch pad to move the pointer across the device screen. At least you could do 99% of the control of your device one handed with a thumb then. Right now I have the mouse pointer set to my end call long key press to activate/deactivate it, and using the dpad buttons is a pain, along with having to press the center button as "click". Double tap and swipe on either side of the center button would be easy to control it.
I think,that it can be very useful with adjustable sensitivity. In comparison with Omnia/i780 touchpad,Raphael's space is much more bigger,so it couldn't be a problem. I am interesting too for kind tool.
I 've tried to make it work with Gscroll, but I had no luck...
Not only that, but it disables the gscroll functions...
yzf750 said:
Maybe someone thats handy at programming would take an interest in it. Doesnt look like much codewise, as both programs (mouse pointer and gscroll) are tiny bytewise. I wouldnt care if you had to swipe 2-3 times on the small Fuze touch pad to move the pointer across the device screen. At least you could do 99% of the control of your device one handed with a thumb then. Right now I have the mouse pointer set to my end call long key press to activate/deactivate it, and using the dpad buttons is a pain, along with having to press the center button as "click". Double tap and swipe on either side of the center button would be easy to control it.
Click to expand...
Click to collapse
How did you managed to change the functions of the Long Press End key, could you help me with that, please?

Button Mappings on Android for the HTC Vogue

Hello XDA'ers,
I am wondering what the reason behind why the buttons (camera, power, green, red, etc.) in Android on HTC Vogue map to the various tasks they do? For example, the camera button is back, but why not the red button? Is this something hard set in Android and cannot be changed or did someone specifically set it up this way for a reason?
Secondly I am wondering if I create a new "keylayout file" (source.android.com/porting/keymaps_keyboard_input.html) or modify the default one in /system/usr/keylayout/qwerty.kl will I be able to change the mapping of these buttons?
Compared to the Win Mobile mapping, they button layout can take some getting used to,
but once you get used to it, it's actually a very cool layout, especially if you are right handed.
You can hold the phone in your left hand, and use your thumb to access the settings 'top button',
Use your ring-finger to always back-out or end an app
Green button for phone / initiating calls
Red button to end a call, sleep mode, or power off
I wish the d-pad had more use, but I'm always using the stylus, so barely use it.
Would love for the d-pad center key to maybe be the main power-off button.
Does_It_Matter said:
... It's actually a very cool layout.
...
I wish the d-pad had more use, but I'm always using the stylus, so barely use it.
Would love for the d-pad center key to maybe be the main power-off button.
Click to expand...
Click to collapse
I completely agree the current layout is a very cool layout indeed, but as I imagine most people on here like to tinker it may be interesting to know how to customize the button bindings.
I am not sure if its just a matter of changing the button layout file.
I looked at that qwerty.kl file in the android.tgz
It looks like its just a mapping file, and if you change the mapping, you change
buttons,
but doesn't that mean you're just re-mapping the button itself?
Not re-mapping its functionality?
I.e., if you remapped the camera button to the d-pad center, for example, then
the d-pad center would do all functions the camera button used to do,
and the camera button would do any functions the d-pad center would?
Seems like you'd actually have to change more code than just the .kl file?
i wrote this application for polaris, and with simple changes you can add the vogue setup...

[Q] Changing the default menu / task bar

Hi, is there a way to change the buttons in the bottom black menu on a stock rooted nook? Not sure what the proper term for that menu is. But it needs a back button. I don't like having softkeys running and would prefer to just add the button to the strip at the bottom of the screen.
Thanks.
Personally, I don't get everyone's fascination with soft keys on a stock-rooted nook. You can just swipe right to left on that bar you are talking about and it *is* a 'back' key. I shut off soft keys right away and have yet to actually need it.
doncaruana said:
Personally, I don't get everyone's fascination with soft keys on a stock-rooted nook. You can just swipe right to left on that bar you are talking about and it *is* a 'back' key. I shut off soft keys right away and have yet to actually need it.
Click to expand...
Click to collapse
I think it's mainly for apps that use full screen. Since you have access to the Market, and there are so many apps that use full screen, it's a must have. For example, Angry Birds. With just the hardware key, you would not be able to go back or use the menu. Also, any non native nook apps lose their menu without them. For things that came with the nook, it doesn't matter.

Back button simulation, for righthanded

Our phone has back button on the bottom right side of the phone, thus making the phone use with right hand only very unpleasant, mostly in news reading apps where back button is used often when going back to the front page.
Is there any software button simulation app where I could position the back button somewhere in the bottom middle?
jazzh said:
Our phone has back button on…………
Click to expand...
Click to collapse
by adding some line (i forgot what it was ) to build.prop, u can enable on screen keys.
something like-
<something >. hardwarekeys=0
then, in settings (settings/system i think)
u can rearrange them...
Sent from my GT-I9070 using xda app-developers app
It sounds good, I'll take a look into it. But I don't want to disable hardwarekeys, I want all hw keys and just 1 sw key (back)...
To enable and use Onscreen buttons...
@jazzh,
Yep, you can you can use on-screen buttons BUT it will take/reserve some part of your screen's display.. that's why I don't use it BUT you can give it a try..
Just download the app build.prop editor and add this line at the end of your build.prop:
Code:
qemu.hw.mainkeys=0
(make sure to keep an empty line at the end of your build.prop, otherwise you will get a bootloop)
To disable it, simply remove the line above or set the value to "1"
3 MORE THINGS:
- This is what it will look like...
- You can resize the on-screen buttons BUT that will require you to modify your framework-res.apk
- I just found out about this app.. this will allow you to enable or disable on-screen buttons easily but its made for Xperia devices, so I am not sure whether it will work or not...
jazzh said:
It sounds good, I'll take a look into it. But I don't want to disable hardwarekeys, I want all hw keys and just 1 sw key (back)...
Click to expand...
Click to collapse
i don't think it disables the hw keys. it just enables the onscreen keys.
Even better: u can use pie controls if u add that line to build.prop
Sent from my GT-I9070 using xda app-developers app
Thank you all guys!
I added the line at the bottom and rebooted and... voila, soft keys are up and running.
Now, I didin't see anywhere not in the settings>system where these buttons can be adjusted. It would be nice if there is autohide option or something. Remember, I need only back soft key to be in the bottom middle or bottom left?
Then I installed pie control app, this works too but it doesn't have the option of autohiding softkeys at the bottom.
Is there something else I could try, I just need back software button elsewhere then bottom right corner and not all the time. Can it be achieved?
Thx again for helping...
jazzh said:
Thank you all guys!
I added the line at the bottom and rebooted and... voila, soft keys are up and running.
Now, I didin't see anywhere not in the settings>system where these buttons can be adjusted. It would be nice if there is autohide option or something. Remember, I need only back soft key to be in the bottom middle or bottom left?
Then I installed pie control app, this works too but it doesn't have the option of autohiding softkeys at the bottom.
Is there something else I could try, I just need back software button elsewhere then bottom right corner and not all the time. Can it be achieved?
Thx again for helping...
Click to expand...
Click to collapse
No mate you cannot directly edit the on-screen button's configurations and functions from Settings.. you need to decompile and modify certain files in your framework-res.apk.. I guess it will be too complicated for you to do all that - so it would be better for you to not try it now and end up getting a bootloop (no offence)
The only reason why I don't use on-screen buttons is because of this only.. It takes up screen's space and there is no auto-hide option...
And which Pie Control app did you install? Give this is a try if you still haven't tried it... As far as I know, Pie controls only appear when you tap and hold on a certain part of your screen...
If you don't want to use your on-screen buttons then just remove the line from your build.prop or set its value to 1... And if you don't want your phone's capacitive buttons to light up then you can turn that off from Settings > Display > Touch key light duration and set it to "always off".. It won't disable them BUT it will not light them up..
I tried exactly the same pie control app you've posted, found it by searching.
But I also uninstalled it afterwards, pie is working fine but I can't auto hide soft keys at the bottom, so when pie is active and visible, soft keys at the bottom are also visible. Which is not what I wanted at the 1st place.
So at the end I commented the line in build.prop and reverted to the way it was before, cause A) space is more important to me, and B) soft back key is again on bottom right.
In the meantime, if someone runs into solution for simulating only back key with adjustable position... kindly let me know...

Remap / Swap of BACK & RECENT capacitive buttons

Hi there,
I am pretty new to my Redmi 4X, but one thing that freaked me out was the reversed position of the BACK & RECENT Buttons compared to other phones ( which I came from ).
Since it took me a while to figure it out exactly, I will put it down here for others that might be in the need to change it:
Being rooted I changed the contents of /system/usr/keylayout/Generic.kl . You might want to backup that file in advance.
Look for the assignments of buttons 158 & 139. Change those two around, reboot - et voila: Left button will be your BACK button, right button triggering your RECENTs.
Thought it might be interesting to someone, since that option is not available in most ROMs anymore.
joha
Its not reversed, infact it is the right position,
Thanks , will tinker with it later

Categories

Resources