1
vote
0answers
112 views

map physical button to auto-rotate switch in android?

I would like to map the auto-rotate lock toggle/switch/setting to a physical button in a device. how do I do that? On the linux side of android, in linux/input.h, there are different KEY events, ...
0
votes
0answers
140 views

Prevent volume rocker from enabling silent mode

I often put my phone in silent mode with the volume rocker, and then miss some calls. What I want is to put my phone in vibrate mode. Before ICS I think the way to go silent was in settings or long ...
5
votes
1answer
260 views

What is the purpose of the 3rd on-screen button on a button-less phone?

I haven't used Ice Cream Sandwich yet and as far as I know, some phones (Google Nexus perhaps) don't have capacitive or hard buttons. Now as you can see below, there's 4 buttons (this was an image I ...
4
votes
1answer
637 views

How does ICS deal with Menus on devices with physical buttons?

ICS removed the need for the Menu key with always visible action bars, but also has support for phones which come with hard keys. Traditionally the menu button brought up a context menu. I've got a ...