Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
mur4d
Old
(Last edited by mur4d; 28th December 2011 at 10:03 PM.) Reason: Update
#1  
Junior Member - OP
Thanks Meter 3
Posts: 24
Join Date: Apr 2007
Default Capacitive buttons in HC

So far I managed to control the button leds (but the touch function has not working yet):

To turn on :
echo 20 > sys/devices/platform/leds-microp/leds/button-backlight-portrait/brightness
To turn off :
echo 0 > sys/devices/platform/leds-microp/leds/button-backlight-portrait/brightness

Anyone know how to make the capacitive buttons work in HC? If it is working, we can use the buttons when we hide the status bar.

Update as of 28th Dec 2011 : Capacitive buttons has been succesfully enabled by LeeDroid on his HC v2.0.0 kernel. (Thanks LeeDroid for your great effort!!!) Required driver for keys was missing in official HTC HC kernel. I hope HTC will include the driver in their next release.
The Following 2 Users Say Thank You to mur4d For This Useful Post: [ Click to Expand ]
 
DigitalMD
Old
#2  
DigitalMD's Avatar
Senior Member
Thanks Meter 425
Posts: 2,314
Join Date: Mar 2010
Location: Washington DC
The bottom bar is considered a permanent screen decoration in the same way that capacitive home/menu/etc. buttons below the touchscreen on Android phones are so there is no option to remove the bar, but there is a call that some apps use to darken the bar like some video players so it not intrusive, but you still lose that part of the screen.
There are hacks and apps for rooted HC that can hide the bar. Not sure you can recover the screen size or just darken the bar. Because the bar is at the system level, such a hack might cause issues with a lot of apps. its the same for all devices running honeycomb.
Days of free media are almost over as the biggies look for more revenue streaming from your wallet... ...Don't believe me? Take a look at all the flagship models now being sold WITHOUT microSD card slots.
The Following User Says Thank You to DigitalMD For This Useful Post: [ Click to Expand ]
 
AidenM
Old
#3  
AidenM's Avatar
Senior Member
Thanks Meter 287
Posts: 1,092
Join Date: Mar 2011
Location: Look behind you...
Also how would you get your notifications, clock, quick settings, etc?
mkdir android ; cd android ; repo init -u git://android.git.kernel.org/platform/manifest.git ; repo sync ; make
 
mur4d
Old
#4  
Junior Member - OP
Thanks Meter 3
Posts: 24
Join Date: Apr 2007
Quote:
Originally Posted by DigitalMD View Post
The bottom bar is considered a permanent screen decoration in the same way that capacitive home/menu/etc. buttons below the touchscreen on Android phones are so there is no option to remove the bar, but there is a call that some apps use to darken the bar like some video players so it not intrusive, but you still lose that part of the screen.
There are hacks and apps for rooted HC that can hide the bar. Not sure you can recover the screen size or just darken the bar. Because the bar is at the system level, such a hack might cause issues with a lot of apps. its the same for all devices running honeycomb.
You can hide the botom bar using app such as HoneyBar. Hiding the bar really saves space, especially for our small 7" screen. We can enjoy full screen size when browsing, viewing images, watching videos, read ebooks, playing games, etc.
Currently I'm using Button Savior to replace the missing navigation buttons when the bar is hided. But I'm thinking it would be better if we can use the capacitive buttons. (Having 2 sets of capacive buttons is actually a unique feature of HTC Flyer, but it currently useless in HC).

Quote:
Originally Posted by ikingblack View Post
Also how would you get your notifications, clock, quick settings, etc?
Hiding bar is temporary, we can back to normal like the HoneyBar app do. If the capacive buttons can work on HC, maybe we can make the app to auto enable the buttons when the bar is hided and disable the buttons when the bar back to normal.
 
Maedhros
Old
#5  
Senior Member
Thanks Meter 81
Posts: 811
Join Date: Sep 2008
Wondering if there is any update on this ?

This seems like a great idea... even if we dont disable to onscreen buttons, there are TONS of uses for the capacitive buttons!
 
pfroo40
Old
#6  
Junior Member
Thanks Meter 1
Posts: 27
Join Date: Aug 2010
I would love to be able to use the capacitive buttons and have been hoping someone would figure out a way to enable them in HC. Honeybar works great, but 90% of the stuff I need the bar for the capacitive buttons would work fine for and wouldn't cut into our limited screen size.
 
morbidz
Old
#7  
morbidz's Avatar
Senior Member
Thanks Meter 13
Posts: 109
Join Date: Apr 2011
Just went back to GB due to this. It's a shame It's not a customizable option on HC

Sent from my HTC Flyer P510e using Tapatalk
 
Maedhros
Old
#8  
Senior Member
Thanks Meter 81
Posts: 811
Join Date: Sep 2008
I think the key has to be in the code for the pen button.
 
DigitalMD
Old
#9  
DigitalMD's Avatar
Senior Member
Thanks Meter 425
Posts: 2,314
Join Date: Mar 2010
Location: Washington DC
Obviously its not a standard features in HC since its' hardware specific. We would need all the source code from HTC to compile a new HC ROM which we don't have. Someday this might happen, but not yet. You will get used to the HC implementation.
Days of free media are almost over as the biggies look for more revenue streaming from your wallet... ...Don't believe me? Take a look at all the flagship models now being sold WITHOUT microSD card slots.
 
Maedhros
Old
#10  
Senior Member
Thanks Meter 81
Posts: 811
Join Date: Sep 2008
Quote:
Originally Posted by DigitalMD View Post
Obviously its not a standard features in HC since its' hardware specific. We would need all the source code from HTC to compile a new HC ROM which we don't have. Someday this might happen, but not yet. You will get used to the HC implementation.
That's sad to hear, especially considering the HC implementation is pretty ****ty. Many times in HC you only need the home, menu, back buttons. The majority of time the status bar isn't needed.

 
Post Reply+
Tags
capacitive button, honeycomb, htc flyer
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...