Button Remap - HTC One V

I've searched in the One V forum, and have tried the Button Remapping app, neither did well.
But I found a thread that said something about editing some files in system/usr/keylayout, I got to get the originally recent apps button to work even though the ROM doesn't have it in its settings, the only problem is that this method causes the switcher to be the old one paged app switcher.
Is there any way I can change it into the newer app switcher?
Another problem, now I can't access menu! lol.
Running 1ceb0x Evervolv 4.2 :fingers-crossed:

Related

[Q] Modified Rosie for SR4

Does anyone have a modified Rosie for SR4 that switches Phone & Apps while still allowing us to remap the right button? When I flashed the one from Berserker for SR3.5 it works fine but I loose the ability to remap the right button.
gilliduck said:
Does anyone have a modified Rosie for SR4 that switches Phone & Apps while still allowing us to remap the right button? When I flashed the one from Berserker for SR3.5 it works fine but I loose the ability to remap the right button.
Click to expand...
Click to collapse
I'm actually looking for the same thing. I hope somebody sees this thread and helps us out with this.
I remember asking IHTFP and ACD about this very thing when 4.0 released and the answer I got was no. I liked having my app drawer in the middle too, but it has something to do with the right button mapping. Since using 4.0 I'd much rather have the right button for my camera rather than the app drawer switch.

Where's 'Menu'?

Looking at the softkeys, where is the Menu key? I see Home, Back, and the new Multitasking key, but no Menu. How can this be? The iOS method of integrating all menu options into the application UI is terrible, and what about apps made before ICS? Lack of a Menu key would make them unusable. I must be missing something here, but I can't see what it might be.
A virtual menu button appears in the form of 3 dots. It can be seen in this photo.
Tung_meister said:
A virtual menu button appears in the form of 3 dots. It can be seen in this photo.
Click to expand...
Click to collapse
Nice catch. Was wondering about that.
Menu items are represented by the 3 vertical dots at the top right corner of apps.
The indication is that new apps should no longer hide their menus, but rather make them intuitive to access in the app's UI.
For legacy apps, we'll probably see a menu button of some type appear along with the 3 softkeys at the bottom.
On my Honeycomb tablet either a button is in the top right corner or another is added to the bottom when menu is needed... I'm guessing HC is a good example of what we'll be getting, and if so I look forward to it
Thanks so much for a useful thread. I was actually wondering about that myself. Glad to know its non-obtrusive and clean
Sent from my GT-I9100 using xda premium
You have lost the search button though. Not all apps will handle this well... I had to tweak an app I was writing because of this (luckily found fairly early during testing on Honeycomb).
Of course for most apps search isn't useful - probably why they removed the dedicated key.
TonyHoyle said:
You have lost the search button though. Not all apps will handle this well... I had to tweak an app I was writing because of this (luckily found fairly early during testing on Honeycomb).
Of course for most apps search isn't useful - probably why they removed the dedicated key.
Click to expand...
Click to collapse
The idea is if the app needs search in order to function properly, you just put the search button up in the menu bar, just like they're doing with settings buttons.
Otherwise, the google search button is at the top of every homescreen now.
martonikaj said:
The idea is if the app needs search in order to function properly, you just put the search button up in the menu bar, just like they're doing with settings buttons.
Otherwise, the google search button is at the top of every homescreen now.
Click to expand...
Click to collapse
The menu button happens automatically (technically, since 2.3 android has called onCreateOptionsMenu at activity startup so it knows you need it already).
There simply is no search button in Honeycomb/ICS - you have to stick it on the options menu, the action bar*.. somewhere the user can reach it. That needs code (not much.. respond to 'search' in the options menu by calling onSearchRequested()).. existing apps will simply lose that function if they run on ICS assuming a button exists.
We're not talking about a lot of apps here.. Not much point in a search function in 'Angry Birds' for example. Just something to bear in mind when developing a new app or trying to work out if your favourite app will work without issue on ICS.
Home screen search is totally different.. that searches the global search (emails, contacts, etc.). Different class of app entirely.
* The honeycomb search widgets are really flexible, but of course not available unless you break compatibility with <3.0.
TonyHoyle said:
You have lost the search button though. Not all apps will handle this well... I had to tweak an app I was writing because of this (luckily found fairly early during testing on Honeycomb).
Of course for most apps search isn't useful - probably why they removed the dedicated key.
Click to expand...
Click to collapse
There are already quite a few phones out there without a search button. My almost 2 years old X10 doesn't have a dedicated search button and i never missed it. The search function is bound to long-press menu at the x10. Given the fact that ICS has a dedicated task switcher button, they could bind the search to long-press home for example. Just an idea though
Sent from my X10i using XDA App
qwer23 said:
There are already quite a few phones out there without a search button. My almost 2 years old X10 doesn't have a dedicated search button and i never missed it. The search function is bound to long-press menu at the x10. Given the fact that ICS has a dedicated task switcher button, they could bind the search to long-press home for example.
Click to expand...
Click to collapse
Hmm.. news to me - I've never seen an android phone without one. Lucky I was doing tablet compatibility testing then
There will probably also be custom roms that put it back (since a custom rom can do anything it likes with the buttons.. change their apparence, colour, hide them completely, make them dance up and down..).
TonyHoyle said:
Hmm.. news to me - I've never seen an android phone without one. Lucky I was doing tablet compatibility testing then
There will probably also be custom roms that put it back (since a custom rom can do anything it likes with the buttons.. change their apparence, colour, hide them completely, make them dance up and down..).
Click to expand...
Click to collapse
The Galaxy series in general (SGS1, SGS2) do not have a dedicated search button. They have just the menu, home and back buttons. However search is bound as a long press to the menu button which I guess won't be possible anymore. Haven't really found search to be that vital (maybe because I don't want to long press the menu button just to bring it up when I can search in other ways)
Since it's purely software, I know for a fact someone will mod in a search key.
Sent from my Samsung Galaxy S3 using XDA Ultimate App
That would be pointless. When search is available, the search box will appear in the menu bar of the app.
Sent from my Nexus S using XDA App

[Q] Lack of a menu button a problem?

Could you guys clarify something for me?
If there are only three buttons - back, home and multitasking - how to get to the hidden menus in existing software? Will they be unavailable until an app is updated? Or will those buttons be brought out somehow?
Or is there something else I'm not seing?
There are literally 2 threads about this already. Not to mention a couple videos out there showing how it works.
When a legacy app is loaded, a menu button appears next to the multitasking button (this is how it works in honeycomb since the start).
The SDK is designed so that new apps and updated apps will have menu items (or at least a button) integrated into the app in plain view.
Sorry, my bad..
Thanks for your reply.

[Q] Cm10 hardware keys options

hey im kind of new, on cm10 nightly. under setting >system >hardware keys> custom actions. i love the feature but i tried to set the search key to open recent apps switcher instead of holding home button( long press home key). but it wouldnt work, it still does in app search. would be great if anyone knows a fix. or anyone could post the issue on the teamchopsticks page for me. im new member could not post on their page. thank you.

[Q] Tweak Home Button Settings

I have searched everywhere that I can and can't seem to find the solution I'm looking for.
Basically what I want to do is remap the home button. Normally, when double-pressed S-Voice will launch, and when long-pressed the recent apps panel will open. What I want to do is switch those (and use Google Now instead). So what I mean is that I want double-pressing the home button to bring up the recent apps panel and I want long-pressing the home button to bring up the search app Google Now).
I found that the Wanam Xposed module allows me to remap the long-press action to launch Google Now, which gets me halfway there. But I still need something that will open the recent apps panel when I double-press the home button.
I have tried the Home2 app in the Play Store, but I don't like the way it works. I was hoping for something that is more built-in and integrated, if you know what I mean.
Thank you for your help!
I'm using Samsung devices since about 2 years and since that time I'm looking for something that can do this. Haven't found anything so far, do I would love to see a solution for this!
In the meantime gestures do a fine job though. I rarely ever use my home button.
BUMP
Anyone know of a solution?

Categories

Resources